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 AND
    RegularExpression Id.
    static int ARGS
    RegularExpression Id.
    static int CLOSEPAREN
    RegularExpression Id.
    static int DEFAULT
    Lexical state.
    static int EOF
    End of File.
    static int FALSE
    RegularExpression Id.
    static int NOT
    RegularExpression Id.
    static int OPENPAREN
    RegularExpression Id.
    static int OR
    RegularExpression Id.
    static String[] tokenImage
    Literal token values.
    static int TRUE
    RegularExpression Id.
    static int WORD
    RegularExpression Id.