Class BootstrapMethod


  • public class BootstrapMethod
    extends Value
    • Field Detail

      • methodType

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

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

        public final java.lang.String methodName
    • Constructor Detail

      • BootstrapMethod

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