sddl.syntax.node
Class AFitLeftUnaryExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PLeftUnaryExp
sddl.syntax.node.AFitLeftUnaryExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AFitLeftUnaryExp
- extends PLeftUnaryExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AFitLeftUnaryExp
public AFitLeftUnaryExp()
AFitLeftUnaryExp
public AFitLeftUnaryExp(TFitKwd _fitKwd_,
TClassName _className_,
TAroundKwd _aroundKwd_,
PLeftUnaryExp _leftUnaryExp_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getFitKwd
public TFitKwd getFitKwd()
setFitKwd
public void setFitKwd(TFitKwd node)
getClassName
public TClassName getClassName()
setClassName
public void setClassName(TClassName node)
getAroundKwd
public TAroundKwd getAroundKwd()
setAroundKwd
public void setAroundKwd(TAroundKwd node)
getLeftUnaryExp
public PLeftUnaryExp getLeftUnaryExp()
setLeftUnaryExp
public void setLeftUnaryExp(PLeftUnaryExp node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object