public final class ConvertedLongValue extends SpecificLongValue
LongValue represents a long 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| Constructor and Description |
|---|
ConvertedLongValue(Value value)
Creates a new converted long 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, and, and, compare, compare, convertToDouble, convertToFloat, convertToInteger, divide, divide, divideOf, divideOf, generalize, generalize, isSpecific, multiply, multiply, negate, or, or, remainder, remainder, remainderOf, remainderOf, shiftLeft, shiftLeft, shiftRight, shiftRight, subtract, subtract, subtractFrom, subtractFrom, unsignedShiftRight, unsignedShiftRight, xor, xoradd, and, compare, compareReverse, compareReverse, compareReverse, computationalType, divide, divideOf, generalize, generalize, internalType, longValue, multiply, or, remainder, remainderOf, shiftLeft, shiftRight, subtract, subtractFrom, unsignedShiftRight, value, xorcategory2Value, isCategory2category1Value, doubleValue, floatValue, instructionOffsetValue, integerValue, isParticular, referenceValuepublic ConvertedLongValue(Value value)
public boolean equals(java.lang.Object object)
equals in class SpecificLongValuepublic int hashCode()
hashCode in class SpecificLongValuepublic java.lang.String toString()
toString in class java.lang.Object