Package adql.parser
Interface ADQLParserConstants
-
- All Known Implementing Classes:
ADQLParser,ADQLParserTokenManager
public interface ADQLParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intABSRegularExpression Id.static intACOSRegularExpression Id.static intANDRegularExpression Id.static intAREARegularExpression Id.static intASRegularExpression Id.static intASCRegularExpression Id.static intASINRegularExpression Id.static intASTERISKRegularExpression Id.static intATANRegularExpression Id.static intATAN2RegularExpression Id.static intAVGRegularExpression Id.static intBETWEENRegularExpression Id.static intBOXRegularExpression Id.static intBYRegularExpression Id.static intCEILINGRegularExpression Id.static intCENTROIDRegularExpression Id.static intCIRCLERegularExpression Id.static intCOMMARegularExpression Id.static intCONCATRegularExpression Id.static intCONTAINSRegularExpression Id.static intCOORD1RegularExpression Id.static intCOORD2RegularExpression Id.static intCOORDSYSRegularExpression Id.static intCOSRegularExpression Id.static intCOTRegularExpression Id.static intCOUNTRegularExpression Id.static intDEFAULTLexical state.static intDEGREESRegularExpression Id.static intDELIMITED_IDENTIFIERRegularExpression Id.static intDESCRegularExpression Id.static intDIGITRegularExpression Id.static intDISTANCERegularExpression Id.static intDIVIDERegularExpression Id.static intDOTRegularExpression Id.static intEOFEnd of File.static intEOQRegularExpression Id.static intEQUALRegularExpression Id.static intEXISTSRegularExpression Id.static intEXPRegularExpression Id.static intFLOORRegularExpression Id.static intFROMRegularExpression Id.static intFULLRegularExpression Id.static intGREATER_EQUAL_THANRegularExpression Id.static intGREATER_THANRegularExpression Id.static intGROUPRegularExpression Id.static intHAVINGRegularExpression Id.static intINRegularExpression Id.static intINNERRegularExpression Id.static intINTERSECTSRegularExpression Id.static intISRegularExpression Id.static intJOINRegularExpression Id.static intLEFTRegularExpression Id.static intLEFT_PARRegularExpression Id.static intLESS_EQUAL_THANRegularExpression Id.static intLESS_THANRegularExpression Id.static intLetterRegularExpression Id.static intLIKERegularExpression Id.static intLOGRegularExpression Id.static intLOG10RegularExpression Id.static intMAXRegularExpression Id.static intMINRegularExpression Id.static intMINUSRegularExpression Id.static intMODRegularExpression Id.static intNATURALRegularExpression Id.static intNOTRegularExpression Id.static intNOT_EQUALRegularExpression Id.static intNULLRegularExpression Id.static intONRegularExpression Id.static intORRegularExpression Id.static intORDERRegularExpression Id.static intOUTERRegularExpression Id.static intPIRegularExpression Id.static intPLUSRegularExpression Id.static intPOINTRegularExpression Id.static intPOLYGONRegularExpression Id.static intPOWERRegularExpression Id.static intQUANTIFIERRegularExpression Id.static intRADIANSRegularExpression Id.static intRANDRegularExpression Id.static intREGIONRegularExpression Id.static intREGULAR_IDENTIFIER_CANDIDATERegularExpression Id.static intRIGHTRegularExpression Id.static intRIGHT_PARRegularExpression Id.static intROUNDRegularExpression Id.static intSCIENTIFIC_NUMBERRegularExpression Id.static intSELECTRegularExpression Id.static intSINRegularExpression Id.static intSQL_RESERVED_WORDRegularExpression Id.static intSQRTRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static intSUMRegularExpression Id.static intTANRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTOPRegularExpression Id.static intTRUNCATERegularExpression Id.static intUNSIGNED_FLOATRegularExpression Id.static intUNSIGNED_INTEGERRegularExpression Id.static intUSINGRegularExpression Id.static intWHERERegularExpression Id.static intWithinDelimitedIdLexical state.static intWithinStringLexical 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
-
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
-
DELIMITED_IDENTIFIER
static final int DELIMITED_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_IDENTIFIER_CANDIDATE
static final int REGULAR_IDENTIFIER_CANDIDATE
RegularExpression Id.- See Also:
- Constant Field Values
-
Letter
static final int Letter
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.
-
-