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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void accept(ValueVisitor visitor)
public DoubleValue copy()