Class MethodWriterCtx


  • public class MethodWriterCtx
    extends Object
    • Constructor Detail

      • MethodWriterCtx

        public MethodWriterCtx()
    • Method Detail

      • labelCreate

        public org.objectweb.asm.Label labelCreate​(String name)
      • labelGet

        public org.objectweb.asm.Label labelGet​(String name)
      • labelCreateOrGet

        public org.objectweb.asm.Label labelCreateOrGet​(String name)
      • labelsGet

        public org.objectweb.asm.Label[] labelsGet​(String... names)
      • bootstrapArgument

        public org.objectweb.asm.Handle bootstrapArgument​(MHandle targetCallArg,
                                                          org.objectweb.asm.Handle bootstrap)