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

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter this
        start local 1 // int index
         0: .line 2466
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2467
            aload 0 /* this */
            iload 1 /* index */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter.index:I
         2: .line 2468
            return
        end local 1 // int index
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodParameter;
            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$TargetHandler$ForMethodParameter this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 2474
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodParameter;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

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

  public net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved resolve(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 2488
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter.index:I
            if_icmpge 2
         1: .line 2489
            new java.lang.IllegalArgumentException
            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$TargetHandler$ForMethodParameter.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2491
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter$Resolved
            dup
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter.index:I
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokespecial net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter$Resolved.<init>:(Lnet/bytebuddy/description/method/ParameterDescription;)V
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodParameter;
            0    3     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
}
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
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public abstract Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler
  public ForMethodParameter = net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter of net.bytebuddy.implementation.MethodCall$TargetHandler
  protected Resolved = net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter$Resolved of net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodParameter
  public abstract Resolved = net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved of net.bytebuddy.implementation.MethodCall$TargetHandler
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()