Package aQute.bnd.classfile
Class BootstrapMethodsAttribute
java.lang.Object
aQute.bnd.classfile.BootstrapMethodsAttribute
- All Implemented Interfaces:
Attribute
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethodsAttribute
(BootstrapMethodsAttribute.BootstrapMethod[] bootstrap_methods) -
Method Summary
Modifier and TypeMethodDescriptionint
name()
static BootstrapMethodsAttribute
read
(DataInput in, ConstantPool constant_pool) toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
NAME
- See Also:
-
bootstrap_methods
-
-
Constructor Details
-
BootstrapMethodsAttribute
-
-
Method Details
-
name
-
toString
-
read
public static BootstrapMethodsAttribute read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-