sddl.syntax.node
Class Node

java.lang.Object
  extended by sddl.syntax.node.Node
All Implemented Interfaces:
java.lang.Cloneable, Switchable
Direct Known Subclasses:
PAddExp, PAdditionalArg, PAdditionalId, PAdditionalObject, PAdditionalOption, PAdditionalType, PAndExp, PArgList, PAtPart, PCmpExp, PElsePart, PEqExp, PExp, PFile, PFunction, PIdList, PLeftUnaryExp, PLineExp, PLineOp, PMulExp, PObjectList, POption, POptions, PPrimitive, PRightExp, PSignature, PStm, PTerm, PTypeList, PWithExp, PWithPart, Start, Token

public abstract class Node
extends java.lang.Object
implements Switchable, java.lang.Cloneable


Constructor Summary
Node()
           
 
Method Summary
abstract  java.lang.Object clone()
           
 Node parent()
           
 void replaceBy(Node node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface sddl.syntax.node.Switchable
apply
 

Constructor Detail

Node

public Node()
Method Detail

clone

public abstract java.lang.Object clone()
Overrides:
clone in class java.lang.Object

parent

public Node parent()

replaceBy

public void replaceBy(Node node)