public interface RSQLParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
AND
RegularExpression Id.
|
static int |
ARG_STATE
Lexical state.
|
static int |
ARGUMENT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
GT
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
NE
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
QNAME
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
SELECTOR
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int LPAREN
static final int RPAREN
static final int AND
static final int OR
static final int EQ
static final int GT
static final int LT
static final int NE
static final int GE
static final int LE
static final int SELECTOR
static final int QNAME
static final int IDENTIFIER
static final int ARGUMENT
static final int DEFAULT
static final int ARG_STATE
static final String[] tokenImage
Copyright © 2011–2014. All rights reserved.