public class BootstrapMethodsEntry extends ClassFileStruct implements IBootstrapMethodsEntry
IBootstrapMethodsEntry| Constructor and Description |
|---|
BootstrapMethodsEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBootstrapArguments() |
int |
getBootstrapMethodReference() |
public BootstrapMethodsEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
ClassFormatExceptionpublic int[] getBootstrapArguments()
getBootstrapArguments in interface IBootstrapMethodsEntryIBootstrapMethodsEntry.getBootstrapArguments()public int getBootstrapMethodReference()
getBootstrapMethodReference in interface IBootstrapMethodsEntryIBootstrapMethodsEntry.getBootstrapMethodReference()