Package org.jdesktop.el.impl.parser
Interface ELParserConstants
-
- All Known Implementing Classes:
ELParser,ELParserTokenManager
public interface ELParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intAND0static intAND1static intBADLY_ESCAPED_STRING_LITERALstatic intCOLONstatic intCOMMAstatic intDEFAULTstatic intDIGITstatic intDIV0static intDIV1static intDOTstatic intEMPTYstatic intEND_EXPRESSIONstatic intEOFstatic intEQ0static intEQ1static intEXPONENTstatic intFALSEstatic intFLOATING_POINT_LITERALstatic intFUNCTIONSUFFIXstatic intGE0static intGE1static intGT0static intGT1static intIDENTIFIERstatic intILLEGAL_CHARACTERstatic intIMPL_OBJ_STARTstatic intIN_EXPRESSIONstatic intINSTANCEOFstatic intINTEGER_LITERALstatic intLBRACKstatic intLE0static intLE1static intLETTERstatic intLITERAL_EXPRESSIONstatic intLPARENstatic intLT0static intLT1static intMINUSstatic intMOD0static intMOD1static intMULTstatic intNE0static intNE1static intNOT0static intNOT1static intNULLstatic intOR0static intOR1static intPLUSstatic intQUESTIONMARKstatic intRBRACKstatic intRPARENstatic intSTART_DEFERRED_EXPRESSIONstatic intSTART_DYNAMIC_EXPRESSIONstatic intSTRING_LITERALstatic String[]tokenImagestatic intTRUE
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
LITERAL_EXPRESSION
static final int LITERAL_EXPRESSION
- See Also:
- Constant Field Values
-
START_DYNAMIC_EXPRESSION
static final int START_DYNAMIC_EXPRESSION
- See Also:
- Constant Field Values
-
START_DEFERRED_EXPRESSION
static final int START_DEFERRED_EXPRESSION
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
BADLY_ESCAPED_STRING_LITERAL
static final int BADLY_ESCAPED_STRING_LITERAL
- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
END_EXPRESSION
static final int END_EXPRESSION
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
-
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
GT0
static final int GT0
- See Also:
- Constant Field Values
-
GT1
static final int GT1
- See Also:
- Constant Field Values
-
LT0
static final int LT0
- See Also:
- Constant Field Values
-
LT1
static final int LT1
- See Also:
- Constant Field Values
-
GE0
static final int GE0
- See Also:
- Constant Field Values
-
GE1
static final int GE1
- See Also:
- Constant Field Values
-
LE0
static final int LE0
- See Also:
- Constant Field Values
-
LE1
static final int LE1
- See Also:
- Constant Field Values
-
EQ0
static final int EQ0
- See Also:
- Constant Field Values
-
EQ1
static final int EQ1
- See Also:
- Constant Field Values
-
NE0
static final int NE0
- See Also:
- Constant Field Values
-
NE1
static final int NE1
- See Also:
- Constant Field Values
-
NOT0
static final int NOT0
- See Also:
- Constant Field Values
-
NOT1
static final int NOT1
- See Also:
- Constant Field Values
-
AND0
static final int AND0
- See Also:
- Constant Field Values
-
AND1
static final int AND1
- See Also:
- Constant Field Values
-
OR0
static final int OR0
- See Also:
- Constant Field Values
-
OR1
static final int OR1
- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTY
- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
- See Also:
- Constant Field Values
-
MULT
static final int MULT
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARK
- See Also:
- Constant Field Values
-
DIV0
static final int DIV0
- See Also:
- Constant Field Values
-
DIV1
static final int DIV1
- See Also:
- Constant Field Values
-
MOD0
static final int MOD0
- See Also:
- Constant Field Values
-
MOD1
static final int MOD1
- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
FUNCTIONSUFFIX
static final int FUNCTIONSUFFIX
- 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
-
ILLEGAL_CHARACTER
static final int ILLEGAL_CHARACTER
- 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
-
-