org.apache.ibatis.ognl
Interface OgnlParserConstants
- All Known Implementing Classes:
- OgnlParser, OgnlParserTokenManager
public interface OgnlParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DYNAMIC_SUBSCRIPT
static final int DYNAMIC_SUBSCRIPT
- See Also:
- Constant Field Values
ESC
static final int ESC
- See Also:
- Constant Field Values
CHAR_LITERAL
static final int CHAR_LITERAL
- See Also:
- Constant Field Values
BACK_CHAR_ESC
static final int BACK_CHAR_ESC
- See Also:
- Constant Field Values
BACK_CHAR_LITERAL
static final int BACK_CHAR_LITERAL
- See Also:
- Constant Field Values
STRING_ESC
static final int STRING_ESC
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
INT_LITERAL
static final int INT_LITERAL
- See Also:
- Constant Field Values
FLT_LITERAL
static final int FLT_LITERAL
- See Also:
- Constant Field Values
DEC_FLT
static final int DEC_FLT
- See Also:
- Constant Field Values
DEC_DIGITS
static final int DEC_DIGITS
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
FLT_SUFF
static final int FLT_SUFF
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
WithinCharLiteral
static final int WithinCharLiteral
- See Also:
- Constant Field Values
WithinBackCharLiteral
static final int WithinBackCharLiteral
- See Also:
- Constant Field Values
WithinStringLiteral
static final int WithinStringLiteral
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage
Copyright © 2010 MyBatis.org. All Rights Reserved.