|
|||||||||
| Home >> All >> com >> k_int >> codec >> [ comp overview ] | PREV NEXT | ||||||||
Uses of Interface
com.k_int.codec.comp.Node
| Uses of Node in com.k_int.codec.comp |
| Fields in com.k_int.codec.comp declared as Node | |
protected Node |
SimpleNode.parent
|
protected Node[] |
SimpleNode.children
|
| Methods in com.k_int.codec.comp that return Node | |
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
(package private) Node |
JJTAsnParserState.rootNode()
|
(package private) Node |
JJTAsnParserState.popNode()
|
(package private) Node |
JJTAsnParserState.peekNode()
|
| Methods in com.k_int.codec.comp with parameters of type Node | |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
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 |
JJTAsnParserState.pushNode(Node n)
|
(package private) void |
JJTAsnParserState.clearNodeScope(Node n)
|
(package private) void |
JJTAsnParserState.openNodeScope(Node n)
|
(package private) void |
JJTAsnParserState.closeNodeScope(Node n,
int num)
|
(package private) void |
JJTAsnParserState.closeNodeScope(Node n,
boolean condition)
|
|
|||||||||
| Home >> All >> com >> k_int >> codec >> [ comp overview ] | PREV NEXT | ||||||||