ognl
Interface OgnlParserConstants
- All Known Implementing Classes:
- OgnlParser, OgnlParserTokenManager
- public interface OgnlParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
DYNAMIC_SUBSCRIPT
public static final int DYNAMIC_SUBSCRIPT
- See Also:
- Constant Field Values
ESC
public static final int ESC
- See Also:
- Constant Field Values
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
BACK_CHAR_ESC
public static final int BACK_CHAR_ESC
- See Also:
- Constant Field Values
BACK_CHAR_LITERAL
public static final int BACK_CHAR_LITERAL
- See Also:
- Constant Field Values
STRING_ESC
public static final int STRING_ESC
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
INT_LITERAL
public static final int INT_LITERAL
- See Also:
- Constant Field Values
FLT_LITERAL
public static final int FLT_LITERAL
- See Also:
- Constant Field Values
DEC_FLT
public static final int DEC_FLT
- See Also:
- Constant Field Values
DEC_DIGITS
public static final int DEC_DIGITS
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
FLT_SUFF
public static final int FLT_SUFF
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
WithinCharLiteral
public static final int WithinCharLiteral
- See Also:
- Constant Field Values
WithinBackCharLiteral
public static final int WithinBackCharLiteral
- See Also:
- Constant Field Values
WithinStringLiteral
public static final int WithinStringLiteral
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage