|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.onemind.jxp.parser |
Uses of Node in org.onemind.jxp.parser |
---|
Fields in org.onemind.jxp.parser declared as Node | |
---|---|
protected Node[] |
SimpleNode.children
|
protected Node |
SimpleNode.parent
|
Methods in org.onemind.jxp.parser that return Node | |
---|---|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetParent()
|
Node |
Node.jjtGetParent()
|
(package private) Node |
JJTJxpParserState.peekNode()
|
(package private) Node |
JJTJxpParserState.popNode()
|
(package private) Node |
JJTJxpParserState.rootNode()
|
Methods in org.onemind.jxp.parser with parameters of type Node | |
---|---|
(package private) void |
JJTJxpParserState.clearNodeScope(Node n)
|
(package private) void |
JJTJxpParserState.closeNodeScope(Node n,
boolean condition)
|
(package private) void |
JJTJxpParserState.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. |
(package private) void |
JxpParser.jjtreeCloseNodeScope(Node n)
|
(package private) void |
JxpParser.jjtreeOpenNodeScope(Node n)
|
void |
SimpleNode.jjtSetParent(Node n)
|
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
(package private) void |
JJTJxpParserState.openNodeScope(Node n)
|
(package private) void |
JJTJxpParserState.pushNode(Node n)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |