class org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation<T> implements org.junit.jupiter.api.extension.InvocationInterceptor$Invocation<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation
  super_class: java.lang.Object
{
  private final org.junit.jupiter.api.extension.InvocationInterceptor$Invocation<T> invocation;
    descriptor: Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<TT;>;

  private final org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptorCall<T> call;
    descriptor: Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall<TT;>;

  private final org.junit.jupiter.api.extension.InvocationInterceptor interceptor;
    descriptor: Lorg/junit/jupiter/api/extension/InvocationInterceptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.junit.jupiter.api.extension.InvocationInterceptor$Invocation<T>, org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptorCall<T>, org.junit.jupiter.api.extension.InvocationInterceptor);
    descriptor: (Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;Lorg/junit/jupiter/api/extension/InvocationInterceptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation this
        start local 1 // org.junit.jupiter.api.extension.InvocationInterceptor$Invocation invocation
        start local 2 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptorCall call
        start local 3 // org.junit.jupiter.api.extension.InvocationInterceptor interceptor
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* invocation */
            putfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.invocation:Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;
         2: .line 100
            aload 0 /* this */
            aload 2 /* call */
            putfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.call:Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;
         3: .line 101
            aload 0 /* this */
            aload 3 /* interceptor */
            putfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.interceptor:Lorg/junit/jupiter/api/extension/InvocationInterceptor;
         4: .line 102
            return
        end local 3 // org.junit.jupiter.api.extension.InvocationInterceptor interceptor
        end local 2 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptorCall call
        end local 1 // org.junit.jupiter.api.extension.InvocationInterceptor$Invocation invocation
        end local 0 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptedInvocation<TT;>;
            0    5     1   invocation  Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<TT;>;
            0    5     2         call  Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall<TT;>;
            0    5     3  interceptor  Lorg/junit/jupiter/api/extension/InvocationInterceptor;
    Signature: (Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<TT;>;Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall<TT;>;Lorg/junit/jupiter/api/extension/InvocationInterceptor;)V
    MethodParameters:
             Name  Flags
      invocation   
      call         
      interceptor  

  public T proceed();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation this
         0: .line 106
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.call:Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.interceptor:Lorg/junit/jupiter/api/extension/InvocationInterceptor;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.invocation:Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;
            invokeinterface org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptorCall.apply:(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;
            areturn
        end local 0 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptedInvocation<TT;>;
    Exceptions:
      throws java.lang.Throwable
    Signature: ()TT;

  public void skip();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation this
         0: .line 111
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.invocation:Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;
            invokeinterface org.junit.jupiter.api.extension.InvocationInterceptor$Invocation.skip:()V
         1: .line 112
            return
        end local 0 // org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptedInvocation<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<TT;>;
SourceFile: "InvocationInterceptorChain.java"
NestHost: org.junit.jupiter.engine.execution.InvocationInterceptorChain
InnerClasses:
  public abstract Invocation = org.junit.jupiter.api.extension.InvocationInterceptor$Invocation of org.junit.jupiter.api.extension.InvocationInterceptor
  private InterceptedInvocation = org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation of org.junit.jupiter.engine.execution.InvocationInterceptorChain
  public abstract InterceptorCall = org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptorCall of org.junit.jupiter.engine.execution.InvocationInterceptorChain