public interface ELParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND0 |
static int |
AND1 |
static int |
BADLY_ESCAPED_STRING_LITERAL |
static int |
COLON |
static int |
COMMA |
static int |
DEFAULT |
static int |
DIGIT |
static int |
DIV0 |
static int |
DIV1 |
static int |
DOT |
static int |
EMPTY |
static int |
END_EXPRESSION |
static int |
EOF |
static int |
EQ0 |
static int |
EQ1 |
static int |
EXPONENT |
static int |
FALSE |
static int |
FLOATING_POINT_LITERAL |
static int |
FUNCTIONSUFFIX |
static int |
GE0 |
static int |
GE1 |
static int |
GT0 |
static int |
GT1 |
static int |
IDENTIFIER |
static int |
ILLEGAL_CHARACTER |
static int |
IMPL_OBJ_START |
static int |
IN_EXPRESSION |
static int |
INSTANCEOF |
static int |
INTEGER_LITERAL |
static int |
LBRACK |
static int |
LE0 |
static int |
LE1 |
static int |
LETTER |
static int |
LITERAL_EXPRESSION |
static int |
LPAREN |
static int |
LT0 |
static int |
LT1 |
static int |
MINUS |
static int |
MOD0 |
static int |
MOD1 |
static int |
MULT |
static int |
NE0 |
static int |
NE1 |
static int |
NOT0 |
static int |
NOT1 |
static int |
NULL |
static int |
OR0 |
static int |
OR1 |
static int |
PLUS |
static int |
QUESTIONMARK |
static int |
RBRACK |
static int |
RPAREN |
static int |
START_DEFERRED_EXPRESSION |
static int |
START_DYNAMIC_EXPRESSION |
static int |
STRING_LITERAL |
static String[] |
tokenImage |
static int |
TRUE |
static final int EOF
static final int LITERAL_EXPRESSION
static final int START_DYNAMIC_EXPRESSION
static final int START_DEFERRED_EXPRESSION
static final int INTEGER_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int STRING_LITERAL
static final int BADLY_ESCAPED_STRING_LITERAL
static final int TRUE
static final int FALSE
static final int NULL
static final int END_EXPRESSION
static final int DOT
static final int LPAREN
static final int RPAREN
static final int LBRACK
static final int RBRACK
static final int COLON
static final int COMMA
static final int GT0
static final int GT1
static final int LT0
static final int LT1
static final int GE0
static final int GE1
static final int LE0
static final int LE1
static final int EQ0
static final int EQ1
static final int NE0
static final int NE1
static final int NOT0
static final int NOT1
static final int AND0
static final int AND1
static final int OR0
static final int OR1
static final int EMPTY
static final int INSTANCEOF
static final int MULT
static final int PLUS
static final int MINUS
static final int QUESTIONMARK
static final int DIV0
static final int DIV1
static final int MOD0
static final int MOD1
static final int IDENTIFIER
static final int FUNCTIONSUFFIX
static final int IMPL_OBJ_START
static final int LETTER
static final int DIGIT
static final int ILLEGAL_CHARACTER
static final int DEFAULT
static final int IN_EXPRESSION
static final String[] tokenImage
Copyright © 2006–2018 TinyGroup. All rights reserved.