Package | Description |
---|---|
ej.jsonpath.parser |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without
unicode processing) adapted from the generated class.
|
Modifier and Type | Field and Description |
---|---|
protected CharStream |
JSONPathCompilerTokenManager.input_stream |
Modifier and Type | Method and Description |
---|---|
void |
JSONPathCompilerTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
JSONPathCompiler.ReInit(CharStream stream)
Reinitialise.
|
void |
JSONPathCompilerTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
Constructor and Description |
---|
JSONPathCompiler(CharStream stream)
Constructor with user supplied CharStream.
|
JSONPathCompilerTokenManager(CharStream stream)
Constructor.
|
JSONPathCompilerTokenManager(CharStream stream,
int lexState)
Constructor.
|