public class net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying extends net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying
  super_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
{
  protected void <init>(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDefinition, java.util.TreeMap<java.lang.String, net.bytebuddy.description.type.TypeDefinition>, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.type.TypeDefinition exitType
        start local 3 // java.util.TreeMap namedTypes
        start local 4 // net.bytebuddy.description.type.TypeDefinition enterType
         0: .line 4115
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            aload 2 /* exitType */
            aload 3 /* namedTypes */
            aload 4 /* enterType */
            invokespecial net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;Lnet/bytebuddy/description/type/TypeDefinition;)V
         1: .line 4116
            return
        end local 4 // net.bytebuddy.description.type.TypeDefinition enterType
        end local 3 // java.util.TreeMap namedTypes
        end local 2 // net.bytebuddy.description.type.TypeDefinition exitType
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying;
            0    2     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    2     2            exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    2     3          namedTypes  Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    2     4           enterType  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;Lnet/bytebuddy/description/type/TypeDefinition;)V
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      exitType            
      namedTypes          
      enterType           

  public int argument(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
        start local 1 // int offset
         0: .line 4122
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4123
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
         2: .line 4122
            iadd
         3: .line 4124
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
         4: .line 4122
            iadd
         5: .line 4125
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
         6: .line 4122
            iadd
         7: .line 4126
            iload 1 /* offset */
         8: .line 4122
            iadd
            ireturn
        end local 1 // int offset
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying;
            0    9     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public int variable(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
        start local 1 // int index
         0: .line 4133
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
         2: .line 4134
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
         3: .line 4133
            iadd
         4: .line 4135
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_1
         6: .line 4133
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying int
      StackMap stack: int int
            iadd
         7: .line 4136
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.size:()I
         8: .line 4133
            iadd
         9: .line 4137
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_1
        11: .line 4133
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying int
      StackMap stack: int int
            iadd
        12: .line 4138
            iload 1 /* index */
        13: .line 4133
            iadd
            ireturn
        end local 1 // int index
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying;
            0   14     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isCopyingArguments();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
         0: .line 4145
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying;

  public int prepare(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 4153
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifne 9
         1: .line 4154
            aload 1 /* methodVisitor */
            bipush 25
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         2: .line 4155
            aload 1 /* methodVisitor */
            bipush 58
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         3: .line 4156
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
         4: .line 4157
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         5: .line 4158
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
         6: .line 4155
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         7: .line 4159
            getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
            astore 2 /* stackSize */
        start local 2 // net.bytebuddy.implementation.bytecode.StackSize stackSize
         8: .line 4160
            goto 10
        end local 2 // net.bytebuddy.implementation.bytecode.StackSize stackSize
         9: .line 4161
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.StackSize.ZERO:Lnet/bytebuddy/implementation/bytecode/StackSize;
            astore 2 /* stackSize */
        start local 2 // net.bytebuddy.implementation.bytecode.StackSize stackSize
        10: .line 4163
      StackMap locals: net.bytebuddy.implementation.bytecode.StackSize
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.bytecode.StackSize top java.util.Iterator
      StackMap stack:
        11: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            astore 3 /* parameterDescription */
        start local 3 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        12: .line 4164
            aload 3 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 5 /* type */
        start local 5 // org.objectweb.asm.Type type
        13: .line 4165
            aload 1 /* methodVisitor */
            aload 5 /* type */
            bipush 21
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            aload 3 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getOffset:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        14: .line 4166
            aload 1 /* methodVisitor */
            aload 5 /* type */
            bipush 54
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
        15: .line 4167
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
        16: .line 4168
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
        17: .line 4169
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
        18: .line 4170
            aload 3 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getOffset:()I
            iadd
        19: .line 4166
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        20: .line 4171
            aload 2 /* stackSize */
            aload 3 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.maximum:(Lnet/bytebuddy/implementation/bytecode/StackSize;)Lnet/bytebuddy/implementation/bytecode/StackSize;
            astore 2 /* stackSize */
        end local 5 // org.objectweb.asm.Type type
        end local 3 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        21: .line 4163
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        22: .line 4173
            aload 2 /* stackSize */
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            ireturn
        end local 2 // net.bytebuddy.implementation.bytecode.StackSize stackSize
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   23     0                  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying;
            0   23     1         methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            8    9     2             stackSize  Lnet/bytebuddy/implementation/bytecode/StackSize;
           10   23     2             stackSize  Lnet/bytebuddy/implementation/bytecode/StackSize;
           12   21     3  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
           13   21     5                  type  Lorg/objectweb/asm/Type;
    MethodParameters:
               Name  Flags
      methodVisitor  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$ArgumentHandler
  public abstract Default = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default of net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod
  protected Copying = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying of net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()