|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Node | |
| com.g11ntoolkit.parser.java | The set of classes that make up the Java File Parser support for the G11NToolKit. |
| Uses of Node in com.g11ntoolkit.parser.java |
| Fields in com.g11ntoolkit.parser.java declared as Node | |
protected Node |
SimpleNode.parent
The parent of the current node. |
protected Node[] |
SimpleNode.children
The children nodes of the current node. |
| Methods in com.g11ntoolkit.parser.java that return Node | |
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
(package private) Node |
JJTJavaParserState.rootNode()
|
(package private) Node |
JJTJavaParserState.popNode()
|
(package private) Node |
JJTJavaParserState.peekNode()
|
static Node |
SimpleNode.jjtCreate(JavaParser p,
int id)
Creates a node given the parser and a node id. |
Node |
SimpleNode.jjtGetParent()
Returns the parent node for the current node. |
Node |
SimpleNode.jjtGetChild(int i)
Returns the specified child node of the current node. |
| Methods in com.g11ntoolkit.parser.java with parameters of type Node | |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
(package private) void |
JJTJavaParserState.pushNode(Node n)
|
(package private) void |
JJTJavaParserState.clearNodeScope(Node n)
|
(package private) void |
JJTJavaParserState.openNodeScope(Node n)
|
(package private) void |
JJTJavaParserState.closeNodeScope(Node n,
int num)
|
(package private) void |
JJTJavaParserState.closeNodeScope(Node n,
boolean condition)
|
void |
SimpleNode.jjtSetParent(Node n)
Sets the parent node to the specified node. |
void |
SimpleNode.jjtAddChild(Node n,
int i)
Adds a child node to the current node. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||