Interface StandardSyntaxParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int _ESCAPED_CHAR
      RegularExpression Id.
      static int _NUM_CHAR
      RegularExpression Id.
      static int _QUOTED_CHAR
      RegularExpression Id.
      static int _TERM_CHAR
      RegularExpression Id.
      static int _TERM_START_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 DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int FUZZY_SLOP
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int OP_COLON
      RegularExpression Id.
      static int OP_EQUAL
      RegularExpression Id.
      static int OP_LESSTHAN
      RegularExpression Id.
      static int OP_LESSTHANEQ
      RegularExpression Id.
      static int OP_MORETHAN
      RegularExpression Id.
      static int OP_MORETHANEQ
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int QUOTED
      RegularExpression Id.
      static int Range
      Lexical state.
      static int RANGE_GOOP
      RegularExpression Id.
      static int RANGE_QUOTED
      RegularExpression Id.
      static int RANGE_TO
      RegularExpression Id.
      static int RANGEEX_END
      RegularExpression Id.
      static int RANGEEX_START
      RegularExpression Id.
      static int RANGEIN_END
      RegularExpression Id.
      static int RANGEIN_START
      RegularExpression Id.
      static int REGEXPTERM
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int TERM
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.