public abstract class Category2Value extends Value
ALWAYS, MAYBE, NEVER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INSTRUCTION_OFFSET, TYPE_INTEGER, TYPE_LONG, TYPE_REFERENCE, TYPE_TOP, TYPE_UNKNOWN
Constructor and Description |
---|
Category2Value() |
Modifier and Type | Method and Description |
---|---|
Category2Value |
category2Value()
Returns this Value as a Category2Value.
|
boolean |
isCategory2()
Returns whether the computational type of this Value is a category 2 type.
|
category1Value, computationalType, copyIfMutable, doubleValue, floatValue, generalize, instructionOffsetValue, integerValue, internalType, isParticular, isSpecific, longValue, referenceValue
public final Category2Value category2Value()
Value
category2Value
in class Value
public final boolean isCategory2()
Value
isCategory2
in class Value