com.taggercat.el
Interface ExpCheckConstants

All Known Implementing Classes:
ExpCheck, ExpCheckTokenManager

public interface ExpCheckConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int AND
          RegularExpression Id.
static int AND2
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIVIDE
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int EQ2
          RegularExpression Id.
static int EQ3
          RegularExpression Id.
static int EXP
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FIELD
          RegularExpression Id.
static int FLOAT_LITERAL
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GE2
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int GT2
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int IS_NOT_NULL
          RegularExpression Id.
static int IS_NULL
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LE2
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LIKE
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int LT2
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MULTIPLY
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NE2
          RegularExpression Id.
static int NE3
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NOT2
          RegularExpression Id.
static int NOTIN
          RegularExpression Id.
static int NOTLIKE
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int OR2
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PROPERTY_SUFFIX
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int REGEXP
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

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

MULTIPLY

static final int MULTIPLY
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
RegularExpression Id.

See Also:
Constant Field Values

EXP

static final int EXP
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

EQ2

static final int EQ2
RegularExpression Id.

See Also:
Constant Field Values

EQ3

static final int EQ3
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

LE2

static final int LE2
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

GE2

static final int GE2
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

NE2

static final int NE2
RegularExpression Id.

See Also:
Constant Field Values

NE3

static final int NE3
RegularExpression Id.

See Also:
Constant Field Values

REGEXP

static final int REGEXP
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

GT2

static final int GT2
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

LT2

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

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

NOT2

static final int NOT2
RegularExpression Id.

See Also:
Constant Field Values

LIKE

static final int LIKE
RegularExpression Id.

See Also:
Constant Field Values

NOTLIKE

static final int NOTLIKE
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

NOTIN

static final int NOTIN
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

AND2

static final int AND2
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

OR2

static final int OR2
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

IS_NULL

static final int IS_NULL
RegularExpression Id.

See Also:
Constant Field Values

IS_NOT_NULL

static final int IS_NOT_NULL
RegularExpression Id.

See Also:
Constant Field Values

DOT

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

DIGIT

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

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

FIELD

static final int FIELD
RegularExpression Id.

See Also:
Constant Field Values

PROPERTY_SUFFIX

static final int PROPERTY_SUFFIX
RegularExpression Id.

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.