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