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

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

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1176
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameter$Factory;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.MethodCall$ArgumentLoader$ArgumentProvider make(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ArgumentProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 1183
            aload 0 /* this */
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameter$Factory;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  

  public java.util.List<net.bytebuddy.implementation.MethodCall$ArgumentLoader> resolve(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.method.MethodDescription invokedMethod
         0: .line 1190
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory.index:I
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            if_icmplt 2
         1: .line 1191
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not have a parameter with index "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1193
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory.index:I
            aload 1 /* instrumentedMethod */
            invokespecial net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter.<init>:(ILnet/bytebuddy/description/method/MethodDescription;)V
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 2 // net.bytebuddy.description.method.MethodDescription invokedMethod
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodParameter$Factory this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodParameter$Factory;
            0    3     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    3     2       invokedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List<Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader;>;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      invokedMethod       
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public abstract ArgumentLoader = net.bytebuddy.implementation.MethodCall$ArgumentLoader of net.bytebuddy.implementation.MethodCall
  public abstract ArgumentProvider = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ArgumentProvider of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public abstract Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  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
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()