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

  protected void <init>(net.bytebuddy.implementation.MethodCall$Appender);
    descriptor: (Lnet/bytebuddy/implementation/MethodCall$Appender;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall this
        start local 1 // net.bytebuddy.implementation.MethodCall$Appender appender
         0: .line 2550
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2551
            aload 0 /* this */
            aload 1 /* appender */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
         2: .line 2552
            return
        end local 1 // net.bytebuddy.implementation.MethodCall$Appender appender
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodCall;
            0    3     1  appender  Lnet/bytebuddy/implementation/MethodCall$Appender;
    MethodParameters:
          Name  Flags
      appender  

  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=6, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 2558
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
            getfield net.bytebuddy.implementation.MethodCall$Appender.targetHandler:Lnet/bytebuddy/implementation/MethodCall$TargetHandler;
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.implementation.MethodCall$TargetHandler.resolve:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
            astore 2 /* targetHandler */
        start local 2 // net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved targetHandler
         1: .line 2559
            new net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall.appender:Lnet/bytebuddy/implementation/MethodCall$Appender;
            aload 1 /* instrumentedMethod */
            aload 2 /* targetHandler */
            invokevirtual net.bytebuddy.implementation.MethodCall$Appender.toInvokedMethod:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;)Lnet/bytebuddy/description/method/MethodDescription;
            aload 1 /* instrumentedMethod */
         2: .line 2560
            aload 2 /* targetHandler */
         3: .line 2559
            invokespecial net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Resolved.<init>:(Lnet/bytebuddy/implementation/MethodCall$Appender;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;)V
            areturn
        end local 2 // net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved targetHandler
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForMethodCall;
            0    4     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            1    4     2       targetHandler  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
    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
  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 Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler$ForMethodCall
  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
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()