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