public final class DoubleValue extends java.lang.Object implements DataValue
Constructor and Description |
---|
DoubleValue(double value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ValueVisitor visitor) |
DoubleValue |
copy() |
boolean |
equals(java.lang.Object o) |
DataType |
getType() |
double |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public double getValue()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(ValueVisitor visitor)
public DoubleValue copy()