Class BootstrapMethodsAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.BootstrapMethodsAttribute
- All Implemented Interfaces:
IBootstrapMethodsAttribute,IClassFileAttribute
public class BootstrapMethodsAttribute
extends ClassFileAttribute
implements IBootstrapMethodsAttribute
Default implementation of IBootstrapMethodsAttribute.
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethodsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for BootstrapMethodsAttribute. -
Method Summary
Modifier and TypeMethodDescriptionAnswer back the bootstrap methods table of this entry as specified in the JVM specifications.intAnswer back the number of bootstrap methods of this entry as specified in the JVM specifications.Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Constructor Details
-
BootstrapMethodsAttribute
public BootstrapMethodsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for BootstrapMethodsAttribute.- Throws:
ClassFormatException
-
-
Method Details
-
getBootstrapMethods
Description copied from interface:IBootstrapMethodsAttributeAnswer back the bootstrap methods table of this entry as specified in the JVM specifications. Answer an empty array if none.- Specified by:
getBootstrapMethodsin interfaceIBootstrapMethodsAttribute- Returns:
- the bootstrap methods table of this entry as specified in the JVM specifications. Answer an empty array if none
- See Also:
-
getBootstrapMethodsLength
public int getBootstrapMethodsLength()Description copied from interface:IBootstrapMethodsAttributeAnswer back the number of bootstrap methods of this entry as specified in the JVM specifications.- Specified by:
getBootstrapMethodsLengthin interfaceIBootstrapMethodsAttribute- Returns:
- the number of bootstrap methods of this entry as specified in the JVM specifications
-