Package | Description |
---|---|
org.sidif.parser.node |
Abstract Syntax Tree nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
Link |
class |
Links |
class |
Literal |
class |
SimpleNode |
class |
Value |
Modifier and Type | Field and Description |
---|---|
protected Node[] |
SimpleNode.children |
protected Node |
SimpleNode.parent |
Modifier and Type | Method and Description |
---|---|
Node |
SimpleNode.jjtGetChild(int i) |
Node |
Node.jjtGetChild(int i)
This method returns a child node.
|
Node |
SimpleNode.jjtGetParent() |
Node |
Node.jjtGetParent() |
Node |
JJTSiDIFState.peekNode() |
Node |
JJTSiDIFState.popNode() |
Node |
JJTSiDIFState.rootNode() |
Modifier and Type | Method and Description |
---|---|
void |
JJTSiDIFState.clearNodeScope(Node n) |
void |
JJTSiDIFState.closeNodeScope(Node n,
boolean condition) |
void |
JJTSiDIFState.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 |
JJTSiDIFState.openNodeScope(Node n) |
void |
JJTSiDIFState.pushNode(Node n) |
Copyright © 2017. All Rights Reserved.