org.apache.el.parser

Interface ELParserConstants

public interface ELParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary
intAND0
RegularExpression Id.
intAND1
RegularExpression Id.
intCOLON
RegularExpression Id.
intCOMMA
RegularExpression Id.
intDEFAULT
Lexical state.
intDIGIT
RegularExpression Id.
intDIV0
RegularExpression Id.
intDIV1
RegularExpression Id.
intDOT
RegularExpression Id.
intEMPTY
RegularExpression Id.
intEND_EXPRESSION
RegularExpression Id.
intEOF
End of File.
intEQ0
RegularExpression Id.
intEQ1
RegularExpression Id.
intEXPONENT
RegularExpression Id.
intFALSE
RegularExpression Id.
intFLOATING_POINT_LITERAL
RegularExpression Id.
intFUNCTIONSUFFIX
RegularExpression Id.
intGE0
RegularExpression Id.
intGE1
RegularExpression Id.
intGT0
RegularExpression Id.
intGT1
RegularExpression Id.
intIDENTIFIER
RegularExpression Id.
intILLEGAL_CHARACTER
RegularExpression Id.
intIMPL_OBJ_START
RegularExpression Id.
intINSTANCEOF
RegularExpression Id.
intINTEGER_LITERAL
RegularExpression Id.
intIN_EXPRESSION
Lexical state.
intLBRACK
RegularExpression Id.
intLE0
RegularExpression Id.
intLE1
RegularExpression Id.
intLETTER
RegularExpression Id.
intLITERAL_EXPRESSION
RegularExpression Id.
intLPAREN
RegularExpression Id.
intLT0
RegularExpression Id.
intLT1
RegularExpression Id.
intMINUS
RegularExpression Id.
intMOD0
RegularExpression Id.
intMOD1
RegularExpression Id.
intMULT
RegularExpression Id.
intNE0
RegularExpression Id.
intNE1
RegularExpression Id.
intNOT0
RegularExpression Id.
intNOT1
RegularExpression Id.
intNULL
RegularExpression Id.
intOR0
RegularExpression Id.
intOR1
RegularExpression Id.
intPLUS
RegularExpression Id.
intQUESTIONMARK
RegularExpression Id.
intRBRACK
RegularExpression Id.
intRPAREN
RegularExpression Id.
intSTART_DEFERRED_EXPRESSION
RegularExpression Id.
intSTART_DYNAMIC_EXPRESSION
RegularExpression Id.
intSTRING_LITERAL
RegularExpression Id.
String[]tokenImage
Literal token values.
intTRUE
RegularExpression Id.

Field Detail

AND0

public int AND0
RegularExpression Id.

AND1

public int AND1
RegularExpression Id.

COLON

public int COLON
RegularExpression Id.

COMMA

public int COMMA
RegularExpression Id.

DEFAULT

public int DEFAULT
Lexical state.

DIGIT

public int DIGIT
RegularExpression Id.

DIV0

public int DIV0
RegularExpression Id.

DIV1

public int DIV1
RegularExpression Id.

DOT

public int DOT
RegularExpression Id.

EMPTY

public int EMPTY
RegularExpression Id.

END_EXPRESSION

public int END_EXPRESSION
RegularExpression Id.

EOF

public int EOF
End of File.

EQ0

public int EQ0
RegularExpression Id.

EQ1

public int EQ1
RegularExpression Id.

EXPONENT

public int EXPONENT
RegularExpression Id.

FALSE

public int FALSE
RegularExpression Id.

FLOATING_POINT_LITERAL

public int FLOATING_POINT_LITERAL
RegularExpression Id.

FUNCTIONSUFFIX

public int FUNCTIONSUFFIX
RegularExpression Id.

GE0

public int GE0
RegularExpression Id.

GE1

public int GE1
RegularExpression Id.

GT0

public int GT0
RegularExpression Id.

GT1

public int GT1
RegularExpression Id.

IDENTIFIER

public int IDENTIFIER
RegularExpression Id.

ILLEGAL_CHARACTER

public int ILLEGAL_CHARACTER
RegularExpression Id.

IMPL_OBJ_START

public int IMPL_OBJ_START
RegularExpression Id.

INSTANCEOF

public int INSTANCEOF
RegularExpression Id.

INTEGER_LITERAL

public int INTEGER_LITERAL
RegularExpression Id.

IN_EXPRESSION

public int IN_EXPRESSION
Lexical state.

LBRACK

public int LBRACK
RegularExpression Id.

LE0

public int LE0
RegularExpression Id.

LE1

public int LE1
RegularExpression Id.

LETTER

public int LETTER
RegularExpression Id.

LITERAL_EXPRESSION

public int LITERAL_EXPRESSION
RegularExpression Id.

LPAREN

public int LPAREN
RegularExpression Id.

LT0

public int LT0
RegularExpression Id.

LT1

public int LT1
RegularExpression Id.

MINUS

public int MINUS
RegularExpression Id.

MOD0

public int MOD0
RegularExpression Id.

MOD1

public int MOD1
RegularExpression Id.

MULT

public int MULT
RegularExpression Id.

NE0

public int NE0
RegularExpression Id.

NE1

public int NE1
RegularExpression Id.

NOT0

public int NOT0
RegularExpression Id.

NOT1

public int NOT1
RegularExpression Id.

NULL

public int NULL
RegularExpression Id.

OR0

public int OR0
RegularExpression Id.

OR1

public int OR1
RegularExpression Id.

PLUS

public int PLUS
RegularExpression Id.

QUESTIONMARK

public int QUESTIONMARK
RegularExpression Id.

RBRACK

public int RBRACK
RegularExpression Id.

RPAREN

public int RPAREN
RegularExpression Id.

START_DEFERRED_EXPRESSION

public int START_DEFERRED_EXPRESSION
RegularExpression Id.

START_DYNAMIC_EXPRESSION

public int START_DYNAMIC_EXPRESSION
RegularExpression Id.

STRING_LITERAL

public int STRING_LITERAL
RegularExpression Id.

tokenImage

public String[] tokenImage
Literal token values.

TRUE

public int TRUE
RegularExpression Id.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.