Package com.kitfox.svg.animation.parser
Interface AnimTimeParserConstants
-
- All Known Implementing Classes:
AnimTimeParser,AnimTimeParserTokenManager
public interface AnimTimeParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intEOFEnd of File.static intFLOATRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intINDEFINITERegularExpression Id.static intINTEGERRegularExpression Id.static intLETTERRegularExpression Id.static intMOUSE_OVERRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNITSRegularExpression Id.static intWHEN_NOT_ACTIVERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
INDEFINITE
static final int INDEFINITE
RegularExpression Id.- See Also:
- Constant Field Values
-
MOUSE_OVER
static final int MOUSE_OVER
RegularExpression Id.- See Also:
- Constant Field Values
-
WHEN_NOT_ACTIVE
static final int WHEN_NOT_ACTIVE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNITS
static final int UNITS
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-