public class net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation implements net.bytebuddy.implementation.MethodCall$MethodInvoker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 2708
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2709
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 2710
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/MethodCall$MethodInvoker$ForContextualInvocation;
            0    3     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation this
        start local 1 // net.bytebuddy.description.method.MethodDescription invokedMethod
        start local 2 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 2716
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isVirtual:()Z
            ifeq 2
            aload 1 /* invokedMethod */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isInvokableOn:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 2
         1: .line 2717
            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$MethodInvoker$ForContextualInvocation.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            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
         2: .line 2719
      StackMap locals:
      StackMap stack:
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isVirtual:()Z
            ifeq 4
         3: .line 2720
            aload 1 /* invokedMethod */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType.virtual:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            goto 5
         4: .line 2721
      StackMap locals:
      StackMap stack:
            aload 1 /* invokedMethod */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
         5: .line 2719
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
            areturn
        end local 2 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 1 // net.bytebuddy.description.method.MethodDescription invokedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lnet/bytebuddy/implementation/MethodCall$MethodInvoker$ForContextualInvocation;
            0    6     1         invokedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     2  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      invokedMethod         
      implementationTarget  
}
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 MethodInvoker = net.bytebuddy.implementation.MethodCall$MethodInvoker of net.bytebuddy.implementation.MethodCall
  public ForContextualInvocation = net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation of net.bytebuddy.implementation.MethodCall$MethodInvoker
  final Factory = net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation$Factory of net.bytebuddy.implementation.MethodCall$MethodInvoker$ForContextualInvocation
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()