public final class NegatedFloatValue extends SpecificFloatValue
FloatValue
represents a float value that is negated.ALWAYS, MAYBE, NEVER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INSTRUCTION_OFFSET, TYPE_INTEGER, TYPE_LONG, TYPE_REFERENCE, TYPE_TOP, TYPE_UNKNOWN
Constructor and Description |
---|
NegatedFloatValue(FloatValue floatValue)
Creates a new negated float value of the given float value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
FloatValue |
negate()
Returns the negated value of this FloatValue.
|
java.lang.String |
toString() |
add, add, compare, compare, convertToDouble, convertToInteger, convertToLong, divide, divide, divideOf, divideOf, generalize, generalize, isSpecific, multiply, multiply, remainder, remainder, remainderOf, remainderOf, subtract, subtract, subtractFrom, subtractFrom
add, compare, compareReverse, compareReverse, compareReverse, computationalType, divide, divideOf, floatValue, generalize, generalize, internalType, multiply, remainder, remainderOf, subtract, subtractFrom, value
category1Value, isCategory2
category2Value, copyIfMutable, doubleValue, instructionOffsetValue, integerValue, isParticular, longValue, referenceValue
public NegatedFloatValue(FloatValue floatValue)
public FloatValue negate()
FloatValue
negate
in class SpecificFloatValue
public boolean equals(java.lang.Object object)
equals
in class SpecificFloatValue
public int hashCode()
hashCode
in class SpecificFloatValue
public java.lang.String toString()
toString
in class java.lang.Object