Class InlineBytecodeGenerator.ParameterWritingVisitorWrapper

java.lang.Object
net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
org.mockito.internal.creation.bytebuddy.InlineBytecodeGenerator.ParameterWritingVisitorWrapper
All Implemented Interfaces:
net.bytebuddy.asm.AsmVisitorWrapper
Enclosing class:
InlineBytecodeGenerator

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

    Nested Classes

    Nested classes/interfaces inherited from interface net.bytebuddy.asm.AsmVisitorWrapper

    net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase, net.bytebuddy.asm.AsmVisitorWrapper.Compound, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods, net.bytebuddy.asm.AsmVisitorWrapper.NoOp
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final Class<?>
     

    Fields inherited from interface net.bytebuddy.asm.AsmVisitorWrapper

    NO_FLAGS
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    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 Details

    • type

      private final Class<?> type
  • Constructor Details

    • ParameterWritingVisitorWrapper

      private ParameterWritingVisitorWrapper(Class<?> type)
  • Method Details

    • 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)