类 SpecificLongValue
- java.lang.Object
-
- proguard.evaluation.value.Value
-
- proguard.evaluation.value.Category2Value
-
- proguard.evaluation.value.LongValue
-
- proguard.evaluation.value.SpecificLongValue
-
- 直接已知子类:
CompositeLongValue,ConvertedLongValue,IdentifiedLongValue,NegatedLongValue,ParticularLongValue
public abstract class SpecificLongValue extends LongValue
ThisLongValuerepresents a specific long value.
-
-
字段概要
-
从类继承的字段 proguard.evaluation.value.Value
ALWAYS, MAYBE, NEVER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INSTRUCTION_OFFSET, TYPE_INTEGER, TYPE_LONG, TYPE_REFERENCE, TYPE_TOP, TYPE_UNKNOWN
-
-
构造器概要
构造器 构造器 说明 SpecificLongValue()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LongValueadd(LongValue other)Returns the sum of this LongValue and the given LongValue.LongValueadd(SpecificLongValue other)Returns the sum of this LongValue and the given SpecificLongValue.LongValueand(LongValue other)Returns the logical and of this LongValue and the given LongValue.LongValueand(SpecificLongValue other)Returns the logical and of this LongValue and the given SpecificLongValue.IntegerValuecompare(LongValue other)Returns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given LongValue, respectively.IntegerValuecompare(SpecificLongValue other)Returns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given SpecificLongValue, respectively.DoubleValueconvertToDouble()Converts this LongValue to a DoubleValue.FloatValueconvertToFloat()Converts this LongValue to a FloatValue.IntegerValueconvertToInteger()Converts this LongValue to an IntegerValue.LongValuedivide(LongValue other)Returns the quotient of this LongValue and the given LongValue.LongValuedivide(SpecificLongValue other)Returns the quotient of this LongValue and the given SpecificLongValue.LongValuedivideOf(LongValue other)Returns the quotient of the given LongValue and this LongValue.LongValuedivideOf(SpecificLongValue other)Returns the quotient of the given SpecificLongValue and this LongValue.booleanequals(java.lang.Object object)LongValuegeneralize(LongValue other)Returns the generalization of this LongValue and the given other LongValue.LongValuegeneralize(SpecificLongValue other)Returns the generalization of this LongValue and the given other SpecificLongValue.inthashCode()booleanisSpecific()Returns whether this Value represents a single specific (but possibly unknown) value.LongValuemultiply(LongValue other)Returns the product of this LongValue and the given LongValue.LongValuemultiply(SpecificLongValue other)Returns the product of this LongValue and the given SpecificLongValue.LongValuenegate()Returns the negated value of this LongValue.LongValueor(LongValue other)Returns the logical or of this LongValue and the given LongValue.LongValueor(SpecificLongValue other)Returns the logical or of this LongValue and the given SpecificLongValue.LongValueremainder(LongValue other)Returns the remainder of this LongValue divided by the given LongValue.LongValueremainder(SpecificLongValue other)Returns the remainder of this LongValue divided by the given SpecificLongValue.LongValueremainderOf(LongValue other)Returns the remainder of the given LongValue divided by this LongValue.LongValueremainderOf(SpecificLongValue other)Returns the remainder of the given SpecificLongValue divided by this LongValue.LongValueshiftLeft(IntegerValue other)Returns this LongValue, shifted left by the given IntegerValue.LongValueshiftLeft(SpecificLongValue other)Returns this LongValue, shifted left by the given SpecificLongValue.LongValueshiftRight(IntegerValue other)Returns this LongValue, shifted right by the given IntegerValue.LongValueshiftRight(SpecificLongValue other)Returns this LongValue, shifted right by the given SpecificLongValue.LongValuesubtract(LongValue other)Returns the difference of this LongValue and the given LongValue.LongValuesubtract(SpecificLongValue other)Returns the difference of this LongValue and the given SpecificLongValue.LongValuesubtractFrom(LongValue other)Returns the difference of the given LongValue and this LongValue.LongValuesubtractFrom(SpecificLongValue other)Returns the difference of the given SpecificLongValue and this LongValue.LongValueunsignedShiftRight(IntegerValue other)Returns this unsigned LongValue, shifted left by the given IntegerValue.LongValueunsignedShiftRight(SpecificLongValue other)Returns this unsigned LongValue, shifted right by the given SpecificLongValue.LongValuexor(LongValue other)Returns the logical xor of this LongValue and the given LongValue.LongValuexor(SpecificLongValue other)Returns the logical xor of this LongValue and the given SpecificLongValue.-
从类继承的方法 proguard.evaluation.value.LongValue
add, and, compare, compareReverse, compareReverse, compareReverse, computationalType, divide, divideOf, generalize, generalize, internalType, longValue, multiply, or, remainder, remainderOf, shiftLeft, shiftRight, subtract, subtractFrom, unsignedShiftRight, value, xor
-
从类继承的方法 proguard.evaluation.value.Category2Value
category2Value, isCategory2
-
从类继承的方法 proguard.evaluation.value.Value
category1Value, copyIfMutable, doubleValue, floatValue, instructionOffsetValue, integerValue, isParticular, referenceValue
-
-
-
-
方法详细资料
-
convertToInteger
public IntegerValue convertToInteger()
从类复制的说明:LongValueConverts this LongValue to an IntegerValue.- 指定者:
convertToInteger在类中LongValue
-
convertToFloat
public FloatValue convertToFloat()
从类复制的说明:LongValueConverts this LongValue to a FloatValue.- 指定者:
convertToFloat在类中LongValue
-
convertToDouble
public DoubleValue convertToDouble()
从类复制的说明:LongValueConverts this LongValue to a DoubleValue.- 指定者:
convertToDouble在类中LongValue
-
generalize
public LongValue generalize(LongValue other)
从类复制的说明:LongValueReturns the generalization of this LongValue and the given other LongValue.- 覆盖:
generalize在类中LongValue
-
add
public LongValue add(LongValue other)
从类复制的说明:LongValueReturns the sum of this LongValue and the given LongValue.
-
subtract
public LongValue subtract(LongValue other)
从类复制的说明:LongValueReturns the difference of this LongValue and the given LongValue.
-
subtractFrom
public LongValue subtractFrom(LongValue other)
从类复制的说明:LongValueReturns the difference of the given LongValue and this LongValue.- 覆盖:
subtractFrom在类中LongValue
-
multiply
public LongValue multiply(LongValue other)
从类复制的说明:LongValueReturns the product of this LongValue and the given LongValue.
-
divide
public LongValue divide(LongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the quotient of this LongValue and the given LongValue.
-
divideOf
public LongValue divideOf(LongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the quotient of the given LongValue and this LongValue.
-
remainder
public LongValue remainder(LongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the remainder of this LongValue divided by the given LongValue.
-
remainderOf
public LongValue remainderOf(LongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the remainder of the given LongValue divided by this LongValue.- 覆盖:
remainderOf在类中LongValue- 抛出:
java.lang.ArithmeticException
-
shiftLeft
public LongValue shiftLeft(IntegerValue other)
从类复制的说明:LongValueReturns this LongValue, shifted left by the given IntegerValue.
-
shiftRight
public LongValue shiftRight(IntegerValue other)
从类复制的说明:LongValueReturns this LongValue, shifted right by the given IntegerValue.- 覆盖:
shiftRight在类中LongValue
-
unsignedShiftRight
public LongValue unsignedShiftRight(IntegerValue other)
从类复制的说明:LongValueReturns this unsigned LongValue, shifted left by the given IntegerValue.- 覆盖:
unsignedShiftRight在类中LongValue
-
and
public LongValue and(LongValue other)
从类复制的说明:LongValueReturns the logical and of this LongValue and the given LongValue.
-
or
public LongValue or(LongValue other)
从类复制的说明:LongValueReturns the logical or of this LongValue and the given LongValue.
-
xor
public LongValue xor(LongValue other)
从类复制的说明:LongValueReturns the logical xor of this LongValue and the given LongValue.
-
compare
public IntegerValue compare(LongValue other)
从类复制的说明:LongValueReturns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given LongValue, respectively.
-
generalize
public LongValue generalize(SpecificLongValue other)
从类复制的说明:LongValueReturns the generalization of this LongValue and the given other SpecificLongValue.- 覆盖:
generalize在类中LongValue
-
add
public LongValue add(SpecificLongValue other)
从类复制的说明:LongValueReturns the sum of this LongValue and the given SpecificLongValue.
-
subtract
public LongValue subtract(SpecificLongValue other)
从类复制的说明:LongValueReturns the difference of this LongValue and the given SpecificLongValue.
-
subtractFrom
public LongValue subtractFrom(SpecificLongValue other)
从类复制的说明:LongValueReturns the difference of the given SpecificLongValue and this LongValue.- 覆盖:
subtractFrom在类中LongValue
-
multiply
public LongValue multiply(SpecificLongValue other)
从类复制的说明:LongValueReturns the product of this LongValue and the given SpecificLongValue.
-
divide
public LongValue divide(SpecificLongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the quotient of this LongValue and the given SpecificLongValue.
-
divideOf
public LongValue divideOf(SpecificLongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the quotient of the given SpecificLongValue and this LongValue.
-
remainder
public LongValue remainder(SpecificLongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the remainder of this LongValue divided by the given SpecificLongValue.
-
remainderOf
public LongValue remainderOf(SpecificLongValue other) throws java.lang.ArithmeticException
从类复制的说明:LongValueReturns the remainder of the given SpecificLongValue divided by this LongValue.- 覆盖:
remainderOf在类中LongValue- 抛出:
java.lang.ArithmeticException
-
shiftLeft
public LongValue shiftLeft(SpecificLongValue other)
从类复制的说明:LongValueReturns this LongValue, shifted left by the given SpecificLongValue.
-
shiftRight
public LongValue shiftRight(SpecificLongValue other)
从类复制的说明:LongValueReturns this LongValue, shifted right by the given SpecificLongValue.- 覆盖:
shiftRight在类中LongValue
-
unsignedShiftRight
public LongValue unsignedShiftRight(SpecificLongValue other)
从类复制的说明:LongValueReturns this unsigned LongValue, shifted right by the given SpecificLongValue.- 覆盖:
unsignedShiftRight在类中LongValue
-
and
public LongValue and(SpecificLongValue other)
从类复制的说明:LongValueReturns the logical and of this LongValue and the given SpecificLongValue.
-
or
public LongValue or(SpecificLongValue other)
从类复制的说明:LongValueReturns the logical or of this LongValue and the given SpecificLongValue.
-
xor
public LongValue xor(SpecificLongValue other)
从类复制的说明:LongValueReturns the logical xor of this LongValue and the given SpecificLongValue.
-
compare
public IntegerValue compare(SpecificLongValue other)
从类复制的说明:LongValueReturns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given SpecificLongValue, respectively.
-
isSpecific
public boolean isSpecific()
从类复制的说明:ValueReturns whether this Value represents a single specific (but possibly unknown) value.- 覆盖:
isSpecific在类中Value
-
equals
public boolean equals(java.lang.Object object)
- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
-