Package | Description |
---|---|
com.amd.aparapi.internal.model |
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 |
---|
ClassModel.ConstantPool.Entry(ByteReader _byteReader,
int _slot,
ClassModel.ConstantPoolType _constantPoolType) |
ClassModel.ConstantPool.MethodReferenceEntry(ByteReader byteReader,
int slot,
ClassModel.ConstantPoolType constantPoolType) |
ClassModel.ConstantPool.ReferenceEntry(ByteReader _byteReader,
int _slot,
ClassModel.ConstantPoolType _constantPoolType) |