Package | Description |
---|---|
com.aparapi.internal.model |
Modifier and Type | Field and Description |
---|---|
private ClassModel.ConstantPoolType |
ClassModel.ConstantPool.Entry.constantPoolType |
Modifier and Type | Method and Description |
---|---|
ClassModel.ConstantPoolType |
ClassModel.ConstantPool.Entry.getConstantPoolType() |
static ClassModel.ConstantPoolType |
ClassModel.ConstantPoolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassModel.ConstantPoolType[] |
ClassModel.ConstantPoolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Entry(int _slot,
ClassModel.ConstantPoolType _constantPoolType) |
MethodReferenceEntry(int _referenceClassIndex,
int _nameAndTypeIndex,
int slot,
ClassModel.ConstantPoolType constantPoolType) |
ReferenceEntry(int _referenceClassIndex,
int _nameAndTypeIndex,
int _slot,
ClassModel.ConstantPoolType _constantPoolType) |