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 svg-salamander Show documentation
Show all versions of svg-salamander Show documentation
A tool for displaying and playing SVG content using the Java2D
The newest version!
/* Generated By:JavaCC: Do not edit this line. AnimTimeParserConstants.java */
package com.kitfox.svg.animation.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#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\"",
"",
"",
"\";\"",
"\"+\"",
"\"-\"",
"\":\"",
"\".\"",
"\"(\"",
"\")\"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy