Package aQute.bnd.classfile
Class BootstrapMethodsAttribute.BootstrapMethod
- java.lang.Object
-
- aQute.bnd.classfile.BootstrapMethodsAttribute.BootstrapMethod
-
- Enclosing class:
- BootstrapMethodsAttribute
public static class BootstrapMethodsAttribute.BootstrapMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int[]
bootstrap_arguments
int
bootstrap_method_ref
-
Constructor Summary
Constructors Constructor Description BootstrapMethod(int bootstrap_method_ref, int[] bootstrap_arguments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static BootstrapMethodsAttribute.BootstrapMethod
read(java.io.DataInput in, ConstantPool constant_pool)
java.lang.String
toString()
(package private) int
value_length()
(package private) void
write(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
read
static BootstrapMethodsAttribute.BootstrapMethod read(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
write
void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
value_length
int value_length()
-
-