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
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 COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CONTINUE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int div
          RegularExpression Id.
static int div_assign
          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 FALSE
          RegularExpression Id.
static int FLOAT_LITERAL
          RegularExpression Id.
static int FOR
          RegularExpression Id.
static int FUNCTION
          RegularExpression Id.
static int ge
          RegularExpression Id.
static int gt
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int INTEGER_LITERAL
          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 LETTER
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int lt
          RegularExpression Id.
static int minus
          RegularExpression Id.
static int minus_assign
          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 NEW
          RegularExpression Id.
static int not
          RegularExpression Id.
static int NULL
          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 PRAGMA
          RegularExpression Id.
static int QMARK
          RegularExpression Id.
static int range
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int RCURLY
          RegularExpression Id.
static int REGISTER
          RegularExpression Id.
static int REGISTERS
          Lexical state.
static int req
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int rne
          RegularExpression Id.
static int RPAREN
          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 tilda
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          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

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

FOR

static final int FOR
RegularExpression Id.

See Also:
Constant Field Values

WHILE

static final int WHILE
RegularExpression Id.

See Also:
Constant Field Values

NEW

static final int NEW
RegularExpression Id.

See Also:
Constant Field Values

VAR

static final int VAR
RegularExpression Id.

See Also:
Constant Field Values

EMPTY

static final int EMPTY
RegularExpression Id.

See Also:
Constant Field Values

SIZE

static final int SIZE
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

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

FUNCTION

static final int FUNCTION
RegularExpression Id.

See Also:
Constant Field Values

LAMBDA

static final int LAMBDA
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

PRAGMA

static final int PRAGMA
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

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

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

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

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

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

assign

static final int assign
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

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

tilda

static final int tilda
RegularExpression Id.

See Also:
Constant Field Values

range

static final int range
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

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

FLOAT_LITERAL

static final int FLOAT_LITERAL
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

REGISTERS

static final int REGISTERS
Lexical state.

See Also:
Constant Field Values

DOT_ID

static final int DOT_ID
Lexical state.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.