org.apache.beehive.netui.script.el.parser
Interface NetUIELParserConstants
- All Known Implementing Classes:
- NetUIELParser, NetUIELParserTokenManager
public interface NetUIELParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
NON_EXPRESSION_TEXT
static final int NON_EXPRESSION_TEXT
- See Also:
- Constant Field Values
START_EXPRESSION
static final int START_EXPRESSION
- See Also:
- Constant Field Values
ESCAPED_START_EXPRESSION
static final int ESCAPED_START_EXPRESSION
- See Also:
- Constant Field Values
END_EXPRESSION
static final int END_EXPRESSION
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
ECMA_ESCAPE_SEQUENCE
static final int ECMA_ESCAPE_SEQUENCE
- See Also:
- Constant Field Values
HIT
static final int HIT
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
IMPL_OBJ_START
static final int IMPL_OBJ_START
- 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
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
DQUOTE
static final int DQUOTE
- See Also:
- Constant Field Values
SQUOTE
static final int SQUOTE
- See Also:
- Constant Field Values
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_EXPRESSION
static final int IN_EXPRESSION
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage