OgnlParser
, OgnlParserTokenManager
public interface OgnlParserConstants
Modifier and Type | Field | Description |
---|---|---|
static int |
BACK_CHAR_ESC |
RegularExpression Id.
|
static int |
BACK_CHAR_LITERAL |
RegularExpression Id.
|
static int |
CHAR_LITERAL |
RegularExpression Id.
|
static int |
DEC_DIGITS |
RegularExpression Id.
|
static int |
DEC_FLT |
RegularExpression Id.
|
static int |
DEFAULT |
Lexical state.
|
static int |
DIGIT |
RegularExpression Id.
|
static int |
DYNAMIC_SUBSCRIPT |
RegularExpression Id.
|
static int |
EOF |
End of File.
|
static int |
ESC |
RegularExpression Id.
|
static int |
EXPONENT |
RegularExpression Id.
|
static int |
FLT_LITERAL |
RegularExpression Id.
|
static int |
FLT_SUFF |
RegularExpression Id.
|
static int |
IDENT |
RegularExpression Id.
|
static int |
INT_LITERAL |
RegularExpression Id.
|
static int |
LETTER |
RegularExpression Id.
|
static int |
STRING_ESC |
RegularExpression Id.
|
static int |
STRING_LITERAL |
RegularExpression Id.
|
static java.lang.String[] |
tokenImage |
Literal token values.
|
static int |
WithinBackCharLiteral |
Lexical state.
|
static int |
WithinCharLiteral |
Lexical state.
|
static int |
WithinStringLiteral |
Lexical state.
|
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 java.lang.String[] tokenImage