sddl.syntax.node
Class APutLeftUnaryExp

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

public final class APutLeftUnaryExp
extends PLeftUnaryExp


Constructor Summary
APutLeftUnaryExp()
           
APutLeftUnaryExp(TPutKwd _putKwd_, PExp _exp_, PAtPart _atPart_, TInKwd _inKwd_, PLeftUnaryExp _leftUnaryExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PAtPart getAtPart()
           
 PExp getExp()
           
 TInKwd getInKwd()
           
 PLeftUnaryExp getLeftUnaryExp()
           
 TPutKwd getPutKwd()
           
 void setAtPart(PAtPart node)
           
 void setExp(PExp node)
           
 void setInKwd(TInKwd node)
           
 void setLeftUnaryExp(PLeftUnaryExp node)
           
 void setPutKwd(TPutKwd 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

APutLeftUnaryExp

public APutLeftUnaryExp()

APutLeftUnaryExp

public APutLeftUnaryExp(TPutKwd _putKwd_,
                        PExp _exp_,
                        PAtPart _atPart_,
                        TInKwd _inKwd_,
                        PLeftUnaryExp _leftUnaryExp_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPutKwd

public TPutKwd getPutKwd()

setPutKwd

public void setPutKwd(TPutKwd node)

getExp

public PExp getExp()

setExp

public void setExp(PExp node)

getAtPart

public PAtPart getAtPart()

setAtPart

public void setAtPart(PAtPart node)

getInKwd

public TInKwd getInKwd()

setInKwd

public void setInKwd(TInKwd node)

getLeftUnaryExp

public PLeftUnaryExp getLeftUnaryExp()

setLeftUnaryExp

public void setLeftUnaryExp(PLeftUnaryExp node)

toString

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