Class BootstrapMethodsAttribute.BootstrapMethod

java.lang.Object
aQute.bnd.classfile.BootstrapMethodsAttribute.BootstrapMethod
Enclosing class:
BootstrapMethodsAttribute

public static class BootstrapMethodsAttribute.BootstrapMethod extends Object
  • 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