类 Category1Value
- java.lang.Object
-
- proguard.evaluation.value.Value
-
- proguard.evaluation.value.Category1Value
-
public abstract class Category1Value extends Value
This abstract class represents a partially evaluated Category 1 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
-
-
构造器概要
构造器 构造器 说明 Category1Value()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Category1Valuecategory1Value()Returns this Value as a Category1Value.booleanisCategory2()Returns whether the computational type of this Value is a category 2 type.-
从类继承的方法 proguard.evaluation.value.Value
category2Value, computationalType, copyIfMutable, doubleValue, floatValue, generalize, instructionOffsetValue, integerValue, internalType, isParticular, isSpecific, longValue, referenceValue
-
-
-
-
方法详细资料
-
category1Value
public final Category1Value category1Value()
从类复制的说明:ValueReturns this Value as a Category1Value.- 覆盖:
category1Value在类中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
-
-