public static class ConstantPool.MethodHandleEntry extends ConstantPool.Entry
| Modifier and Type | Field and Description |
|---|---|
int |
referenceIndex |
ConstantPool.ReferenceKind |
referenceKind |
index, owner| Constructor and Description |
|---|
ConstantPool.MethodHandleEntry(ConstantPool owner,
ConstantPool.ReferenceKind referenceKind,
int referenceIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConstantPool.Visitor visitor) |
int |
byteLength() |
ConstantPool.ReferenceEntry |
getReference() |
ConstantPool.Tag |
getTag() |
sizepublic final ConstantPool.ReferenceKind referenceKind
public final int referenceIndex
public ConstantPool.MethodHandleEntry(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)
public ConstantPool.ReferenceEntry getReference()
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.Entry