Package | Description |
---|---|
ej.jsonpath.parser |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJSONExpr |
static class |
JSONPathCompiler.JSONPathExpr |
class |
SimpleNode |
Modifier and Type | Field and Description |
---|---|
protected Node[] |
SimpleNode.children |
protected Node |
SimpleNode.parent |
Modifier and Type | Method and Description |
---|---|
static Node |
SimpleNode.jjtCreate(int id) |
static Node |
SimpleNode.jjtCreate(JSONPathCompiler p,
int id) |
Node |
SimpleNode.jjtGetChild(int i) |
Node |
Node.jjtGetChild(int i)
This method returns a child node.
|
Node |
SimpleNode.jjtGetParent() |
Node |
Node.jjtGetParent() |
Node |
JJTJSONPathCompilerState.peekNode() |
Node |
JJTJSONPathCompilerState.popNode() |
Node |
JJTJSONPathCompilerState.rootNode() |
Modifier and Type | Method and Description |
---|---|
void |
JJTJSONPathCompilerState.clearNodeScope(Node n) |
void |
JJTJSONPathCompilerState.closeNodeScope(Node n,
boolean condition) |
void |
JJTJSONPathCompilerState.closeNodeScope(Node n,
int num) |
void |
SimpleNode.jjtAddChild(Node n,
int i) |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's
list of children.
|
void |
SimpleNode.jjtSetParent(Node n) |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its
parent.
|
void |
JJTJSONPathCompilerState.openNodeScope(Node n) |
void |
JJTJSONPathCompilerState.pushNode(Node n) |