public final class IdentifiedFloatValue extends SpecificFloatValue
FloatValue represents a float value that is identified by a unique ID.ALWAYS, MAYBE, NEVER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INSTRUCTION_OFFSET, TYPE_INTEGER, TYPE_LONG, TYPE_REFERENCE, TYPE_TOP| Constructor and Description |
|---|
IdentifiedFloatValue(ValueFactory valuefactory,
int id)
Creates a new float value with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.lang.String |
toString() |
add, add, compare, compare, convertToDouble, 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, floatValue, generalize, generalize, internalType, multiply, remainder, remainderOf, subtract, subtractFrom, valuecategory1Value, isCategory2category2Value, doubleValue, instructionOffsetValue, integerValue, isParticular, longValue, referenceValuepublic IdentifiedFloatValue(ValueFactory valuefactory, int id)
public boolean equals(java.lang.Object object)
equals in class SpecificFloatValuepublic int hashCode()
hashCode in class SpecificFloatValuepublic java.lang.String toString()
toString in class java.lang.Object