sddl.syntax.node
Class AAddAddExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PAddExp
sddl.syntax.node.AAddAddExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AAddAddExp
- extends PAddExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AAddAddExp
public AAddAddExp()
AAddAddExp
public AAddAddExp(PAddExp _addExp_,
TPlus _plus_,
PMulExp _mulExp_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getAddExp
public PAddExp getAddExp()
setAddExp
public void setAddExp(PAddExp node)
getPlus
public TPlus getPlus()
setPlus
public void setPlus(TPlus node)
getMulExp
public PMulExp getMulExp()
setMulExp
public void setMulExp(PMulExp node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object