Class InlineBytecodeGenerator.ParameterWritingVisitorWrapper

  • All Implemented Interfaces:
    net.bytebuddy.asm.AsmVisitorWrapper
    Enclosing class:
    InlineBytecodeGenerator

    private static class InlineBytecodeGenerator.ParameterWritingVisitorWrapper
    extends net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<?> type  
      • Fields inherited from interface net.bytebuddy.asm.AsmVisitorWrapper

        NO_FLAGS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.ClassVisitor wrap​(net.bytebuddy.description.type.TypeDescription instrumentedType, org.objectweb.asm.ClassVisitor classVisitor, net.bytebuddy.implementation.Implementation.Context implementationContext, net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields, net.bytebuddy.description.method.MethodList<?> methods, int writerFlags, int readerFlags)  
      • Methods inherited from class net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase

        mergeReader, mergeWriter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        private final java.lang.Class<?> type
    • Constructor Detail

      • ParameterWritingVisitorWrapper

        private ParameterWritingVisitorWrapper​(java.lang.Class<?> type)
    • Method Detail

      • wrap

        public org.objectweb.asm.ClassVisitor wrap​(net.bytebuddy.description.type.TypeDescription instrumentedType,
                                                   org.objectweb.asm.ClassVisitor classVisitor,
                                                   net.bytebuddy.implementation.Implementation.Context implementationContext,
                                                   net.bytebuddy.pool.TypePool typePool,
                                                   net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields,
                                                   net.bytebuddy.description.method.MethodList<?> methods,
                                                   int writerFlags,
                                                   int readerFlags)