mapss.dif.language.sablecc.node
Class ADoubleNumber
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PNumber
mapss.dif.language.sablecc.node.ADoubleNumber
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ADoubleNumber
- extends PNumber
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADoubleNumber
public ADoubleNumber()
ADoubleNumber
public ADoubleNumber(TDouble _double_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getDouble
public TDouble getDouble()
setDouble
public void setDouble(TDouble node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object