sddl.syntax.node
Class AExpStm
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PStm
sddl.syntax.node.AExpStm
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AExpStm
- extends PStm
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AExpStm
public AExpStm()
AExpStm
public AExpStm(PExp _exp_,
TSc _sc_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getExp
public PExp getExp()
setExp
public void setExp(PExp node)
getSc
public TSc getSc()
setSc
public void setSc(TSc node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object