public interface FilterParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
BETWEEN
RegularExpression Id.
|
static int |
COMMA
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 |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
ESCAPE
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
GT
RegularExpression Id.
|
static int |
HEX_LITERAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
IS
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LIKE
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MULT
RegularExpression Id.
|
static int |
NE
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
OCTAL_LITERAL
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
SEMICOLON
RegularExpression Id.
|
static int |
SIMPLE_STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static final int EOF
static final int TRUE
static final int FALSE
static final int NULL
static final int AND
static final int NOT
static final int OR
static final int BETWEEN
static final int LIKE
static final int IN
static final int IS
static final int ESCAPE
static final int LPAREN
static final int RPAREN
static final int SEMICOLON
static final int COMMA
static final int MULT
static final int DIV
static final int MINUS
static final int PLUS
static final int GT
static final int GE
static final int LT
static final int LE
static final int NE
static final int EQ
static final int INTEGER_LITERAL
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int SIMPLE_STRING
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int DEFAULT
static final String[] tokenImage
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.