Package org.apache.commons.jexl2.parser
Interface ParserConstants
- All Known Implementing Classes:
Parser
,ParserTokenManager
public interface ParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
Lexical state.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
End of File.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
Lexical state.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
Lexical state.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final String[]
Literal token values.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.
-
Field Details
-
EOF
End of File.- See Also:
-
IF
RegularExpression Id.- See Also:
-
ELSE
RegularExpression Id.- See Also:
-
FOR
RegularExpression Id.- See Also:
-
FOREACH
RegularExpression Id.- See Also:
-
WHILE
RegularExpression Id.- See Also:
-
NEW
RegularExpression Id.- See Also:
-
VAR
RegularExpression Id.- See Also:
-
EMPTY
RegularExpression Id.- See Also:
-
SIZE
RegularExpression Id.- See Also:
-
NULL
RegularExpression Id.- See Also:
-
TRUE
RegularExpression Id.- See Also:
-
FALSE
RegularExpression Id.- See Also:
-
RETURN
RegularExpression Id.- See Also:
-
IN
RegularExpression Id.- See Also:
-
LPAREN
RegularExpression Id.- See Also:
-
RPAREN
RegularExpression Id.- See Also:
-
LCURLY
RegularExpression Id.- See Also:
-
RCURLY
RegularExpression Id.- See Also:
-
LBRACKET
RegularExpression Id.- See Also:
-
RBRACKET
RegularExpression Id.- See Also:
-
SEMICOL
RegularExpression Id.- See Also:
-
COLON
RegularExpression Id.- See Also:
-
COMMA
RegularExpression Id.- See Also:
-
DOT
RegularExpression Id.- See Also:
-
QMARK
RegularExpression Id.- See Also:
-
ELVIS
RegularExpression Id.- See Also:
-
AND
RegularExpression Id.- See Also:
-
OR
RegularExpression Id.- See Also:
-
eq
RegularExpression Id.- See Also:
-
ne
RegularExpression Id.- See Also:
-
req
RegularExpression Id.- See Also:
-
rne
RegularExpression Id.- See Also:
-
gt
RegularExpression Id.- See Also:
-
ge
RegularExpression Id.- See Also:
-
lt
RegularExpression Id.- See Also:
-
le
RegularExpression Id.- See Also:
-
assign
RegularExpression Id.- See Also:
-
mod
RegularExpression Id.- See Also:
-
div
RegularExpression Id.- See Also:
-
not
RegularExpression Id.- See Also:
-
plus
RegularExpression Id.- See Also:
-
minus
RegularExpression Id.- See Also:
-
mult
RegularExpression Id.- See Also:
-
tilda
RegularExpression Id.- See Also:
-
and
RegularExpression Id.- See Also:
-
or
RegularExpression Id.- See Also:
-
xor
RegularExpression Id.- See Also:
-
IDENTIFIER
RegularExpression Id.- See Also:
-
LETTER
RegularExpression Id.- See Also:
-
DIGIT
RegularExpression Id.- See Also:
-
REGISTER
RegularExpression Id.- See Also:
-
INTEGER_LITERAL
RegularExpression Id.- See Also:
-
FLOAT_LITERAL
RegularExpression Id.- See Also:
-
STRING_LITERAL
RegularExpression Id.- See Also:
-
REGISTERS
Lexical state.- See Also:
-
FOR_EACH_IN
Lexical state.- See Also:
-
DEFAULT
Lexical state.- See Also:
-
tokenImage
Literal token values.
-