sddl.syntax.node
Class APutLeftUnaryExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PLeftUnaryExp
sddl.syntax.node.APutLeftUnaryExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class APutLeftUnaryExp
- extends PLeftUnaryExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
APutLeftUnaryExp
public APutLeftUnaryExp()
APutLeftUnaryExp
public APutLeftUnaryExp(TPutKwd _putKwd_,
PExp _exp_,
PAtPart _atPart_,
TInKwd _inKwd_,
PLeftUnaryExp _leftUnaryExp_)
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