Class BootstrapMethodsEntry
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.BootstrapMethodsEntry
- All Implemented Interfaces:
IBootstrapMethodsEntry
Default implementation of
IBootstrapMethodsEntry-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethodsEntry(byte[] classFileBytes, IConstantPool constantPool, int offset) -
Method Summary
Modifier and TypeMethodDescriptionint[]int
-
Constructor Details
-
BootstrapMethodsEntry
public BootstrapMethodsEntry(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException- Throws:
ClassFormatException
-
-
Method Details
-
getBootstrapArguments
public int[] getBootstrapArguments()- Specified by:
getBootstrapArgumentsin interfaceIBootstrapMethodsEntry- See Also:
IBootstrapMethodsEntry.getBootstrapArguments()
-
getBootstrapMethodReference
public int getBootstrapMethodReference()- Specified by:
getBootstrapMethodReferencein interfaceIBootstrapMethodsEntry- See Also:
IBootstrapMethodsEntry.getBootstrapMethodReference()
-