Interface GroupingParserConstants
-
- All Known Implementing Classes:
GroupingParser
,GroupingParserTokenManager
public interface GroupingParserConstants
Token literal values and constants. Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCURACY
RegularExpression Id.static int
ACOS
RegularExpression Id.static int
ACOSH
RegularExpression Id.static int
ADD
RegularExpression Id.static int
ALIAS
RegularExpression Id.static int
ALL
RegularExpression Id.static int
AND
RegularExpression Id.static int
ARRAY
RegularExpression Id.static int
AS
RegularExpression Id.static int
ASIN
RegularExpression Id.static int
ASINH
RegularExpression Id.static int
AT
RegularExpression Id.static int
ATAN
RegularExpression Id.static int
ATANH
RegularExpression Id.static int
ATTRIBUTE
RegularExpression Id.static int
AVG
RegularExpression Id.static int
BUCKET
RegularExpression Id.static int
CAT
RegularExpression Id.static int
CBRT
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
COS
RegularExpression Id.static int
COSH
RegularExpression Id.static int
COUNT
RegularExpression Id.static int
DEBUGWAIT
RegularExpression Id.static int
DECIMAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIV
RegularExpression Id.static int
DOCIDNSSPECIFIC
RegularExpression Id.static int
DOLLAR
RegularExpression Id.static int
DOT
RegularExpression Id.static int
EACH
RegularExpression Id.static int
EOF
End of File.static int
EQ
RegularExpression Id.static int
EXP
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FALSE
RegularExpression Id.static int
FIXEDWIDTH
RegularExpression Id.static int
FLOAT
RegularExpression Id.static int
FLOOR
RegularExpression Id.static int
GROUP
RegularExpression Id.static int
GT
RegularExpression Id.static int
HEX
RegularExpression Id.static int
HINT
RegularExpression Id.static int
HYPOT
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
INF
RegularExpression Id.static int
INFIX_ADD
RegularExpression Id.static int
INFIX_DIV
RegularExpression Id.static int
INFIX_MOD
RegularExpression Id.static int
INFIX_MUL
RegularExpression Id.static int
INFIX_SUB
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
INTERPOLATEDLOOKUP
RegularExpression Id.static int
LBRACE
RegularExpression Id.static int
LBRACKET
RegularExpression Id.static int
LCURLY
RegularExpression Id.static int
LOG
RegularExpression Id.static int
LOG10
RegularExpression Id.static int
LOG1P
RegularExpression Id.static int
LT
RegularExpression Id.static int
MATH
RegularExpression Id.static int
MAX
RegularExpression Id.static int
MD5
RegularExpression Id.static int
MIN
RegularExpression Id.static int
MOD
RegularExpression Id.static int
MUL
RegularExpression Id.static int
NEG
RegularExpression Id.static int
NEGINF
RegularExpression Id.static int
NORMALIZESUBJECT
RegularExpression Id.static int
NOW
RegularExpression Id.static int
OCTAL
RegularExpression Id.static int
OR
RegularExpression Id.static int
ORDER
RegularExpression Id.static int
OUTPUT
RegularExpression Id.static int
POW
RegularExpression Id.static int
PRECISION
RegularExpression Id.static int
PREDEFINED
RegularExpression Id.static int
RBRACE
RegularExpression Id.static int
RBRACKET
RegularExpression Id.static int
RCURLY
RegularExpression Id.static int
RELEVANCE
RegularExpression Id.static int
REVERSE
RegularExpression Id.static int
SCOLON
RegularExpression Id.static int
SIN
RegularExpression Id.static int
SINH
RegularExpression Id.static int
SIZE
RegularExpression Id.static int
SORT
RegularExpression Id.static int
SPACE
RegularExpression Id.static int
SQRT
RegularExpression Id.static int
STDDEV
RegularExpression Id.static int
STRCAT
RegularExpression Id.static int
STRING
RegularExpression Id.static int
STRLEN
RegularExpression Id.static int
SUB
RegularExpression Id.static int
SUM
RegularExpression Id.static int
SUMMARY
RegularExpression Id.static int
TAN
RegularExpression Id.static int
TANH
RegularExpression Id.static int
TIME
RegularExpression Id.static int
TIME_DATE
RegularExpression Id.static int
TIME_DAYOFMONTH
RegularExpression Id.static int
TIME_DAYOFWEEK
RegularExpression Id.static int
TIME_DAYOFYEAR
RegularExpression Id.static int
TIME_HOUROFDAY
RegularExpression Id.static int
TIME_MINUTEOFHOUR
RegularExpression Id.static int
TIME_MONTHOFYEAR
RegularExpression Id.static int
TIME_SECONDOFMINUTE
RegularExpression Id.static int
TIME_YEAR
RegularExpression Id.static int
TODOUBLE
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TOLONG
RegularExpression Id.static int
TORAW
RegularExpression Id.static int
TOSTRING
RegularExpression Id.static int
TRUE
RegularExpression Id.static int
UCA
RegularExpression Id.static int
WHERE
RegularExpression Id.static int
X
RegularExpression Id.static int
XOR
RegularExpression Id.static int
XORBIT
RegularExpression Id.static int
Y
RegularExpression Id.static int
ZCURVE
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
-
SPACE
static final int SPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
SCOLON
static final int SCOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
INFIX_ADD
static final int INFIX_ADD
RegularExpression Id.- See Also:
- Constant Field Values
-
INFIX_DIV
static final int INFIX_DIV
RegularExpression Id.- See Also:
- Constant Field Values
-
INFIX_MOD
static final int INFIX_MOD
RegularExpression Id.- See Also:
- Constant Field Values
-
INFIX_MUL
static final int INFIX_MUL
RegularExpression Id.- See Also:
- Constant Field Values
-
INFIX_SUB
static final int INFIX_SUB
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
-
LCURLY
static final int LCURLY
RegularExpression Id.- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
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
-
INF
static final int INF
RegularExpression Id.- See Also:
- Constant Field Values
-
NEGINF
static final int NEGINF
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
ACOS
static final int ACOS
RegularExpression Id.- See Also:
- Constant Field Values
-
ACOSH
static final int ACOSH
RegularExpression Id.- See Also:
- Constant Field Values
-
ACCURACY
static final int ACCURACY
RegularExpression Id.- See Also:
- Constant Field Values
-
ADD
static final int ADD
RegularExpression Id.- See Also:
- Constant Field Values
-
ALIAS
static final int ALIAS
RegularExpression Id.- See Also:
- Constant Field Values
-
ALL
static final int ALL
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
ARRAY
static final int ARRAY
RegularExpression Id.- See Also:
- Constant Field Values
-
AS
static final int AS
RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
RegularExpression Id.- See Also:
- Constant Field Values
-
ASIN
static final int ASIN
RegularExpression Id.- See Also:
- Constant Field Values
-
ASINH
static final int ASINH
RegularExpression Id.- See Also:
- Constant Field Values
-
ATAN
static final int ATAN
RegularExpression Id.- See Also:
- Constant Field Values
-
ATANH
static final int ATANH
RegularExpression Id.- See Also:
- Constant Field Values
-
ATTRIBUTE
static final int ATTRIBUTE
RegularExpression Id.- See Also:
- Constant Field Values
-
AVG
static final int AVG
RegularExpression Id.- See Also:
- Constant Field Values
-
BUCKET
static final int BUCKET
RegularExpression Id.- See Also:
- Constant Field Values
-
CAT
static final int CAT
RegularExpression Id.- See Also:
- Constant Field Values
-
CBRT
static final int CBRT
RegularExpression Id.- See Also:
- Constant Field Values
-
COS
static final int COS
RegularExpression Id.- See Also:
- Constant Field Values
-
COSH
static final int COSH
RegularExpression Id.- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEBUGWAIT
static final int DEBUGWAIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV
static final int DIV
RegularExpression Id.- See Also:
- Constant Field Values
-
DOCIDNSSPECIFIC
static final int DOCIDNSSPECIFIC
RegularExpression Id.- See Also:
- Constant Field Values
-
EACH
static final int EACH
RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
FIXEDWIDTH
static final int FIXEDWIDTH
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOOR
static final int FLOOR
RegularExpression Id.- See Also:
- Constant Field Values
-
GROUP
static final int GROUP
RegularExpression Id.- See Also:
- Constant Field Values
-
HINT
static final int HINT
RegularExpression Id.- See Also:
- Constant Field Values
-
HYPOT
static final int HYPOT
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG
static final int LOG
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG1P
static final int LOG1P
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG10
static final int LOG10
RegularExpression Id.- See Also:
- Constant Field Values
-
MATH
static final int MATH
RegularExpression Id.- See Also:
- Constant Field Values
-
MAX
static final int MAX
RegularExpression Id.- See Also:
- Constant Field Values
-
MD5
static final int MD5
RegularExpression Id.- See Also:
- Constant Field Values
-
MIN
static final int MIN
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MOD
RegularExpression Id.- See Also:
- Constant Field Values
-
MUL
static final int MUL
RegularExpression Id.- See Also:
- Constant Field Values
-
NEG
static final int NEG
RegularExpression Id.- See Also:
- Constant Field Values
-
NORMALIZESUBJECT
static final int NORMALIZESUBJECT
RegularExpression Id.- See Also:
- Constant Field Values
-
NOW
static final int NOW
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
ORDER
static final int ORDER
RegularExpression Id.- See Also:
- Constant Field Values
-
OUTPUT
static final int OUTPUT
RegularExpression Id.- See Also:
- Constant Field Values
-
POW
static final int POW
RegularExpression Id.- See Also:
- Constant Field Values
-
PRECISION
static final int PRECISION
RegularExpression Id.- See Also:
- Constant Field Values
-
PREDEFINED
static final int PREDEFINED
RegularExpression Id.- See Also:
- Constant Field Values
-
RELEVANCE
static final int RELEVANCE
RegularExpression Id.- See Also:
- Constant Field Values
-
REVERSE
static final int REVERSE
RegularExpression Id.- See Also:
- Constant Field Values
-
SIN
static final int SIN
RegularExpression Id.- See Also:
- Constant Field Values
-
SINH
static final int SINH
RegularExpression Id.- See Also:
- Constant Field Values
-
SIZE
static final int SIZE
RegularExpression Id.- See Also:
- Constant Field Values
-
SORT
static final int SORT
RegularExpression Id.- See Also:
- Constant Field Values
-
INTERPOLATEDLOOKUP
static final int INTERPOLATEDLOOKUP
RegularExpression Id.- See Also:
- Constant Field Values
-
SQRT
static final int SQRT
RegularExpression Id.- See Also:
- Constant Field Values
-
STDDEV
static final int STDDEV
RegularExpression Id.- See Also:
- Constant Field Values
-
STRCAT
static final int STRCAT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRLEN
static final int STRLEN
RegularExpression Id.- See Also:
- Constant Field Values
-
SUB
static final int SUB
RegularExpression Id.- See Also:
- Constant Field Values
-
SUM
static final int SUM
RegularExpression Id.- See Also:
- Constant Field Values
-
SUMMARY
static final int SUMMARY
RegularExpression Id.- See Also:
- Constant Field Values
-
TAN
static final int TAN
RegularExpression Id.- See Also:
- Constant Field Values
-
TANH
static final int TANH
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME
static final int TIME
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_DATE
static final int TIME_DATE
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_DAYOFMONTH
static final int TIME_DAYOFMONTH
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_DAYOFWEEK
static final int TIME_DAYOFWEEK
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_DAYOFYEAR
static final int TIME_DAYOFYEAR
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_HOUROFDAY
static final int TIME_HOUROFDAY
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_MINUTEOFHOUR
static final int TIME_MINUTEOFHOUR
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_MONTHOFYEAR
static final int TIME_MONTHOFYEAR
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_SECONDOFMINUTE
static final int TIME_SECONDOFMINUTE
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_YEAR
static final int TIME_YEAR
RegularExpression Id.- See Also:
- Constant Field Values
-
TODOUBLE
static final int TODOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
TOLONG
static final int TOLONG
RegularExpression Id.- See Also:
- Constant Field Values
-
TORAW
static final int TORAW
RegularExpression Id.- See Also:
- Constant Field Values
-
TOSTRING
static final int TOSTRING
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
-
UCA
static final int UCA
RegularExpression Id.- See Also:
- Constant Field Values
-
WHERE
static final int WHERE
RegularExpression Id.- See Also:
- Constant Field Values
-
X
static final int X
RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
RegularExpression Id.- See Also:
- Constant Field Values
-
XORBIT
static final int XORBIT
RegularExpression Id.- See Also:
- Constant Field Values
-
Y
static final int Y
RegularExpression Id.- See Also:
- Constant Field Values
-
ZCURVE
static final int ZCURVE
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 java.lang.String[] tokenImage
Literal token values.
-
-