Package com.aparapi.internal.model
Class ClassModel.ConstantPool.NameAndTypeEntry
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.ConstantPool.Entry
-
- com.aparapi.internal.model.ClassModel.ConstantPool.NameAndTypeEntry
-
- Enclosing class:
- ClassModel.ConstantPool
public class ClassModel.ConstantPool.NameAndTypeEntry extends ClassModel.ConstantPool.Entry
-
-
Field Summary
Fields Modifier and Type Field Description private int
descriptorIndex
private int
nameIndex
-
Constructor Summary
Constructors Constructor Description NameAndTypeEntry(int _nameIndex, int _descriptorIndex, int _slot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDescriptorIndex()
ClassModel.ConstantPool.UTF8Entry
getDescriptorUTF8Entry()
int
getNameIndex()
ClassModel.ConstantPool.UTF8Entry
getNameUTF8Entry()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.ConstantPool.Entry
getConstantPoolType, getOwnerClassModel, getSlot
-
-
-
-
Method Detail
-
getDescriptorIndex
public int getDescriptorIndex()
-
getDescriptorUTF8Entry
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
-
getNameIndex
public int getNameIndex()
-
getNameUTF8Entry
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()
-
-