|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
DEC_DIGITS
RegularExpression Id. |
static int |
DEC_FLT
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
DIGIT
RegularExpression Id. |
static int |
DOUBLE_QUOTED_STRING
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
ESC
RegularExpression Id. |
static int |
EXPONENT
RegularExpression Id. |
static int |
FALSE
RegularExpression Id. |
static int |
FLOAT_LITERAL
RegularExpression Id. |
static int |
FLT_SUFF
RegularExpression Id. |
static int |
IDENTIFIER
RegularExpression Id. |
static int |
INT_LITERAL
RegularExpression Id. |
static int |
LETTER
RegularExpression Id. |
static int |
NULL
RegularExpression Id. |
static int |
PROPERTY_PATH
RegularExpression Id. |
static int |
SINGLE_QUOTED_STRING
RegularExpression Id. |
static int |
STRING_ESC
RegularExpression Id. |
static java.lang.String[] |
tokenImage
Literal token values. |
static int |
TRUE
RegularExpression Id. |
static int |
WithinDoubleQuoteLiteral
Lexical state. |
static int |
WithinSingleQuoteLiteral
Lexical state. |
Field Detail |
---|
static final int EOF
static final int NULL
static final int TRUE
static final int FALSE
static final int PROPERTY_PATH
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int ESC
static final int SINGLE_QUOTED_STRING
static final int STRING_ESC
static final int DOUBLE_QUOTED_STRING
static final int INT_LITERAL
static final int FLOAT_LITERAL
static final int DEC_FLT
static final int DEC_DIGITS
static final int EXPONENT
static final int FLT_SUFF
static final int DEFAULT
static final int WithinSingleQuoteLiteral
static final int WithinDoubleQuoteLiteral
static final java.lang.String[] tokenImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |