sddl.syntax.node
Class ASimpleCmpExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PCmpExp
sddl.syntax.node.ASimpleCmpExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ASimpleCmpExp
- extends PCmpExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASimpleCmpExp
public ASimpleCmpExp()
ASimpleCmpExp
public ASimpleCmpExp(PAddExp _addExp_)
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)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object