Package proguard.evaluation.value
Class UnknownLongValue
java.lang.Object
proguard.evaluation.value.Value
proguard.evaluation.value.Category2Value
proguard.evaluation.value.LongValue
proguard.evaluation.value.UnknownLongValue
LongValue that is unknown.-
Field Summary
Fields inherited from class proguard.evaluation.value.Value
ALWAYS, MAYBE, NEVER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INSTRUCTION_OFFSET, TYPE_INTEGER, TYPE_LONG, TYPE_REFERENCE, TYPE_TOP, TYPE_UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the sum of this LongValue and the given LongValue.Returns the logical and of this LongValue and the given LongValue.Returns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given LongValue, respectively.Converts this LongValue to a DoubleValue.Converts this LongValue to a FloatValue.Converts this LongValue to an IntegerValue.Returns the quotient of this LongValue and the given LongValue.Returns the quotient of the given LongValue and this LongValue.booleangeneralize(LongValue other) Returns the generalization of this LongValue and the given other LongValue.inthashCode()Returns the product of this LongValue and the given LongValue.negate()Returns the negated value of this LongValue.Returns the logical or of this LongValue and the given LongValue.Returns the remainder of this LongValue divided by the given LongValue.remainderOf(LongValue other) Returns the remainder of the given LongValue divided by this LongValue.shiftLeft(IntegerValue other) Returns this LongValue, shifted left by the given IntegerValue.shiftRight(IntegerValue other) Returns this LongValue, shifted right by the given IntegerValue.Returns the difference of this LongValue and the given LongValue.subtractFrom(LongValue other) Returns the difference of the given LongValue and this LongValue.toString()unsignedShiftRight(IntegerValue other) Returns this unsigned LongValue, shifted left by the given IntegerValue.Returns the logical xor of this LongValue and the given LongValue.Methods inherited from class proguard.evaluation.value.LongValue
add, add, and, and, compare, compare, compareReverse, compareReverse, compareReverse, computationalType, divide, divide, divideOf, divideOf, generalize, generalize, generalize, internalType, longValue, multiply, multiply, or, or, remainder, remainder, remainderOf, remainderOf, shiftLeft, shiftLeft, shiftRight, shiftRight, subtract, subtract, subtractFrom, subtractFrom, unsignedShiftRight, unsignedShiftRight, value, xor, xorMethods inherited from class proguard.evaluation.value.Category2Value
category2Value, isCategory2Methods inherited from class proguard.evaluation.value.Value
category1Value, copyIfMutable, doubleValue, floatValue, instructionOffsetValue, integerValue, isParticular, isSpecific, referenceValue
-
Constructor Details
-
UnknownLongValue
public UnknownLongValue()
-
-
Method Details
-
negate
Description copied from class:LongValueReturns the negated value of this LongValue. -
convertToInteger
Description copied from class:LongValueConverts this LongValue to an IntegerValue.- Specified by:
convertToIntegerin classLongValue
-
convertToFloat
Description copied from class:LongValueConverts this LongValue to a FloatValue.- Specified by:
convertToFloatin classLongValue
-
convertToDouble
Description copied from class:LongValueConverts this LongValue to a DoubleValue.- Specified by:
convertToDoublein classLongValue
-
generalize
Description copied from class:LongValueReturns the generalization of this LongValue and the given other LongValue.- Overrides:
generalizein classLongValue
-
add
Description copied from class:LongValueReturns the sum of this LongValue and the given LongValue. -
subtract
Description copied from class:LongValueReturns the difference of this LongValue and the given LongValue. -
subtractFrom
Description copied from class:LongValueReturns the difference of the given LongValue and this LongValue.- Overrides:
subtractFromin classLongValue
-
multiply
Description copied from class:LongValueReturns the product of this LongValue and the given LongValue.- Overrides:
multiplyin classLongValue- Throws:
ArithmeticException
-
divide
Description copied from class:LongValueReturns the quotient of this LongValue and the given LongValue.- Overrides:
dividein classLongValue- Throws:
ArithmeticException
-
divideOf
Description copied from class:LongValueReturns the quotient of the given LongValue and this LongValue.- Overrides:
divideOfin classLongValue- Throws:
ArithmeticException
-
remainder
Description copied from class:LongValueReturns the remainder of this LongValue divided by the given LongValue.- Overrides:
remainderin classLongValue- Throws:
ArithmeticException
-
remainderOf
Description copied from class:LongValueReturns the remainder of the given LongValue divided by this LongValue.- Overrides:
remainderOfin classLongValue- Throws:
ArithmeticException
-
shiftLeft
Description copied from class:LongValueReturns this LongValue, shifted left by the given IntegerValue. -
shiftRight
Description copied from class:LongValueReturns this LongValue, shifted right by the given IntegerValue.- Overrides:
shiftRightin classLongValue
-
unsignedShiftRight
Description copied from class:LongValueReturns this unsigned LongValue, shifted left by the given IntegerValue.- Overrides:
unsignedShiftRightin classLongValue
-
and
Description copied from class:LongValueReturns the logical and of this LongValue and the given LongValue. -
or
Description copied from class:LongValueReturns the logical or of this LongValue and the given LongValue. -
xor
Description copied from class:LongValueReturns the logical xor of this LongValue and the given LongValue. -
compare
Description copied from class:LongValueReturns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given LongValue, respectively. -
equals
-
hashCode
public int hashCode() -
toString
-