Package proguard.evaluation.value
Class Category1Value
java.lang.Object
proguard.evaluation.value.Value
proguard.evaluation.value.Category1Value
- Direct Known Subclasses:
FloatValue,InstructionOffsetValue,IntegerValue,ReferenceValue,TopValue
This abstract class represents a partially evaluated Category 1 value.
-
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 TypeMethodDescriptionfinal Category1ValueReturns this Value as a Category1Value.final booleanReturns whether the computational type of this Value is a category 2 type.Methods inherited from class proguard.evaluation.value.Value
category2Value, computationalType, copyIfMutable, doubleValue, floatValue, generalize, instructionOffsetValue, integerValue, internalType, isParticular, isSpecific, longValue, referenceValue
-
Constructor Details
-
Category1Value
public Category1Value()
-
-
Method Details
-
category1Value
Description copied from class:ValueReturns this Value as a Category1Value.- Overrides:
category1Valuein classValue
-
isCategory2
public final boolean isCategory2()Description copied from class: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.- Specified by:
isCategory2in classValue
-