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_CANDIDATE
      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.