Class BootstrapMethodsEntry
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.BootstrapMethodsEntry
-
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:
-
getBootstrapMethodReference
public int getBootstrapMethodReference()- Specified by:
getBootstrapMethodReferencein interfaceIBootstrapMethodsEntry- See Also:
-