public class ClassModel.ConstantPool.NameAndTypeEntry extends ClassModel.ConstantPool.Entry
Constructor and Description |
---|
ClassModel.ConstantPool.NameAndTypeEntry(ByteReader _byteReader,
int _slot) |
Modifier and Type | Method and Description |
---|---|
int |
getDescriptorIndex() |
ClassModel.ConstantPool.UTF8Entry |
getDescriptorUTF8Entry() |
int |
getNameIndex() |
ClassModel.ConstantPool.UTF8Entry |
getNameUTF8Entry() |
getConstantPoolType, getSlot
public ClassModel.ConstantPool.NameAndTypeEntry(ByteReader _byteReader, int _slot)
public int getDescriptorIndex()
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
public int getNameIndex()
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()