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
-
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