Interface GroupMatcherParserConstants
-
- All Known Implementing Classes:
GroupMatcherParser,GroupMatcherParserTokenManager
public interface GroupMatcherParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intAMP2RegularExpression Id.static intANDRegularExpression Id.static intBANGRegularExpression Id.static intCLSRegularExpression Id.static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intLPARENRegularExpression Id.static intNOTRegularExpression Id.static intORRegularExpression Id.static intPIPE2RegularExpression Id.static intRPARENRegularExpression Id.static intSTRINGRegularExpression Id.static String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
AMP2
static final int AMP2
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE2
static final int PIPE2
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
BANG
static final int BANG
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
CLS
static final int CLS
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-