Package org.apache.commons.ognl
Interface OgnlParserConstants
-
- All Known Implementing Classes:
OgnlParser,OgnlParserTokenManager
public interface OgnlParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intBACK_CHAR_ESCRegularExpression Id.static intBACK_CHAR_LITERALRegularExpression Id.static intCHAR_LITERALRegularExpression Id.static intDEC_DIGITSRegularExpression Id.static intDEC_FLTRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDYNAMIC_SUBSCRIPTRegularExpression Id.static intEOFEnd of File.static intESCRegularExpression Id.static intEXPONENTRegularExpression Id.static intFLT_LITERALRegularExpression Id.static intFLT_SUFFRegularExpression Id.static intIDENTRegularExpression Id.static intINT_LITERALRegularExpression Id.static intLETTERRegularExpression Id.static intSTRING_ESCRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intWithinBackCharLiteralLexical state.static intWithinCharLiteralLexical state.static intWithinStringLiteralLexical state.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DYNAMIC_SUBSCRIPT
static final int DYNAMIC_SUBSCRIPT
RegularExpression Id.- See Also:
- Constant Field Values
-
ESC
static final int ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR_LITERAL
static final int CHAR_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
BACK_CHAR_ESC
static final int BACK_CHAR_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
BACK_CHAR_LITERAL
static final int BACK_CHAR_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_ESC
static final int STRING_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
INT_LITERAL
static final int INT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLT_LITERAL
static final int FLT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DEC_FLT
static final int DEC_FLT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEC_DIGITS
static final int DEC_DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
FLT_SUFF
static final int FLT_SUFF
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinCharLiteral
static final int WithinCharLiteral
Lexical state.- See Also:
- Constant Field Values
-
WithinBackCharLiteral
static final int WithinBackCharLiteral
Lexical state.- See Also:
- Constant Field Values
-
WithinStringLiteral
static final int WithinStringLiteral
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-