public abstract class Category1Value 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 |
|---|
Category1Value() |
| Modifier and Type | Method and Description |
|---|---|
Category1Value |
category1Value()
Returns this Value as a Category1Value.
|
boolean |
isCategory2()
Returns whether the computational type of this Value is a category 2 type.
|
category2Value, computationalType, copyIfMutable, doubleValue, floatValue, generalize, instructionOffsetValue, integerValue, internalType, isParticular, isSpecific, longValue, referenceValuepublic final Category1Value category1Value()
Valuecategory1Value in class Valuepublic final boolean isCategory2()
ValueisCategory2 in class Value