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

  private final net.bytebuddy.description.method.MethodDescription methodDescription;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    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

  private final net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved targetHandler;
    descriptor: Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.implementation.MethodCall$Appender, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved);
    descriptor: (Lnet/bytebuddy/implementation/MethodCall$Appender;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall this
        start local 1 // net.bytebuddy.implementation.MethodCall$Appender appender
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 4 // net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved targetHandler
         0: .line 1675
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1676
            aload 0 /* this */
            aload 1 /* appender */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
         2: .line 1677
            aload 0 /* this */
            aload 2 /* methodDescription */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 1678
            aload 0 /* this */
            aload 3 /* instrumentedMethod */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         4: .line 1679
            aload 0 /* this */
            aload 4 /* targetHandler */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.targetHandler:Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
         5: .line 1680
            return
        end local 4 // net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved targetHandler
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // net.bytebuddy.implementation.MethodCall$Appender appender
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodCall;
            0    6     1            appender  Lnet/bytebuddy/implementation/MethodCall$Appender;
            0    6     2   methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     3  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     4       targetHandler  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
    MethodParameters:
                    Name  Flags
      appender            
      methodDescription   
      instrumentedMethod  
      targetHandler       

  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$ForMethodCall 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 1686
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         1: .line 1687
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 1688
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.targetHandler:Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
         3: .line 1686
            invokevirtual net.bytebuddy.implementation.MethodCall$Appender.toStackManipulation:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         4: .line 1688
            aload 2 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()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 1686
            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 1689
            aload 4 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 8
         7: .line 1690
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign return type of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            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 1692
      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$ForMethodCall this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForMethodCall;
            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
  protected Appender = net.bytebuddy.implementation.MethodCall$Appender of net.bytebuddy.implementation.MethodCall
  public abstract ArgumentLoader = net.bytebuddy.implementation.MethodCall$ArgumentLoader of net.bytebuddy.implementation.MethodCall
  public ForMethodCall = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  protected ArgumentProvider = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall$ArgumentProvider of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall
  protected Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForMethodCall
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public abstract Resolved = net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved of net.bytebuddy.implementation.MethodCall$TargetHandler
  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()