Interface SelectorParserConstants

  • All Known Implementing Classes:
    SelectorParser, SelectorParserTokenManager

    public interface SelectorParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND
      RegularExpression Id.
      static int BETWEEN
      RegularExpression Id.
      static int BLOCK_COMMENT
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int ESCAPE
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int IS
      RegularExpression Id.
      static int LIKE
      RegularExpression Id.
      static int LINE_COMMENT
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int QUOTED_ID
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.