public static final class ConstantPool.MethodTypeEntry extends ConstantPool.Entry
| Modifier and Type | Field and Description |
|---|---|
int |
descriptorIndex |
index, owner| Constructor and Description |
|---|
ConstantPool.MethodTypeEntry(ConstantPool owner,
int descriptorIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConstantPool.Visitor visitor) |
int |
byteLength() |
ConstantPool.Tag |
getTag() |
java.lang.String |
getType() |
java.lang.String |
toString() |
sizepublic ConstantPool.MethodTypeEntry(ConstantPool owner, int descriptorIndex)
public java.lang.String getType()
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