public interface JSONPathCompilerConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
CLOSE_ARRAY
RegularExpression Id.
|
static int |
CNAME
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DIGIT19
RegularExpression Id.
|
static int |
DOT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXP
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FRAC
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OP
RegularExpression Id.
|
static int |
OPEN_ARRAY
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
OTHER
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int AND
static final int CLOSE_ARRAY
static final int CNAME
static final int DEFAULT
static final int DIGIT
static final int DIGIT19
static final int DOT
static final int EOF
static final int EXP
static final int EXPONENT
static final int FRAC
static final int IDENTIFIER
static final int INTEGER
static final int LETTER
static final int NOT
static final int NUMBER
static final int OP
static final int OPEN_ARRAY
static final int OR
static final int OTHER
static final String[] tokenImage