org.apache.commons.el.parser
Interface ELParserConstants
- All Known Implementing Classes:
- ELParser, ELParserTokenManager
- public interface ELParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
NON_EXPRESSION_TEXT
public static final int NON_EXPRESSION_TEXT
- See Also:
- Constant Field Values
START_EXPRESSION
public static final int START_EXPRESSION
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
BADLY_ESCAPED_STRING_LITERAL
public static final int BADLY_ESCAPED_STRING_LITERAL
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
END_EXPRESSION
public static final int END_EXPRESSION
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
GT1
public static final int GT1
- See Also:
- Constant Field Values
GT2
public static final int GT2
- See Also:
- Constant Field Values
LT1
public static final int LT1
- See Also:
- Constant Field Values
LT2
public static final int LT2
- See Also:
- Constant Field Values
EQ1
public static final int EQ1
- See Also:
- Constant Field Values
EQ2
public static final int EQ2
- See Also:
- Constant Field Values
LE1
public static final int LE1
- See Also:
- Constant Field Values
LE2
public static final int LE2
- See Also:
- Constant Field Values
GE1
public static final int GE1
- See Also:
- Constant Field Values
GE2
public static final int GE2
- See Also:
- Constant Field Values
NE1
public static final int NE1
- See Also:
- Constant Field Values
NE2
public static final int NE2
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
MULTIPLY
public static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE1
public static final int DIVIDE1
- See Also:
- Constant Field Values
DIVIDE2
public static final int DIVIDE2
- See Also:
- Constant Field Values
MODULUS1
public static final int MODULUS1
- See Also:
- Constant Field Values
MODULUS2
public static final int MODULUS2
- See Also:
- Constant Field Values
NOT1
public static final int NOT1
- See Also:
- Constant Field Values
NOT2
public static final int NOT2
- See Also:
- Constant Field Values
AND1
public static final int AND1
- See Also:
- Constant Field Values
AND2
public static final int AND2
- See Also:
- Constant Field Values
OR1
public static final int OR1
- See Also:
- Constant Field Values
OR2
public static final int OR2
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
COND
public static final int COND
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
IMPL_OBJ_START
public static final int IMPL_OBJ_START
- 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
ILLEGAL_CHARACTER
public static final int ILLEGAL_CHARACTER
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
IN_EXPRESSION
public static final int IN_EXPRESSION
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
Copyright (c) 2001-2002 - Apache Software Foundation