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 java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.