public interface ExpressionParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN
RegularExpression Id.
|
static int |
DEC_DIGITS
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DOLLAR_IDENT
RegularExpression Id.
|
static int |
DOT_IDENT
RegularExpression Id.
|
static int |
DOUBLE_QUOTE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
FLOAT
RegularExpression Id.
|
static int |
HEX_DIGIT
RegularExpression Id.
|
static int |
IDENT
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LEGACY_AND
RegularExpression Id.
|
static int |
LEGACY_NOT
RegularExpression Id.
|
static int |
LEGACY_OR
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
PRECEDENCE_2_OP
RegularExpression Id.
|
static int |
PRECEDENCE_3_OP
RegularExpression Id.
|
static int |
PRECEDENCE_4_OP
RegularExpression Id.
|
static int |
PRECEDENCE_5_OP
RegularExpression Id.
|
static int |
PRECEDENCE_6_OP
RegularExpression Id.
|
static int |
PRECEDENCE_7_OP
RegularExpression Id.
|
static int |
QUESTION_DOT_IDENT
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
UNARY_OP
RegularExpression Id.
|
static int |
UNEXPECTED_TOKEN
RegularExpression Id.
|
static int |
WS
RegularExpression Id.
|
static final int EOF
static final int NULL
static final int BOOLEAN
static final int INTEGER
static final int FLOAT
static final int STRING
static final int DEC_DIGITS
static final int HEX_DIGIT
static final int UNARY_OP
static final int PRECEDENCE_2_OP
static final int PRECEDENCE_3_OP
static final int PRECEDENCE_4_OP
static final int PRECEDENCE_5_OP
static final int PRECEDENCE_6_OP
static final int PRECEDENCE_7_OP
static final int IDENT
static final int DOLLAR_IDENT
static final int DOT_IDENT
static final int QUESTION_DOT_IDENT
static final int WS
static final int LEGACY_AND
static final int LEGACY_OR
static final int LEGACY_NOT
static final int DOUBLE_QUOTE
static final int UNEXPECTED_TOKEN
static final int DEFAULT
static final String[] tokenImage