[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

Constuctor Index

O SimpleNode(PremonJJTParser, int)
O SimpleNode(int)

Variables Index

O children
O id
O parent
O parser

Methods

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

Constructors

O SimpleNode
public SimpleNode(int i);

O SimpleNode

public SimpleNode(PremonJJTParser p,
                  int i);

Variables

O parent
protected Node parent;

O children

protected Node[] children;

O id

protected int id;

O parser

protected PremonJJTParser parser;

Methods

O jjtOpen
public void jjtOpen();

O jjtClose

public void jjtClose();

O jjtSetParent

public void jjtSetParent(Node n);

O jjtGetParent

public Node jjtGetParent();

O jjtAddChild

public void jjtAddChild(Node n,
                        int i);

O jjtGetChild

public Node jjtGetChild(int i);

O jjtGetNumChildren

public int jjtGetNumChildren();

O toString

public String toString();

O toString

public String toString(String prefix);

O dump

public void dump(String prefix);


[all packages] [package ] [class hierarchy] [index]
SimpleNode.html