sddl.syntax.node
Class ASimpleRightExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PRightExp
sddl.syntax.node.ASimpleRightExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ASimpleRightExp
- extends PRightExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASimpleRightExp
public ASimpleRightExp()
ASimpleRightExp
public ASimpleRightExp(PTerm _term_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getTerm
public PTerm getTerm()
setTerm
public void setTerm(PTerm node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object