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