com.kitfox.svg.animation.parser
Interface AnimTimeParserConstants

All Known Implementing Classes:
AnimTimeParser, AnimTimeParserTokenManager

public interface AnimTimeParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
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 java.lang.String[] tokenImage
          Literal token values.
static int UNITS
          RegularExpression Id.
static int WHEN_NOT_ACTIVE
          RegularExpression 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.