|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
cppast |
Uses of Node in cppast |
---|
Methods in cppast that return Node | |
---|---|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetChild(int index)
This method returns a child node. |
Node |
Node.jjtGetParent()
|
Node |
SimpleNode.jjtGetParent()
|
Methods in cppast with parameters of type Node | |
---|---|
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.jjtAddChild(Node node,
int index)
This method tells the node to add its argument to the node's list of children. |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
SimpleNode.jjtSetParent(Node node)
This pair of methods are used to inform the node of its parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |