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

  public void <init>(net.bytebuddy.description.method.ParameterList<?>);
    descriptor: (Lnet/bytebuddy/description/method/ParameterList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray this
        start local 1 // net.bytebuddy.description.method.ParameterList parameters
         0: .line 1214
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1215
            aload 0 /* this */
            aload 1 /* parameters */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray.parameters:Lnet/bytebuddy/description/method/ParameterList;
         2: .line 1216
            return
        end local 1 // net.bytebuddy.description.method.ParameterList parameters
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameterArray;
            0    3     1  parameters  Lnet/bytebuddy/description/method/ParameterList<*>;
    Signature: (Lnet/bytebuddy/description/method/ParameterList<*>;)V
    MethodParameters:
            Name  Flags
      parameters  

  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=9, args_size=4
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray 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 1223
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 3
         1: .line 1224
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 4 /* componentType */
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         2: .line 1225
            goto 7
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic componentType
      StackMap locals:
      StackMap stack:
         3: aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.isArray:()Z
            ifeq 6
         4: .line 1226
            aload 1 /* target */
            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;
            astore 4 /* componentType */
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         5: .line 1227
            goto 7
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         6: .line 1228
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set method parameter array for non-array type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         7: .line 1230
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray.parameters:Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* stackManipulations */
        start local 5 // java.util.List stackManipulations
         8: .line 1231
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray.parameters:Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.iterator:()Ljava/util/Iterator;
            astore 7
            goto 18
      StackMap locals: net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic java.util.List top java.util.Iterator
      StackMap stack:
         9: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            astore 6 /* parameter */
        start local 6 // net.bytebuddy.description.method.ParameterDescription parameter
        10: .line 1232
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
        11: .line 1233
            aload 6 /* parameter */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.load:(Lnet/bytebuddy/description/method/ParameterDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
        12: .line 1234
            aload 2 /* assigner */
            aload 6 /* parameter */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* componentType */
            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;
        13: .line 1232
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 8 /* stackManipulation */
        start local 8 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        14: .line 1236
            aload 8 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifeq 17
        15: .line 1237
            aload 5 /* stackManipulations */
            aload 8 /* stackManipulation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        16: .line 1238
            goto 18
        17: .line 1239
      StackMap locals: net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic java.util.List net.bytebuddy.description.method.ParameterDescription java.util.Iterator net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* parameter */
            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 4 /* componentType */
            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
        end local 8 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 6 // net.bytebuddy.description.method.ParameterDescription parameter
        18: .line 1231
      StackMap locals: net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic java.util.List top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        19: .line 1242
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_1
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 4 /* componentType */
            invokestatic net.bytebuddy.implementation.bytecode.collection.ArrayFactory.forType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/implementation/bytecode/collection/ArrayFactory;
            aload 5 /* stackManipulations */
            invokevirtual net.bytebuddy.implementation.bytecode.collection.ArrayFactory.withValues:(Ljava/util/List;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 5 // java.util.List stackManipulations
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic componentType
        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$ForMethodParameterArray this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameterArray;
            0   20     1              target  Lnet/bytebuddy/description/method/ParameterDescription;
            0   20     2            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   20     3              typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            2    3     4       componentType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            5    6     4       componentType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            7   20     4       componentType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            8   20     5  stackManipulations  Ljava/util/List<Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;
           10   18     6           parameter  Lnet/bytebuddy/description/method/ParameterDescription;
           14   18     8   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 ForMethodParameterArray = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public final ForInstrumentedMethod = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray$ForInstrumentedMethod of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameterArray
  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()