Package adql.parser
Interface ADQLParserConstants
-
- All Known Implementing Classes:
ADQLParser
,ADQLParserTokenManager
public interface ADQLParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABS
RegularExpression Id.static int
ACOS
RegularExpression Id.static int
AND
RegularExpression Id.static int
AREA
RegularExpression Id.static int
AS
RegularExpression Id.static int
ASC
RegularExpression Id.static int
ASIN
RegularExpression Id.static int
ASTERISK
RegularExpression Id.static int
ATAN
RegularExpression Id.static int
ATAN2
RegularExpression Id.static int
AVG
RegularExpression Id.static int
BETWEEN
RegularExpression Id.static int
BOX
RegularExpression Id.static int
BY
RegularExpression Id.static int
CEILING
RegularExpression Id.static int
CENTROID
RegularExpression Id.static int
CIRCLE
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
CONCAT
RegularExpression Id.static int
CONTAINS
RegularExpression Id.static int
COORD1
RegularExpression Id.static int
COORD2
RegularExpression Id.static int
COORDSYS
RegularExpression Id.static int
COS
RegularExpression Id.static int
COT
RegularExpression Id.static int
COUNT
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DEGREES
RegularExpression Id.static int
DELIMITED_IDENTIFIER
RegularExpression Id.static int
DESC
RegularExpression Id.static int
DIGIT
RegularExpression Id.static int
DISTANCE
RegularExpression Id.static int
DIVIDE
RegularExpression Id.static int
DOT
RegularExpression Id.static int
EOF
End of File.static int
EOQ
RegularExpression Id.static int
EQUAL
RegularExpression Id.static int
EXISTS
RegularExpression Id.static int
EXP
RegularExpression Id.static int
FLOOR
RegularExpression Id.static int
FROM
RegularExpression Id.static int
FULL
RegularExpression Id.static int
GREATER_EQUAL_THAN
RegularExpression Id.static int
GREATER_THAN
RegularExpression Id.static int
GROUP
RegularExpression Id.static int
HAVING
RegularExpression Id.static int
IN
RegularExpression Id.static int
INNER
RegularExpression Id.static int
INTERSECTS
RegularExpression Id.static int
IS
RegularExpression Id.static int
JOIN
RegularExpression Id.static int
LEFT
RegularExpression Id.static int
LEFT_PAR
RegularExpression Id.static int
LESS_EQUAL_THAN
RegularExpression Id.static int
LESS_THAN
RegularExpression Id.static int
Letter
RegularExpression Id.static int
LIKE
RegularExpression Id.static int
LOG
RegularExpression Id.static int
LOG10
RegularExpression Id.static int
MAX
RegularExpression Id.static int
MIN
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MOD
RegularExpression Id.static int
NATURAL
RegularExpression Id.static int
NOT
RegularExpression Id.static int
NOT_EQUAL
RegularExpression Id.static int
NULL
RegularExpression Id.static int
ON
RegularExpression Id.static int
OR
RegularExpression Id.static int
ORDER
RegularExpression Id.static int
OUTER
RegularExpression Id.static int
PI
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
POINT
RegularExpression Id.static int
POLYGON
RegularExpression Id.static int
POWER
RegularExpression Id.static int
QUANTIFIER
RegularExpression Id.static int
RADIANS
RegularExpression Id.static int
RAND
RegularExpression Id.static int
REGION
RegularExpression Id.static int
REGULAR_IDENTIFIER
RegularExpression Id.static int
RIGHT
RegularExpression Id.static int
RIGHT_PAR
RegularExpression Id.static int
ROUND
RegularExpression Id.static int
SCIENTIFIC_NUMBER
RegularExpression Id.static int
SELECT
RegularExpression Id.static int
SIN
RegularExpression Id.static int
SQL_RESERVED_WORD
RegularExpression Id.static int
SQRT
RegularExpression Id.static int
STRING_LITERAL
RegularExpression Id.static int
SUM
RegularExpression Id.static int
TAN
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TOP
RegularExpression Id.static int
TRUNCATE
RegularExpression Id.static int
UNSIGNED_FLOAT
RegularExpression Id.static int
UNSIGNED_INTEGER
RegularExpression Id.static int
USING
RegularExpression Id.static int
WHERE
RegularExpression Id.static int
WithinDelimitedId
Lexical state.static int
WithinString
Lexical state.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SQL_RESERVED_WORD
static final int SQL_RESERVED_WORD
RegularExpression Id.- See Also:
- Constant Field Values
-
LEFT_PAR
static final int LEFT_PAR
RegularExpression Id.- See Also:
- Constant Field Values
-
RIGHT_PAR
static final int RIGHT_PAR
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
-
EOQ
static final int EOQ
RegularExpression Id.- See Also:
- Constant Field Values
-
CONCAT
static final int CONCAT
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
-
ASTERISK
static final int ASTERISK
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_EQUAL
static final int NOT_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS_THAN
static final int LESS_THAN
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS_EQUAL_THAN
static final int LESS_EQUAL_THAN
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER_THAN
static final int GREATER_THAN
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER_EQUAL_THAN
static final int GREATER_EQUAL_THAN
RegularExpression Id.- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
RegularExpression Id.- See Also:
- Constant Field Values
-
QUANTIFIER
static final int QUANTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
TOP
static final int TOP
RegularExpression Id.- See Also:
- Constant Field Values
-
FROM
static final int FROM
RegularExpression Id.- See Also:
- Constant Field Values
-
AS
static final int AS
RegularExpression Id.- See Also:
- Constant Field Values
-
NATURAL
static final int NATURAL
RegularExpression Id.- See Also:
- Constant Field Values
-
INNER
static final int INNER
RegularExpression Id.- See Also:
- Constant Field Values
-
OUTER
static final int OUTER
RegularExpression Id.- See Also:
- Constant Field Values
-
RIGHT
static final int RIGHT
RegularExpression Id.- See Also:
- Constant Field Values
-
LEFT
static final int LEFT
RegularExpression Id.- See Also:
- Constant Field Values
-
FULL
static final int FULL
RegularExpression Id.- See Also:
- Constant Field Values
-
JOIN
static final int JOIN
RegularExpression Id.- See Also:
- Constant Field Values
-
ON
static final int ON
RegularExpression Id.- See Also:
- Constant Field Values
-
USING
static final int USING
RegularExpression Id.- See Also:
- Constant Field Values
-
WHERE
static final int WHERE
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
-
IS
static final int IS
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
BETWEEN
static final int BETWEEN
RegularExpression Id.- See Also:
- Constant Field Values
-
LIKE
static final int LIKE
RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
RegularExpression Id.- See Also:
- Constant Field Values
-
EXISTS
static final int EXISTS
RegularExpression Id.- See Also:
- Constant Field Values
-
BY
static final int BY
RegularExpression Id.- See Also:
- Constant Field Values
-
GROUP
static final int GROUP
RegularExpression Id.- See Also:
- Constant Field Values
-
HAVING
static final int HAVING
RegularExpression Id.- See Also:
- Constant Field Values
-
ORDER
static final int ORDER
RegularExpression Id.- See Also:
- Constant Field Values
-
ASC
static final int ASC
RegularExpression Id.- See Also:
- Constant Field Values
-
DESC
static final int DESC
RegularExpression Id.- See Also:
- Constant Field Values
-
AVG
static final int AVG
RegularExpression Id.- See Also:
- Constant Field Values
-
MAX
static final int MAX
RegularExpression Id.- See Also:
- Constant Field Values
-
MIN
static final int MIN
RegularExpression Id.- See Also:
- Constant Field Values
-
SUM
static final int SUM
RegularExpression Id.- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
RegularExpression Id.- See Also:
- Constant Field Values
-
BOX
static final int BOX
RegularExpression Id.- See Also:
- Constant Field Values
-
CENTROID
static final int CENTROID
RegularExpression Id.- See Also:
- Constant Field Values
-
CIRCLE
static final int CIRCLE
RegularExpression Id.- See Also:
- Constant Field Values
-
POINT
static final int POINT
RegularExpression Id.- See Also:
- Constant Field Values
-
POLYGON
static final int POLYGON
RegularExpression Id.- See Also:
- Constant Field Values
-
REGION
static final int REGION
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTAINS
static final int CONTAINS
RegularExpression Id.- See Also:
- Constant Field Values
-
INTERSECTS
static final int INTERSECTS
RegularExpression Id.- See Also:
- Constant Field Values
-
AREA
static final int AREA
RegularExpression Id.- See Also:
- Constant Field Values
-
COORD1
static final int COORD1
RegularExpression Id.- See Also:
- Constant Field Values
-
COORD2
static final int COORD2
RegularExpression Id.- See Also:
- Constant Field Values
-
COORDSYS
static final int COORDSYS
RegularExpression Id.- See Also:
- Constant Field Values
-
DISTANCE
static final int DISTANCE
RegularExpression Id.- See Also:
- Constant Field Values
-
ABS
static final int ABS
RegularExpression Id.- See Also:
- Constant Field Values
-
CEILING
static final int CEILING
RegularExpression Id.- See Also:
- Constant Field Values
-
DEGREES
static final int DEGREES
RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOOR
static final int FLOOR
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG
static final int LOG
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG10
static final int LOG10
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MOD
RegularExpression Id.- See Also:
- Constant Field Values
-
PI
static final int PI
RegularExpression Id.- See Also:
- Constant Field Values
-
POWER
static final int POWER
RegularExpression Id.- See Also:
- Constant Field Values
-
RADIANS
static final int RADIANS
RegularExpression Id.- See Also:
- Constant Field Values
-
RAND
static final int RAND
RegularExpression Id.- See Also:
- Constant Field Values
-
ROUND
static final int ROUND
RegularExpression Id.- See Also:
- Constant Field Values
-
SQRT
static final int SQRT
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUNCATE
static final int TRUNCATE
RegularExpression Id.- See Also:
- Constant Field Values
-
ACOS
static final int ACOS
RegularExpression Id.- See Also:
- Constant Field Values
-
ASIN
static final int ASIN
RegularExpression Id.- See Also:
- Constant Field Values
-
ATAN
static final int ATAN
RegularExpression Id.- See Also:
- Constant Field Values
-
ATAN2
static final int ATAN2
RegularExpression Id.- See Also:
- Constant Field Values
-
COS
static final int COS
RegularExpression Id.- See Also:
- Constant Field Values
-
COT
static final int COT
RegularExpression Id.- See Also:
- Constant Field Values
-
SIN
static final int SIN
RegularExpression Id.- See Also:
- Constant Field Values
-
TAN
static final int TAN
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DELIMITED_IDENTIFIER
static final int DELIMITED_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_IDENTIFIER
static final int REGULAR_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
Letter
static final int Letter
RegularExpression Id.- See Also:
- Constant Field Values
-
SCIENTIFIC_NUMBER
static final int SCIENTIFIC_NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_FLOAT
static final int UNSIGNED_FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_INTEGER
static final int UNSIGNED_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinString
static final int WithinString
Lexical state.- See Also:
- Constant Field Values
-
WithinDelimitedId
static final int WithinDelimitedId
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-