Class BootstrapMethod


public class BootstrapMethod extends Value
  • Field Details

    • methodType

      public final org.objectweb.asm.Type methodType
    • className

      public final org.objectweb.asm.Type className
    • methodName

      public final String methodName
    • kind

      public final Reference.Kind kind
  • Constructor Details

    • BootstrapMethod

      public BootstrapMethod(org.objectweb.asm.Type methodType, org.objectweb.asm.Type className, String methodName, Reference.Kind kind)