Package org.apache.el.parser
Interface ELParserConstants
-
- All Known Implementing Classes:
ELParser,ELParserTokenManager
public interface ELParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intAND0RegularExpression Id.static intAND1RegularExpression Id.static intARROWRegularExpression Id.static intASSIGNRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCONCATRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIV0RegularExpression Id.static intDIV1RegularExpression Id.static intDOTRegularExpression Id.static intEMPTYRegularExpression Id.static intEOFEnd of File.static intEQ0RegularExpression Id.static intEQ1RegularExpression Id.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFLOATING_POINT_LITERALRegularExpression Id.static intFUNCTIONSUFFIXRegularExpression Id.static intGE0RegularExpression Id.static intGE1RegularExpression Id.static intGT0RegularExpression Id.static intGT1RegularExpression Id.static intIDENTIFIERRegularExpression Id.static intILLEGAL_CHARACTERRegularExpression Id.static intIMPL_OBJ_STARTRegularExpression Id.static intIN_EXPRESSIONLexical state.static intIN_SET_OR_MAPLexical state.static intINSTANCEOFRegularExpression Id.static intINTEGER_LITERALRegularExpression Id.static intLBRACKRegularExpression Id.static intLE0RegularExpression Id.static intLE1RegularExpression Id.static intLETTERRegularExpression Id.static intLITERAL_EXPRESSIONRegularExpression Id.static intLPARENRegularExpression Id.static intLT0RegularExpression Id.static intLT1RegularExpression Id.static intMINUSRegularExpression Id.static intMOD0RegularExpression Id.static intMOD1RegularExpression Id.static intMULTRegularExpression Id.static intNE0RegularExpression Id.static intNE1RegularExpression Id.static intNOT0RegularExpression Id.static intNOT1RegularExpression Id.static intNULLRegularExpression Id.static intOR0RegularExpression Id.static intOR1RegularExpression Id.static intPLUSRegularExpression Id.static intQUESTIONMARKRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACKRegularExpression Id.static intRPARENRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSTART_DEFERRED_EXPRESSIONRegularExpression Id.static intSTART_DYNAMIC_EXPRESSIONRegularExpression Id.static intSTART_SET_OR_MAPRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
LITERAL_EXPRESSION
static final int LITERAL_EXPRESSION
RegularExpression Id.- See Also:
- Constant Field Values
-
START_DYNAMIC_EXPRESSION
static final int START_DYNAMIC_EXPRESSION
RegularExpression Id.- See Also:
- Constant Field Values
-
START_DEFERRED_EXPRESSION
static final int START_DEFERRED_EXPRESSION
RegularExpression Id.- See Also:
- Constant Field Values
-
START_SET_OR_MAP
static final int START_SET_OR_MAP
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACK
static final int LBRACK
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACK
static final int RBRACK
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
GT0
static final int GT0
RegularExpression Id.- See Also:
- Constant Field Values
-
GT1
static final int GT1
RegularExpression Id.- See Also:
- Constant Field Values
-
LT0
static final int LT0
RegularExpression Id.- See Also:
- Constant Field Values
-
LT1
static final int LT1
RegularExpression Id.- See Also:
- Constant Field Values
-
GE0
static final int GE0
RegularExpression Id.- See Also:
- Constant Field Values
-
GE1
static final int GE1
RegularExpression Id.- See Also:
- Constant Field Values
-
LE0
static final int LE0
RegularExpression Id.- See Also:
- Constant Field Values
-
LE1
static final int LE1
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ0
static final int EQ0
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ1
static final int EQ1
RegularExpression Id.- See Also:
- Constant Field Values
-
NE0
static final int NE0
RegularExpression Id.- See Also:
- Constant Field Values
-
NE1
static final int NE1
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT0
static final int NOT0
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT1
static final int NOT1
RegularExpression Id.- See Also:
- Constant Field Values
-
AND0
static final int AND0
RegularExpression Id.- See Also:
- Constant Field Values
-
AND1
static final int AND1
RegularExpression Id.- See Also:
- Constant Field Values
-
OR0
static final int OR0
RegularExpression Id.- See Also:
- Constant Field Values
-
OR1
static final int OR1
RegularExpression Id.- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
RegularExpression Id.- See Also:
- Constant Field Values
-
MULT
static final int MULT
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARK
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV0
static final int DIV0
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV1
static final int DIV1
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD0
static final int MOD0
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD1
static final int MOD1
RegularExpression Id.- See Also:
- Constant Field Values
-
CONCAT
static final int CONCAT
RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ARROW
static final int ARROW
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTIONSUFFIX
static final int FUNCTIONSUFFIX
RegularExpression Id.- See Also:
- Constant Field Values
-
IMPL_OBJ_START
static final int IMPL_OBJ_START
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
ILLEGAL_CHARACTER
static final int ILLEGAL_CHARACTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
IN_EXPRESSION
static final int IN_EXPRESSION
Lexical state.- See Also:
- Constant Field Values
-
IN_SET_OR_MAP
static final int IN_SET_OR_MAP
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-