public class ClassModel.ConstantPool.NameAndTypeEntry extends ClassModel.ConstantPool.Entry
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
public NameAndTypeEntry(int _nameIndex, int _descriptorIndex, int _slot)
public int getDescriptorIndex()
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
public int getNameIndex()
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()
Copyright © 2021 Syncleus. All rights reserved.