sddl.syntax.node
Class ASimpleLeftUnaryExp

java.lang.Object
  extended by sddl.syntax.node.Node
      extended by sddl.syntax.node.PLeftUnaryExp
          extended by sddl.syntax.node.ASimpleLeftUnaryExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ASimpleLeftUnaryExp
extends PLeftUnaryExp


Constructor Summary
ASimpleLeftUnaryExp()
           
ASimpleLeftUnaryExp(PRightExp _rightExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PRightExp getRightExp()
           
 void setRightExp(PRightExp node)
           
 java.lang.String toString()
           
 
Methods inherited from class sddl.syntax.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASimpleLeftUnaryExp

public ASimpleLeftUnaryExp()

ASimpleLeftUnaryExp

public ASimpleLeftUnaryExp(PRightExp _rightExp_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getRightExp

public PRightExp getRightExp()

setRightExp

public void setRightExp(PRightExp node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object