public interface org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall<E extends java.lang.reflect.Executable, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall
  super_class: java.lang.Object
{
  public abstract T apply(org.junit.jupiter.api.extension.InvocationInterceptor, org.junit.jupiter.api.extension.InvocationInterceptor$Invocation<T>, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E>, org.junit.jupiter.api.extension.ExtensionContext);
    descriptor: (Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
    Signature: (Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<TT;>;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext<TE;>;Lorg/junit/jupiter/api/extension/ExtensionContext;)TT;
    MethodParameters:
                   Name  Flags
      interceptor        
      invocation         
      invocationContext  
      extensionContext   

  public static org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall<java.lang.reflect.Method, java.lang.Void> ofVoidMethod(org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall);
    descriptor: (Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;)Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall call
         0: .line 114
            aload 0 /* call */
            invokedynamic apply(Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;)Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Object;
                  org/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall.lambda$0(Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Void; (6 itf)
                  (Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Void;
            areturn
        end local 0 // org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall call
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  call  Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;
    Signature: (Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;)Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall<Ljava/lang/reflect/Method;Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      call  

  private static java.lang.Void lambda$0(org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall, org.junit.jupiter.api.extension.InvocationInterceptor, org.junit.jupiter.api.extension.InvocationInterceptor$Invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext, org.junit.jupiter.api.extension.ExtensionContext);
    descriptor: (Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Void;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 1 // org.junit.jupiter.api.extension.InvocationInterceptor interceptorChain
        start local 2 // org.junit.jupiter.api.extension.InvocationInterceptor$Invocation invocation
        start local 3 // org.junit.jupiter.api.extension.ReflectiveInvocationContext invocationContext
        start local 4 // org.junit.jupiter.api.extension.ExtensionContext extensionContext
         0: .line 115
            aload 0
            aload 1 /* interceptorChain */
            aload 2 /* invocation */
            aload 3 /* invocationContext */
            aload 4 /* extensionContext */
            invokeinterface org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall.apply:(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)V
         1: .line 116
            aconst_null
            areturn
        end local 4 // org.junit.jupiter.api.extension.ExtensionContext extensionContext
        end local 3 // org.junit.jupiter.api.extension.ReflectiveInvocationContext invocationContext
        end local 2 // org.junit.jupiter.api.extension.InvocationInterceptor$Invocation invocation
        end local 1 // org.junit.jupiter.api.extension.InvocationInterceptor interceptorChain
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     1   interceptorChain  Lorg/junit/jupiter/api/extension/InvocationInterceptor;
            0    2     2         invocation  Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<Ljava/lang/Void;>;
            0    2     3  invocationContext  Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext<Ljava/lang/reflect/Method;>;
            0    2     4   extensionContext  Lorg/junit/jupiter/api/extension/ExtensionContext;
    Exceptions:
      throws java.lang.Throwable
}
Signature: <E:Ljava/lang/reflect/Executable;T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ExecutableInvoker.java"
NestHost: org.junit.jupiter.engine.execution.ExecutableInvoker
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Invocation = org.junit.jupiter.api.extension.InvocationInterceptor$Invocation of org.junit.jupiter.api.extension.InvocationInterceptor
  public abstract ReflectiveInterceptorCall = org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall of org.junit.jupiter.engine.execution.ExecutableInvoker
  public abstract VoidMethodInterceptorCall = org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall of org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall