org.sablecc.php4.node
Class Node

Object
  extended byorg.sablecc.php4.node.Node
All Implemented Interfaces:
Cloneable, Switchable
Direct Known Subclasses:
PArgument, PArrayElement, PDeclareArg, PExpr, PFunctionArg, PListExpr, PProgram, PStatement, PSwitchCase, Start, Token

public abstract class Node
extends Object
implements Switchable, Cloneable


Constructor Summary
Node()
           
 
Method Summary
abstract  Object clone()
           
protected  List cloneList(List list)
           
protected  Node cloneNode(Node node)
           
 Node parent()
           
 void replaceBy(Node node)
           
protected  String toString(List list)
           
protected  String toString(Node node)
           
 
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sablecc.php4.node.Switchable
apply
 

Constructor Detail

Node

public Node()
Method Detail

clone

public abstract Object clone()

parent

public Node parent()

replaceBy

public void replaceBy(Node node)

toString

protected String toString(Node node)

toString

protected String toString(List list)

cloneNode

protected Node cloneNode(Node node)

cloneList

protected List cloneList(List list)