Interface ExpressionParserConstants
- All Known Implementing Classes:
ExpressionParser
,ExpressionParserTokenManager
public interface ExpressionParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
RegularExpression Id.static final int
RegularExpression Id.static final int
Lexical state.static final int
RegularExpression Id.static final int
End of File.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final String[]
Literal token values.static final int
RegularExpression Id.
-
Field Details
-
EOF
End of File.- See Also:
-
INTEGER_LITERAL
RegularExpression Id.- See Also:
-
DECIMAL_LITERAL
RegularExpression Id.- See Also:
-
HEX_LITERAL
RegularExpression Id.- See Also:
-
OCTAL_LITERAL
RegularExpression Id.- See Also:
-
FLOATING_POINT_LITERAL
RegularExpression Id.- See Also:
-
CHARACTER_LITERAL
RegularExpression Id.- See Also:
-
STRING_LITERAL
RegularExpression Id.- See Also:
-
TRUE
RegularExpression Id.- See Also:
-
NULL
RegularExpression Id.- See Also:
-
FALSE
RegularExpression Id.- See Also:
-
IDENTIFIER
RegularExpression Id.- See Also:
-
LETTER
RegularExpression Id.- See Also:
-
DIGIT
RegularExpression Id.- See Also:
-
DEFAULT
Lexical state.- See Also:
-
tokenImage
Literal token values.
-