Interface GroupMatcherParserConstants
-
- All Known Implementing Classes:
GroupMatcherParser
,GroupMatcherParserTokenManager
public interface GroupMatcherParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AMP2
RegularExpression Id.static int
AND
RegularExpression Id.static int
BANG
RegularExpression Id.static int
CLS
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
LPAREN
RegularExpression Id.static int
NOT
RegularExpression Id.static int
OR
RegularExpression Id.static int
PIPE2
RegularExpression Id.static int
RPAREN
RegularExpression Id.static int
STRING
RegularExpression Id.static java.lang.String[]
tokenImage
Literal 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 java.lang.String[] tokenImage
Literal token values.
-
-