public class net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved implements net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved
  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

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved 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 2597
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2598
            aload 0 /* this */
            aload 1 /* appender */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
         2: .line 2599
            aload 0 /* this */
            aload 2 /* methodDescription */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 2600
            aload 0 /* this */
            aload 3 /* instrumentedMethod */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         4: .line 2601
            aload 0 /* this */
            aload 4 /* targetHandler */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.targetHandler:Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
         5: .line 2602
            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$TargetHandler$ForMethodCall$Resolved this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodCall$Resolved;
            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.description.type.TypeDescription getTypeDescription();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved this
         0: .line 2608
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodCall$Resolved;

  public net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;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$TargetHandler$ForMethodCall$Resolved this
        start local 1 // net.bytebuddy.description.method.MethodDescription invokedMethod
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 2615
            aload 2 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()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;
            astore 4 /* stackManipulation */
        start local 4 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         1: .line 2616
            aload 4 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 3
         2: .line 2617
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot invoke "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* invokedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            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
         3: .line 2619
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            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$TargetHandler$ForMethodCall$Resolved.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         4: .line 2620
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         5: .line 2621
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.targetHandler:Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
         6: .line 2619
            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
         7: .line 2621
            aload 4 /* stackManipulation */
         8: .line 2619
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            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.MethodDescription invokedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodCall$Resolved;
            0    9     1      invokedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    9     2           assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    9     3             typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            1    9     4  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
               Name  Flags
      invokedMethod  
      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
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public ForMethodCall = net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall of net.bytebuddy.implementation.MethodCall$TargetHandler
  protected Resolved = net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved of net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall
  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()