|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OgnlParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
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 String[] |
tokenImage
Literal token values. |
static int |
WithinBackCharLiteral
Lexical state. |
static int |
WithinCharLiteral
Lexical state. |
static int |
WithinStringLiteral
Lexical state. |
Field Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |