public class ClassModel.ConstantPool.NameAndTypeEntry extends ClassModel.ConstantPool.Entry
Modifier and Type | Field and Description |
---|---|
private int |
descriptorIndex |
private int |
nameIndex |
Constructor and Description |
---|
NameAndTypeEntry(int _nameIndex,
int _descriptorIndex,
int _slot) |
Modifier and Type | Method and Description |
---|---|
int |
getDescriptorIndex() |
ClassModel.ConstantPool.UTF8Entry |
getDescriptorUTF8Entry() |
int |
getNameIndex() |
ClassModel.ConstantPool.UTF8Entry |
getNameUTF8Entry() |
getConstantPoolType, getOwnerClassModel, getSlot
private final int descriptorIndex
private final int nameIndex
public NameAndTypeEntry(int _nameIndex, int _descriptorIndex, int _slot)
public int getDescriptorIndex()
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
public int getNameIndex()
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()