org.apache.ibatis.ognl
Interface OgnlParserConstants

All Known Implementing Classes:
OgnlParser, OgnlParserTokenManager

public interface OgnlParserConstants


Field Summary
static int BACK_CHAR_ESC
           
static int BACK_CHAR_LITERAL
           
static int CHAR_LITERAL
           
static int DEC_DIGITS
           
static int DEC_FLT
           
static int DEFAULT
           
static int DIGIT
           
static int DYNAMIC_SUBSCRIPT
           
static int EOF
           
static int ESC
           
static int EXPONENT
           
static int FLT_LITERAL
           
static int FLT_SUFF
           
static int IDENT
           
static int INT_LITERAL
           
static int LETTER
           
static int STRING_ESC
           
static int STRING_LITERAL
           
static java.lang.String[] tokenImage
           
static int WithinBackCharLiteral
           
static int WithinCharLiteral
           
static int WithinStringLiteral
           
 

Field Detail

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. All Rights Reserved.