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 intRegularExpression Id.static final intRegularExpression Id.static final intLexical state.static final intRegularExpression Id.static final intEnd of File.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final String[]Literal token values.static final intRegularExpression 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.
-