-
- All Implemented Interfaces:
public final class BootstrapMethodsAttribute extends AttributeInfo
Describes a BootstrapMethods attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBootstrapMethodsAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<BootstrapMethodsEntry>methodsprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description BootstrapMethodsAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<BootstrapMethodsEntry>getMethods()Bootstrap method references in the BootstrapMethodsAttribute structure final UnitsetMethods(Array<BootstrapMethodsEntry> methods)Bootstrap method references in the BootstrapMethodsAttribute structure IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BootstrapMethodsAttribute
BootstrapMethodsAttribute(ClassFile classFile)
-
-
Method Detail
-
getMethods
final Array<BootstrapMethodsEntry> getMethods()
Bootstrap method references in the BootstrapMethodsAttribute structure
-
setMethods
final Unit setMethods(Array<BootstrapMethodsEntry> methods)
Bootstrap method references in the BootstrapMethodsAttribute structure
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-