Class BootstrapMethod

java.lang.Object
org.jd.core.v1.model.classfile.attribute.BootstrapMethod

public class BootstrapMethod extends Object
  • Field Details

    • bootstrapMethodRef

      protected int bootstrapMethodRef
    • bootstrapArguments

      protected int[] bootstrapArguments
  • Constructor Details

    • BootstrapMethod

      public BootstrapMethod(int bootstrapMethodRef, int[] bootstrapArguments)
  • Method Details

    • getBootstrapMethodRef

      public int getBootstrapMethodRef()
    • getBootstrapArguments

      public int[] getBootstrapArguments()