mapss.dif.language.sablecc.node
Class ADoubleValue
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PValue
mapss.dif.language.sablecc.node.ADoubleValue
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ADoubleValue
- extends PValue
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADoubleValue
public ADoubleValue()
ADoubleValue
public ADoubleValue(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