Interface TerrierQLParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALPHANUMERIC
      RegularExpression Id.
      static int CLOSE_DISJUNCTIVE
      RegularExpression Id.
      static int CLOSE_PAREN
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int FLOAT
      RegularExpression Id.
      static int HAT
      RegularExpression Id.
      static int NOT_REQUIRED
      RegularExpression Id.
      static int OLD_MAC_EOL
      RegularExpression Id.
      static int OPEN_DISJUNCTIVE
      RegularExpression Id.
      static int OPEN_PAREN
      RegularExpression Id.
      static int PROXIMITY
      RegularExpression Id.
      static int QUOTE
      RegularExpression Id.
      static int REQUIRED
      RegularExpression Id.
      static int SPACE
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNIX_EOL
      RegularExpression Id.
      static int WINDOWS_EOL
      RegularExpression Id.
      static int WithinWeight
      Lexical state.