public interface net.bytebuddy.asm.AsmVisitorWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.AsmVisitorWrapper
  super_class: java.lang.Object
{
  public static final int NO_FLAGS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public abstract int mergeWriter(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      flags  

  public abstract int mergeReader(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      flags  

  public abstract org.objectweb.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription, org.objectweb.asm.ClassVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.description.method.MethodList<?>, int, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList;Lnet/bytebuddy/description/method/MethodList;II)Lorg/objectweb/asm/ClassVisitor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Lnet/bytebuddy/description/method/MethodList<*>;II)Lorg/objectweb/asm/ClassVisitor;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      classVisitor           
      implementationContext  
      typePool               
      fields                 
      methods                
      writerFlags            
      readerFlags            
}
SourceFile: "AsmVisitorWrapper.java"
NestMembers:
  net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase  net.bytebuddy.asm.AsmVisitorWrapper$Compound  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredFields  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredFields$DispatchingVisitor  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredFields$Entry  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredFields$FieldVisitorWrapper  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$DispatchingVisitor  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$Entry  net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$MethodVisitorWrapper  net.bytebuddy.asm.AsmVisitorWrapper$NoOp
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase of net.bytebuddy.asm.AsmVisitorWrapper
  public Compound = net.bytebuddy.asm.AsmVisitorWrapper$Compound of net.bytebuddy.asm.AsmVisitorWrapper
  public ForDeclaredFields = net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredFields of net.bytebuddy.asm.AsmVisitorWrapper
  public ForDeclaredMethods = net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods of net.bytebuddy.asm.AsmVisitorWrapper
  public final NoOp = net.bytebuddy.asm.AsmVisitorWrapper$NoOp of net.bytebuddy.asm.AsmVisitorWrapper
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation