[all packages]
[package ]
[class hierarchy]
[index]
public class SimpleNode
(source file: SimpleNode.java)
java.lang.Object
|
+----SimpleNode
The pure class interface.
public class SimpleNode
implements Node

SimpleNode(PremonJJTParser, int)
-
SimpleNode(int)
-

children
-
id
-
parent
-
parser
-

dump(String)
-
jjtAddChild(Node, int)
-
jjtClose()
-
jjtGetChild(int)
-
jjtGetNumChildren()
-
jjtGetParent()
-
jjtOpen()
-
jjtSetParent(Node)
-
toString(String)
-
toString()
-

SimpleNode
public SimpleNode(int i);
SimpleNode
public SimpleNode(PremonJJTParser p,
int i);

parent
protected Node parent;
children
protected Node[] children;
id
protected int id;
parser
protected PremonJJTParser parser;

jjtOpen
public void jjtOpen();
jjtClose
public void jjtClose();
jjtSetParent
public void jjtSetParent(Node n);
jjtGetParent
public Node jjtGetParent();
jjtAddChild
public void jjtAddChild(Node n,
int i);
jjtGetChild
public Node jjtGetChild(int i);
jjtGetNumChildren
public int jjtGetNumChildren();
toString
public String toString();
toString
public String toString(String prefix);
dump
public void dump(String prefix);
[all packages]
[package ]
[class hierarchy]
[index]
SimpleNode.html