类 Category2Value
- java.lang.Object
-
- proguard.evaluation.value.Value
-
- proguard.evaluation.value.Category2Value
-
- 直接已知子类:
DoubleValue,LongValue
public abstract class Category2Value extends Value
This abstract class represents a partially evaluated Category 2 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
-
-
构造器概要
构造器 构造器 说明 Category2Value()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Category2Valuecategory2Value()Returns this Value as a Category2Value.booleanisCategory2()Returns whether the computational type of this Value is a category 2 type.-
从类继承的方法 proguard.evaluation.value.Value
category1Value, computationalType, copyIfMutable, doubleValue, floatValue, generalize, instructionOffsetValue, integerValue, internalType, isParticular, isSpecific, longValue, referenceValue
-
-
-
-
方法详细资料
-
category2Value
public final Category2Value category2Value()
从类复制的说明:ValueReturns this Value as a Category2Value.- 覆盖:
category2Value在类中Value
-
isCategory2
public final boolean isCategory2()
从类复制的说明:ValueReturns whether the computational type of this Value is a category 2 type. This means that it takes up the space of two category 1 types on the stack, for instance.- 指定者:
isCategory2在类中Value
-
-