Package com.yahoo.document.select.parser
Interface SelectParserConstants
-
- All Known Implementing Classes:
SelectParser
,SelectParserTokenManager
public interface SelectParserConstants
Token literal values and constants. Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADD
RegularExpression Id.static int
AND
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
DECIMAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIV
RegularExpression Id.static int
DOLLAR
RegularExpression Id.static int
DOT
RegularExpression Id.static int
EOF
End of File.static int
EQ
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FALSE
RegularExpression Id.static int
FLOAT
RegularExpression Id.static int
GE
RegularExpression Id.static int
GLOB
RegularExpression Id.static int
GT
RegularExpression Id.static int
HEX
RegularExpression Id.static int
ID
RegularExpression Id.static int
ID_BUCKET
RegularExpression Id.static int
ID_GROUP
RegularExpression Id.static int
ID_NAMESPACE
RegularExpression Id.static int
ID_SCHEME
RegularExpression Id.static int
ID_SPECIFIC
RegularExpression Id.static int
ID_TYPE
RegularExpression Id.static int
ID_USER
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
LBRACE
RegularExpression Id.static int
LE
RegularExpression Id.static int
LT
RegularExpression Id.static int
MOD
RegularExpression Id.static int
MUL
RegularExpression Id.static int
NE
RegularExpression Id.static int
NOT
RegularExpression Id.static int
NOW
RegularExpression Id.static int
NULL
RegularExpression Id.static int
OCTAL
RegularExpression Id.static int
OR
RegularExpression Id.static int
RBRACE
RegularExpression Id.static int
REGEX
RegularExpression Id.static int
STRING
RegularExpression Id.static int
SUB
RegularExpression Id.static 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
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX
static final int HEX
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL
static final int OCTAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
ADD
static final int ADD
RegularExpression Id.- See Also:
- Constant Field Values
-
SUB
static final int SUB
RegularExpression Id.- See Also:
- Constant Field Values
-
MUL
static final int MUL
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
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
REGEX
static final int REGEX
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
GLOB
static final int GLOB
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_SCHEME
static final int ID_SCHEME
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_TYPE
static final int ID_TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_NAMESPACE
static final int ID_NAMESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_SPECIFIC
static final int ID_SPECIFIC
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_USER
static final int ID_USER
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_GROUP
static final int ID_GROUP
RegularExpression Id.- See Also:
- Constant Field Values
-
ID_BUCKET
static final int ID_BUCKET
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
NOW
static final int NOW
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
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- 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.
-
-