public static class ConstantPool.NameAndTypeInfo extends java.lang.Object implements ConstantPool.Info
Modifier and Type | Field and Description |
---|---|
int |
descriptor_index |
int |
name_index |
Constructor and Description |
---|
NameAndTypeInfo(int name_index,
int descriptor_index) |
Modifier and Type | Method and Description |
---|---|
int |
tag() |
java.lang.String |
toString() |
public final int name_index
public final int descriptor_index
public int tag()
tag
in interface ConstantPool.Info
public java.lang.String toString()
toString
in class java.lang.Object