org.tinygroup.jspengine.el.parser
接口 ELParserConstants
- 所有已知实现类:
- ELParser, ELParserTokenManager
public interface ELParserConstants
EOF
static final int EOF
- 另请参见:
- 常量字段值
LITERAL_EXPRESSION
static final int LITERAL_EXPRESSION
- 另请参见:
- 常量字段值
START_DYNAMIC_EXPRESSION
static final int START_DYNAMIC_EXPRESSION
- 另请参见:
- 常量字段值
START_DEFERRED_EXPRESSION
static final int START_DEFERRED_EXPRESSION
- 另请参见:
- 常量字段值
INTEGER_LITERAL
static final int INTEGER_LITERAL
- 另请参见:
- 常量字段值
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- 另请参见:
- 常量字段值
EXPONENT
static final int EXPONENT
- 另请参见:
- 常量字段值
STRING_LITERAL
static final int STRING_LITERAL
- 另请参见:
- 常量字段值
BADLY_ESCAPED_STRING_LITERAL
static final int BADLY_ESCAPED_STRING_LITERAL
- 另请参见:
- 常量字段值
TRUE
static final int TRUE
- 另请参见:
- 常量字段值
FALSE
static final int FALSE
- 另请参见:
- 常量字段值
NULL
static final int NULL
- 另请参见:
- 常量字段值
END_EXPRESSION
static final int END_EXPRESSION
- 另请参见:
- 常量字段值
DOT
static final int DOT
- 另请参见:
- 常量字段值
LPAREN
static final int LPAREN
- 另请参见:
- 常量字段值
RPAREN
static final int RPAREN
- 另请参见:
- 常量字段值
LBRACK
static final int LBRACK
- 另请参见:
- 常量字段值
RBRACK
static final int RBRACK
- 另请参见:
- 常量字段值
COLON
static final int COLON
- 另请参见:
- 常量字段值
COMMA
static final int COMMA
- 另请参见:
- 常量字段值
GT0
static final int GT0
- 另请参见:
- 常量字段值
GT1
static final int GT1
- 另请参见:
- 常量字段值
LT0
static final int LT0
- 另请参见:
- 常量字段值
LT1
static final int LT1
- 另请参见:
- 常量字段值
GE0
static final int GE0
- 另请参见:
- 常量字段值
GE1
static final int GE1
- 另请参见:
- 常量字段值
LE0
static final int LE0
- 另请参见:
- 常量字段值
LE1
static final int LE1
- 另请参见:
- 常量字段值
EQ0
static final int EQ0
- 另请参见:
- 常量字段值
EQ1
static final int EQ1
- 另请参见:
- 常量字段值
NE0
static final int NE0
- 另请参见:
- 常量字段值
NE1
static final int NE1
- 另请参见:
- 常量字段值
NOT0
static final int NOT0
- 另请参见:
- 常量字段值
NOT1
static final int NOT1
- 另请参见:
- 常量字段值
AND0
static final int AND0
- 另请参见:
- 常量字段值
AND1
static final int AND1
- 另请参见:
- 常量字段值
OR0
static final int OR0
- 另请参见:
- 常量字段值
OR1
static final int OR1
- 另请参见:
- 常量字段值
EMPTY
static final int EMPTY
- 另请参见:
- 常量字段值
INSTANCEOF
static final int INSTANCEOF
- 另请参见:
- 常量字段值
MULT
static final int MULT
- 另请参见:
- 常量字段值
PLUS
static final int PLUS
- 另请参见:
- 常量字段值
MINUS
static final int MINUS
- 另请参见:
- 常量字段值
QUESTIONMARK
static final int QUESTIONMARK
- 另请参见:
- 常量字段值
DIV0
static final int DIV0
- 另请参见:
- 常量字段值
DIV1
static final int DIV1
- 另请参见:
- 常量字段值
MOD0
static final int MOD0
- 另请参见:
- 常量字段值
MOD1
static final int MOD1
- 另请参见:
- 常量字段值
IDENTIFIER
static final int IDENTIFIER
- 另请参见:
- 常量字段值
FUNCTIONSUFFIX
static final int FUNCTIONSUFFIX
- 另请参见:
- 常量字段值
IMPL_OBJ_START
static final int IMPL_OBJ_START
- 另请参见:
- 常量字段值
LETTER
static final int LETTER
- 另请参见:
- 常量字段值
DIGIT
static final int DIGIT
- 另请参见:
- 常量字段值
ILLEGAL_CHARACTER
static final int ILLEGAL_CHARACTER
- 另请参见:
- 常量字段值
DEFAULT
static final int DEFAULT
- 另请参见:
- 常量字段值
IN_EXPRESSION
static final int IN_EXPRESSION
- 另请参见:
- 常量字段值
tokenImage
static final String[] tokenImage
Copyright © 2006–2014 开源组织. All rights reserved.