| Package | Description |
|---|---|
| com.helger.pgcc.jjtree |
A tree generator.
|
| Modifier and Type | Field and Description |
|---|---|
protected Node[] |
SimpleNode.children |
protected Node |
SimpleNode.parent |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
ASTBNFAction.getScopingParent(NodeScope ns) |
static Node |
JJTreeNode.jjtCreate(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 |
JJTJJTreeParserState.peekNode() |
Node |
JJTJJTreeParserState.popNode() |
Node |
JJTJJTreeParserState.rootNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
JJTJJTreeParserState.clearNodeScope(Node n) |
void |
JJTJJTreeParserState.closeNodeScope(Node n,
boolean condition) |
void |
JJTJJTreeParserState.closeNodeScope(Node n,
int numIn) |
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 |
JJTreeNode.jjtAddChild(Node n,
int i) |
void |
SimpleNode.jjtSetParent(Node n) |
void |
Node.jjtSetParent(Node n)
Set the parent node of this node
|
void |
JJTJJTreeParserState.openNodeScope(Node n) |
void |
JJTJJTreeParserState.pushNode(Node n) |
Copyright © 2017–2019 Philip Helger. All rights reserved.