public interface GroupMatcherParserConstants
Modifier and Type | Field and 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 String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int AND
static final int OR
static final int AMP2
static final int PIPE2
static final int COMMA
static final int NOT
static final int BANG
static final int LPAREN
static final int RPAREN
static final int STRING
static final int CLS
static final int DEFAULT
static final String[] tokenImage
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.