public interface OgnlParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
BACK_CHAR_ESC |
static int |
BACK_CHAR_LITERAL |
static int |
CHAR_LITERAL |
static int |
DEC_DIGITS |
static int |
DEC_FLT |
static int |
DEFAULT |
static int |
DIGIT |
static int |
DYNAMIC_SUBSCRIPT |
static int |
EOF |
static int |
ESC |
static int |
EXPONENT |
static int |
FLT_LITERAL |
static int |
FLT_SUFF |
static int |
IDENT |
static int |
INT_LITERAL |
static int |
LETTER |
static int |
STRING_ESC |
static int |
STRING_LITERAL |
static String[] |
tokenImage |
static int |
WithinBackCharLiteral |
static int |
WithinCharLiteral |
static int |
WithinStringLiteral |
static final int EOF
static final int IDENT
static final int LETTER
static final int DIGIT
static final int DYNAMIC_SUBSCRIPT
static final int ESC
static final int CHAR_LITERAL
static final int BACK_CHAR_ESC
static final int BACK_CHAR_LITERAL
static final int STRING_ESC
static final int STRING_LITERAL
static final int INT_LITERAL
static final int FLT_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 WithinCharLiteral
static final int WithinBackCharLiteral
static final int WithinStringLiteral
static final String[] tokenImage