Package org.apache.commons.jexl3.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
Fields Modifier and Type Field Description static int
_AND
RegularExpression Id.static int
_OR
RegularExpression Id.static int
and
RegularExpression Id.static int
AND
RegularExpression Id.static int
and_assign
RegularExpression Id.static int
ANNOTATION
RegularExpression Id.static int
assign
RegularExpression Id.static int
BREAK
RegularExpression Id.static int
CATCH
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
CONST
RegularExpression Id.static int
CONTINUE
RegularExpression Id.static int
DECIMAL_LITERAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIGIT
RegularExpression Id.static int
div
RegularExpression Id.static int
DIV
RegularExpression Id.static int
div_assign
RegularExpression Id.static int
DO
RegularExpression Id.static int
DOT
RegularExpression Id.static int
DOT_ID
Lexical state.static int
DOT_IDENTIFIER
RegularExpression Id.static int
eeq
RegularExpression Id.static int
ELIPSIS
RegularExpression Id.static int
ELSE
RegularExpression Id.static int
ELVIS
RegularExpression Id.static int
EMPTY
RegularExpression Id.static int
ene
RegularExpression Id.static int
EOF
End of File.static int
eq
RegularExpression Id.static int
EQ
RegularExpression Id.static int
eqstrict
RegularExpression Id.static int
ESCAPE
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FALSE
RegularExpression Id.static int
FATARROW
RegularExpression Id.static int
FINALLY
RegularExpression Id.static int
FLOAT_LITERAL
RegularExpression Id.static int
FLT_CLS
RegularExpression Id.static int
FLT_SFX
RegularExpression Id.static int
FOR
RegularExpression Id.static int
FUNCTION
RegularExpression Id.static int
ge
RegularExpression Id.static int
GE
RegularExpression Id.static int
gt
RegularExpression Id.static int
GT
RegularExpression Id.static int
HEX_LITERAL
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
IF
RegularExpression Id.static int
INT_SFX
RegularExpression Id.static int
INTEGER_LITERAL
RegularExpression Id.static int
ISA
RegularExpression Id.static int
JXLT_LITERAL
RegularExpression Id.static int
LAMBDA
RegularExpression Id.static int
LBRACKET
RegularExpression Id.static int
LCURLY
RegularExpression Id.static int
le
RegularExpression Id.static int
LE
RegularExpression Id.static int
LET
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LPAREN
RegularExpression Id.static int
lshift
RegularExpression Id.static int
lshift_assign
RegularExpression Id.static int
lt
RegularExpression Id.static int
LT
RegularExpression Id.static int
minus
RegularExpression Id.static int
minus_assign
RegularExpression Id.static int
minusminus
RegularExpression Id.static int
mod
RegularExpression Id.static int
MOD
RegularExpression Id.static int
mod_assign
RegularExpression Id.static int
mult
RegularExpression Id.static int
mult_assign
RegularExpression Id.static int
NAN_LITERAL
RegularExpression Id.static int
ne
RegularExpression Id.static int
NE
RegularExpression Id.static int
neqstrict
RegularExpression Id.static int
NEVER
Lexical state.static int
NEW
RegularExpression Id.static int
NISA
RegularExpression Id.static int
not
RegularExpression Id.static int
NOT
RegularExpression Id.static int
NULL
RegularExpression Id.static int
NULLP
RegularExpression Id.static int
OCTAL_LITERAL
RegularExpression Id.static int
or
RegularExpression Id.static int
OR
RegularExpression Id.static int
or_assign
RegularExpression Id.static int
plus
RegularExpression Id.static int
plus_assign
RegularExpression Id.static int
plusplus
RegularExpression Id.static int
PRAGMA
RegularExpression Id.static int
QDOT
RegularExpression Id.static int
QLBRACKET
RegularExpression Id.static int
QMARK
RegularExpression Id.static int
range
RegularExpression Id.static int
RBRACKET
RegularExpression Id.static int
RCURLY
RegularExpression Id.static int
REGEX_LITERAL
RegularExpression Id.static int
REGISTER
RegularExpression Id.static int
req
RegularExpression Id.static int
RETURN
RegularExpression Id.static int
rne
RegularExpression Id.static int
RPAREN
RegularExpression Id.static int
rshift
RegularExpression Id.static int
rshift_assign
RegularExpression Id.static int
rshiftu
RegularExpression Id.static int
rshiftu_assign
RegularExpression Id.static int
SEMICOL
RegularExpression Id.static int
seq
RegularExpression Id.static int
SIZE
RegularExpression Id.static int
sne
RegularExpression Id.static int
STRING_LITERAL
RegularExpression Id.static int
THROW
RegularExpression Id.static int
tilda
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.static int
TRY
RegularExpression Id.static int
VAR
RegularExpression Id.static int
WHILE
RegularExpression Id.static int
xor
RegularExpression Id.static int
xor_assign
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
THROW
static final int THROW
RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
RegularExpression Id.- See Also:
- Constant Field Values
-
ISA
static final int ISA
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
-
LCURLY
static final int LCURLY
RegularExpression Id.- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
QLBRACKET
static final int QLBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOL
static final int SEMICOL
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
QDOT
static final int QDOT
RegularExpression Id.- See Also:
- Constant Field Values
-
ELIPSIS
static final int ELIPSIS
RegularExpression Id.- See Also:
- Constant Field Values
-
QMARK
static final int QMARK
RegularExpression Id.- See Also:
- Constant Field Values
-
ELVIS
static final int ELVIS
RegularExpression Id.- See Also:
- Constant Field Values
-
NULLP
static final int NULLP
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
NISA
static final int NISA
RegularExpression Id.- See Also:
- Constant Field Values
-
_AND
static final int _AND
RegularExpression Id.- See Also:
- Constant Field Values
-
_OR
static final int _OR
RegularExpression Id.- See Also:
- Constant Field Values
-
eq
static final int eq
RegularExpression Id.- See Also:
- Constant Field Values
-
ne
static final int ne
RegularExpression Id.- See Also:
- Constant Field Values
-
gt
static final int gt
RegularExpression Id.- See Also:
- Constant Field Values
-
ge
static final int ge
RegularExpression Id.- See Also:
- Constant Field Values
-
lt
static final int lt
RegularExpression Id.- See Also:
- Constant Field Values
-
le
static final int le
RegularExpression Id.- See Also:
- Constant Field Values
-
req
static final int req
RegularExpression Id.- See Also:
- Constant Field Values
-
rne
static final int rne
RegularExpression Id.- See Also:
- Constant Field Values
-
seq
static final int seq
RegularExpression Id.- See Also:
- Constant Field Values
-
eeq
static final int eeq
RegularExpression Id.- See Also:
- Constant Field Values
-
sne
static final int sne
RegularExpression Id.- See Also:
- Constant Field Values
-
ene
static final int ene
RegularExpression Id.- See Also:
- Constant Field Values
-
eqstrict
static final int eqstrict
RegularExpression Id.- See Also:
- Constant Field Values
-
neqstrict
static final int neqstrict
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
plus_assign
static final int plus_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
minus_assign
static final int minus_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
mult_assign
static final int mult_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
div_assign
static final int div_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
mod_assign
static final int mod_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
and_assign
static final int and_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
or_assign
static final int or_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
xor_assign
static final int xor_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
lshift_assign
static final int lshift_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
rshiftu_assign
static final int rshiftu_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
rshift_assign
static final int rshift_assign
RegularExpression Id.- See Also:
- Constant Field Values
-
assign
static final int assign
RegularExpression Id.- See Also:
- Constant Field Values
-
plus
static final int plus
RegularExpression Id.- See Also:
- Constant Field Values
-
plusplus
static final int plusplus
RegularExpression Id.- See Also:
- Constant Field Values
-
minus
static final int minus
RegularExpression Id.- See Also:
- Constant Field Values
-
minusminus
static final int minusminus
RegularExpression Id.- See Also:
- Constant Field Values
-
mult
static final int mult
RegularExpression Id.- See Also:
- Constant Field Values
-
div
static final int div
RegularExpression Id.- See Also:
- Constant Field Values
-
mod
static final int mod
RegularExpression Id.- See Also:
- Constant Field Values
-
not
static final int not
RegularExpression Id.- See Also:
- Constant Field Values
-
and
static final int and
RegularExpression Id.- See Also:
- Constant Field Values
-
or
static final int or
RegularExpression Id.- See Also:
- Constant Field Values
-
xor
static final int xor
RegularExpression Id.- See Also:
- Constant Field Values
-
lshift
static final int lshift
RegularExpression Id.- See Also:
- Constant Field Values
-
rshiftu
static final int rshiftu
RegularExpression Id.- See Also:
- Constant Field Values
-
rshift
static final int rshift
RegularExpression Id.- See Also:
- Constant Field Values
-
tilda
static final int tilda
RegularExpression Id.- See Also:
- Constant Field Values
-
range
static final int range
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV
static final int DIV
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MOD
RegularExpression Id.- See Also:
- Constant Field Values
-
LAMBDA
static final int LAMBDA
RegularExpression Id.- See Also:
- Constant Field Values
-
FATARROW
static final int FATARROW
RegularExpression Id.- See Also:
- Constant Field Values
-
PRAGMA
static final int PRAGMA
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
DO
static final int DO
RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
RegularExpression Id.- See Also:
- Constant Field Values
-
SIZE
static final int SIZE
RegularExpression Id.- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
VAR
static final int VAR
RegularExpression Id.- See Also:
- Constant Field Values
-
LET
static final int LET
RegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONST
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
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
-
NAN_LITERAL
static final int NAN_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
ANNOTATION
static final int ANNOTATION
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT_IDENTIFIER
static final int DOT_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
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
-
ESCAPE
static final int ESCAPE
RegularExpression Id.- See Also:
- Constant Field Values
-
REGISTER
static final int REGISTER
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
INT_SFX
static final int INT_SFX
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT_LITERAL
static final int FLOAT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
FLT_CLS
static final int FLT_CLS
RegularExpression Id.- See Also:
- Constant Field Values
-
FLT_SFX
static final int FLT_SFX
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
JXLT_LITERAL
static final int JXLT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
REGEX_LITERAL
static final int REGEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT_ID
static final int DOT_ID
Lexical state.- See Also:
- Constant Field Values
-
NEVER
static final int NEVER
Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-