public static class ConstantPool.NameAndTypeDescriptorEntry extends ConstantPool.Entry
| Modifier and Type | Field and Description |
|---|---|
int |
nameIndex |
int |
typeDescriptorIndex |
index, owner| Constructor and Description |
|---|
ConstantPool.NameAndTypeDescriptorEntry(ConstantPool owner,
int nameIndex,
int typeDescriptorIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConstantPool.Visitor visitor) |
int |
byteLength() |
java.lang.String |
getName() |
ConstantPool.Tag |
getTag() |
java.lang.String |
getType() |
java.lang.String |
toString() |
sizepublic final int nameIndex
public final int typeDescriptorIndex
public ConstantPool.NameAndTypeDescriptorEntry(ConstantPool owner, int nameIndex, int typeDescriptorIndex)
public ConstantPool.Tag getTag()
getTag in class ConstantPool.Entrypublic int byteLength()
byteLength in class ConstantPool.Entrypublic java.lang.String getName()
public java.lang.String getType()
public void accept(ConstantPool.Visitor visitor)
accept in class ConstantPool.Entrypublic java.lang.String toString()
toString in class java.lang.Object