public class BootstrapMethodsAttribute extends ClassFileAttribute implements IBootstrapMethodsAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
BootstrapMethodsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for BootstrapMethodsAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
IBootstrapMethodsEntry[] |
getBootstrapMethods()
Answer back the bootstrap methods table of this entry as specified in
the JVM specifications.
|
int |
getBootstrapMethodsLength()
Answer back the number of bootstrap methods of this entry as specified in
the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic BootstrapMethodsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IBootstrapMethodsEntry[] getBootstrapMethods()
IBootstrapMethodsAttributegetBootstrapMethods in interface IBootstrapMethodsAttributeIBootstrapMethodsAttribute.getBootstrapMethods()public int getBootstrapMethodsLength()
IBootstrapMethodsAttributegetBootstrapMethodsLength in interface IBootstrapMethodsAttribute