public class net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor
  super_class: org.objectweb.asm.MethodVisitor
{
  private final net.bytebuddy.implementation.bytecode.ByteCodeAppender delegate;
    descriptor: Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int stackSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int localVariableLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.bytecode.ByteCodeAppender);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.bytecode.ByteCodeAppender delegate
         0: .line 10015
            aload 0 /* this */
            getstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
            aload 1 /* methodVisitor */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
         1: .line 10016
            aload 0 /* this */
            aload 2 /* delegate */
            putfield net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor.delegate:Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
         2: .line 10017
            return
        end local 2 // net.bytebuddy.implementation.bytecode.ByteCodeAppender delegate
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/asm/Advice$Appender$EmulatingMethodVisitor;
            0    3     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    3     2       delegate  Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    MethodParameters:
               Name  Flags
      methodVisitor  
      delegate       

  protected net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size resolve(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 10030
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
         1: .line 10031
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor.delegate:Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.implementation.bytecode.ByteCodeAppender.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
            astore 4 /* size */
        start local 4 // net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size size
         2: .line 10032
            aload 1 /* methodVisitor */
            aload 4 /* size */
            invokevirtual net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.getOperandStackSize:()I
            aload 4 /* size */
            invokevirtual net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.getLocalVariableSize:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         3: .line 10033
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
         4: .line 10034
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor.stackSize:I
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor.localVariableLength:I
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.<init>:(II)V
            areturn
        end local 4 // net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size size
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lnet/bytebuddy/asm/Advice$Appender$EmulatingMethodVisitor;
            0    5     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    5     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    5     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            2    5     4                   size  Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
         0: .line 10040
            return
        end local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Appender$EmulatingMethodVisitor;

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
        start local 1 // int stackSize
        start local 2 // int localVariableLength
         0: .line 10044
            aload 0 /* this */
            iload 1 /* stackSize */
            putfield net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor.stackSize:I
         1: .line 10045
            aload 0 /* this */
            iload 2 /* localVariableLength */
            putfield net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor.localVariableLength:I
         2: .line 10046
            return
        end local 2 // int localVariableLength
        end local 1 // int stackSize
        end local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lnet/bytebuddy/asm/Advice$Appender$EmulatingMethodVisitor;
            0    3     1            stackSize  I
            0    3     2  localVariableLength  I
    MethodParameters:
                     Name  Flags
      stackSize            
      localVariableLength  

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
         0: .line 10051
            return
        end local 0 // net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Appender$EmulatingMethodVisitor;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected Appender = net.bytebuddy.asm.Advice$Appender of net.bytebuddy.asm.Advice
  protected EmulatingMethodVisitor = net.bytebuddy.asm.Advice$Appender$EmulatingMethodVisitor of net.bytebuddy.asm.Advice$Appender
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender