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 Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-