public interface AnimTimeParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
FLOAT
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
INDEFINITE
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
MOUSE_OVER
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
UNITS
RegularExpression Id.
|
static int |
WHEN_NOT_ACTIVE
RegularExpression Id.
|
static final int EOF
static final int LETTER
static final int DIGIT
static final int INTEGER
static final int FLOAT
static final int INDEFINITE
static final int MOUSE_OVER
static final int WHEN_NOT_ACTIVE
static final int UNITS
static final int IDENTIFIER
static final int DEFAULT
static final String[] tokenImage
Copyright ?? 2011-2013 Kitfox Studios. All Rights Reserved.