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 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.invocation:Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;
2: aload 0
aload 2
putfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.call:Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;
3: aload 0
aload 3
putfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.interceptor:Lorg/junit/jupiter/api/extension/InvocationInterceptor;
4: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.call:Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;
aload 0
getfield org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.interceptor:Lorg/junit/jupiter/api/extension/InvocationInterceptor;
aload 0
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 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 0: aload 0
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: return
end local 0 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