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 |
DOT_INDEX
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 |
NULL
RegularExpression Id.
|
static int |
ONLY_BINARY_OP
RegularExpression Id.
|
static int |
ONLY_UNARY_OP
RegularExpression Id.
|
static int |
QUESTION_DOT_IDENT
RegularExpression Id.
|
static int |
QUESTION_DOT_INDEX
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
UNARY_OR_BINARY_OP
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_OR_BINARY_OP
static final int ONLY_UNARY_OP
static final int ONLY_BINARY_OP
static final int IDENT
static final int DOLLAR_IDENT
static final int DOT_IDENT
static final int QUESTION_DOT_IDENT
static final int DOT_INDEX
static final int QUESTION_DOT_INDEX
static final int WS
static final int DEFAULT
static final String[] tokenImage