Package aQute.bnd.classfile
Class BootstrapMethodsAttribute.BootstrapMethod
java.lang.Object
aQute.bnd.classfile.BootstrapMethodsAttribute.BootstrapMethod
- Enclosing class:
- BootstrapMethodsAttribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static BootstrapMethodsAttribute.BootstrapMethod
read
(DataInput in, ConstantPool constant_pool) toString()
(package private) int
(package private) void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
bootstrap_method_ref
public final int bootstrap_method_ref -
bootstrap_arguments
public final int[] bootstrap_arguments
-
-
Constructor Details
-
BootstrapMethod
public BootstrapMethod(int bootstrap_method_ref, int[] bootstrap_arguments)
-
-
Method Details
-
toString
-
read
static BootstrapMethodsAttribute.BootstrapMethod read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
value_length
int value_length()
-