Interface MatchOpQLParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BAND
      RegularExpression Id.
      static int BASE64
      RegularExpression Id.
      static int BASE64WORD
      RegularExpression Id.
      static int CLOSE_PAREN
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COLON_KV
      RegularExpression Id.
      static int COMBINE
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int FUZZY
      RegularExpression Id.
      static int HASH
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int OPEN_PAREN
      RegularExpression Id.
      static int OPEN_PAREN_KV
      RegularExpression Id.
      static int OW
      RegularExpression Id.
      static int PERIOD
      RegularExpression Id.
      static int PREFIX
      RegularExpression Id.
      static int SYN
      RegularExpression Id.
      static int TAG
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UW
      RegularExpression Id.
      static int WithinCombineKV
      Lexical state.
      static int WithinIndri
      Lexical state.
      static int WORD
      RegularExpression Id.
      static int WORD_OR_INT_OR_FLOAT
      RegularExpression Id.