Interface FilterParserConstants

  • All Known Implementing Classes:
    FilterParser, FilterParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int _ESCAPED_CHAR
      RegularExpression Id.
      static int _QUOTED_CHAR
      RegularExpression Id.
      static int _WHITESPACE
      RegularExpression Id.
      static int AND
      RegularExpression Id.
      static int CONTAINS
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int IN_EXPRESSION
      Lexical state.
      static int LE
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MATCHES
      RegularExpression Id.
      static int NE
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int QUOTED
      RegularExpression Id.
      static int REF
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.