public class net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement 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$ForMethodParameterArrayElement
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.method.ParameterDescription parameterDescription;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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=5, args_size=4
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement 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 1309
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_4
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 1310
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.load:(Lnet/bytebuddy/description/method/ParameterDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         2: .line 1311
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement.index:I
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_2
         3: .line 1312
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.collection.ArrayAccess.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/collection/ArrayAccess;
            invokevirtual net.bytebuddy.implementation.bytecode.collection.ArrayAccess.load:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_3
         4: .line 1313
            aload 2 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getComponentType:()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;
         5: .line 1309
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 4 /* stackManipulation */
        start local 4 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         6: .line 1315
            aload 4 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 8
         7: .line 1316
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1318
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 4 /* stackManipulation */
            areturn
        end local 4 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        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$ForMethodParameterArrayElement this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameterArrayElement;
            0    9     1             target  Lnet/bytebuddy/description/method/ParameterDescription;
            0    9     2           assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    9     3             typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            6    9     4  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 ForMethodParameterArrayElement = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public OfInvokedMethod = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement$OfInvokedMethod of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement
  public OfParameter = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement$OfParameter of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArrayElement
  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()