Interface QueryParserConstants

  • All Known Implementing Classes:
    QueryParser, QueryParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int _DISTOP_NUM
      RegularExpression Id.
      static int _NUM_CHAR
      RegularExpression Id.
      static int _ONE_CHAR
      RegularExpression Id.
      static int _STAR
      RegularExpression Id.
      static int _TERM_CHAR
      RegularExpression Id.
      static int _WHITESPACE
      RegularExpression Id.
      static int AND
      RegularExpression Id.
      static int Boost
      Lexical state.
      static int CARAT
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int LPAREN
      RegularExpression Id.
      static int N
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int QUOTED
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SUFFIXTERM
      RegularExpression Id.
      static int TERM
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRUNCQUOTED
      RegularExpression Id.
      static int TRUNCTERM
      RegularExpression Id.
      static int W
      RegularExpression Id.