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