com.kitfox.svg.animation.parser.AnimTimeParserConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svgSalamander Show documentation
Show all versions of svgSalamander Show documentation
A tool for displaying and playing SVG content using the Java2D.
/* Generated by: JJTree&ParserGeneratorCC: Do not edit this line. AnimTimeParserConstants.java */
package com.kitfox.svg.animation.parser;
/**
* Token literal values and constants.
* Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
*/
public interface AnimTimeParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int LETTER = 6;
/** RegularExpression Id. */
int DIGIT = 7;
/** RegularExpression Id. */
int INTEGER = 8;
/** RegularExpression Id. */
int FLOAT = 9;
/** RegularExpression Id. */
int INDEFINITE = 10;
/** RegularExpression Id. */
int MOUSE_OVER = 11;
/** RegularExpression Id. */
int WHEN_NOT_ACTIVE = 12;
/** RegularExpression Id. */
int UNITS = 13;
/** RegularExpression Id. */
int IDENTIFIER = 14;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"\\f\"",
"",
"",
"",
"",
"\"indefinite\"",
"\"mouseover\"",
"\"whenNotActive\"",
"",
"",
"\";\"",
"\"+\"",
"\"-\"",
"\":\"",
"\".\"",
"\"(\"",
"\")\"",
};
}