public class ConstantPoolEntryMethodHandle extends AbstractConstantPoolEntry
ConstantPoolEntry.Type
Constructor and Description |
---|
ConstantPoolEntryMethodHandle(ConstantPool cp,
ByteData data) |
Modifier and Type | Method and Description |
---|---|
void |
dump(Dumper d) |
ConstantPoolEntryFieldRef |
getFieldRef() |
String |
getLiteralName() |
ConstantPoolEntryMethodRef |
getMethodRef() |
long |
getRawByteLength() |
MethodHandleBehaviour |
getReferenceKind() |
boolean |
isFieldRef() |
String |
toString() |
getCp
public ConstantPoolEntryMethodHandle(ConstantPool cp, ByteData data)
public long getRawByteLength()
public void dump(Dumper d)
public MethodHandleBehaviour getReferenceKind()
public ConstantPoolEntryMethodRef getMethodRef()
public ConstantPoolEntryFieldRef getFieldRef()
public boolean isFieldRef()
public String getLiteralName()
Copyright © 2011-2021. All Rights Reserved.