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 DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int EOF
      End of File.
      static int S_CHAR_LITERAL
      RegularExpression Id.
      static int S_DOUBLE
      RegularExpression Id.
      static int S_INTEGER
      RegularExpression Id.
      static int S_NULL
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.