public class net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter implements net.bytebuddy.implementation.MethodCall$ArgumentLoader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter
  super_class: java.lang.Object
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.method.MethodDescription instrumentedMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, net.bytebuddy.description.method.MethodDescription);
    descriptor: (ILnet/bytebuddy/description/method/MethodDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter this
        start local 1 // int index
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 1097
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1098
            aload 0 /* this */
            iload 1 /* index */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter.index:I
         2: .line 1099
            aload 0 /* this */
            aload 2 /* instrumentedMethod */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 1100
            return
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // int index
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameter;
            0    4     1               index  I
            0    4     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      index               
      instrumentedMethod  

  public net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=4
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter this
        start local 1 // net.bytebuddy.description.method.ParameterDescription target
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 1106
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter.index:I
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            astore 4 /* parameterDescription */
        start local 4 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         1: .line 1107
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         2: .line 1108
            aload 4 /* parameterDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.load:(Lnet/bytebuddy/description/method/ParameterDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         3: .line 1109
            aload 2 /* assigner */
            aload 4 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 3 /* typing */
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         4: .line 1107
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 5 /* stackManipulation */
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         5: .line 1110
            aload 5 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 7
         6: .line 1111
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* parameterDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 1113
      StackMap locals: net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 5 /* stackManipulation */
            areturn
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 4 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 1 // net.bytebuddy.description.method.ParameterDescription target
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameter;
            0    8     1                target  Lnet/bytebuddy/description/method/ParameterDescription;
            0    8     2              assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    8     3                typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            1    8     4  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
            5    8     5     stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
          Name  Flags
      target    
      assigner  
      typing    
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  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
  public abstract ArgumentLoader = net.bytebuddy.implementation.MethodCall$ArgumentLoader of net.bytebuddy.implementation.MethodCall
  public ForMethodParameter = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  protected Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter
  protected final OfInstrumentedMethod = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$OfInstrumentedMethod of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()