sddl.syntax.node
Class ASimpleEqExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PEqExp
sddl.syntax.node.ASimpleEqExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ASimpleEqExp
- extends PEqExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASimpleEqExp
public ASimpleEqExp()
ASimpleEqExp
public ASimpleEqExp(PCmpExp _cmpExp_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getCmpExp
public PCmpExp getCmpExp()
setCmpExp
public void setCmpExp(PCmpExp node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object