public final class ConvertedDoubleValue extends SpecificDoubleValue
DoubleValue represents a double value that is converted from another
scalar value.ALWAYS, MAYBE, NEVER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INSTRUCTION_OFFSET, TYPE_INTEGER, TYPE_LONG, TYPE_REFERENCE, TYPE_TOP, TYPE_UNKNOWN| Constructor and Description |
|---|
ConvertedDoubleValue(Value value)
Creates a new converted double value of the given value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.lang.String |
toString() |
add, add, compare, compare, convertToFloat, convertToInteger, convertToLong, divide, divide, divideOf, divideOf, generalize, generalize, isSpecific, multiply, multiply, negate, remainder, remainder, remainderOf, remainderOf, subtract, subtract, subtractFrom, subtractFromadd, compare, compareReverse, compareReverse, compareReverse, computationalType, divide, divideOf, doubleValue, generalize, generalize, internalType, multiply, remainder, remainderOf, subtract, subtractFrom, valuecategory2Value, isCategory2category1Value, copyIfMutable, floatValue, instructionOffsetValue, integerValue, isParticular, longValue, referenceValuepublic ConvertedDoubleValue(Value value)
public boolean equals(java.lang.Object object)
equals in class SpecificDoubleValuepublic int hashCode()
hashCode in class SpecificDoubleValuepublic java.lang.String toString()
toString in class java.lang.Object