class org.junit.jupiter.engine.execution.MethodInvocation<T> implements org.junit.jupiter.api.extension.InvocationInterceptor$Invocation<T>, org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.jupiter.engine.execution.MethodInvocation
  super_class: java.lang.Object
{
  protected final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.util.Optional<java.lang.Object> target;
    descriptor: Ljava/util/Optional;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/Optional<Ljava/lang/Object;>;

  protected final java.lang.Object[] arguments;
    descriptor: [Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(java.lang.reflect.Method, java.util.Optional<java.lang.Object>, []);
    descriptor: (Ljava/lang/reflect/Method;Ljava/util/Optional;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.util.Optional target
        start local 3 // java.lang.Object[] arguments
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* method */
            putfield org.junit.jupiter.engine.execution.MethodInvocation.method:Ljava/lang/reflect/Method;
         2: .line 32
            aload 0 /* this */
            aload 2 /* target */
            putfield org.junit.jupiter.engine.execution.MethodInvocation.target:Ljava/util/Optional;
         3: .line 33
            aload 0 /* this */
            aload 3 /* arguments */
            putfield org.junit.jupiter.engine.execution.MethodInvocation.arguments:[Ljava/lang/Object;
         4: .line 34
            return
        end local 3 // java.lang.Object[] arguments
        end local 2 // java.util.Optional target
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/junit/jupiter/engine/execution/MethodInvocation<TT;>;
            0    5     1     method  Ljava/lang/reflect/Method;
            0    5     2     target  Ljava/util/Optional<Ljava/lang/Object;>;
            0    5     3  arguments  [Ljava/lang/Object;
    Signature: (Ljava/lang/reflect/Method;Ljava/util/Optional<Ljava/lang/Object;>;[Ljava/lang/Object;)V
    MethodParameters:
           Name  Flags
      method     
      target     
      arguments  

  public java.lang.Class<?> getTargetClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
         0: .line 38
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.target:Ljava/util/Optional;
            invokedynamic apply()Ljava/util/function/Function;
              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:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/lang/Object.getClass()Ljava/lang/Class; (5)
                  (Ljava/lang/Object;)Ljava/lang/Class;
            invokevirtual java.util.Optional.map:(Ljava/util/function/Function;)Ljava/util/Optional;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.method:Ljava/lang/reflect/Method;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljava/lang/reflect/Method;)Ljava/util/function/Supplier;
              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:
                  ()Ljava/lang/Object;
                  java/lang/reflect/Method.getDeclaringClass()Ljava/lang/Class; (5)
                  ()Ljava/lang/Class;
            invokevirtual java.util.Optional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast java.lang.Class
            areturn
        end local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/execution/MethodInvocation<TT;>;
    Signature: ()Ljava/lang/Class<*>;

  public java.util.Optional<java.lang.Object> getTarget();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
         0: .line 44
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.target:Ljava/util/Optional;
            areturn
        end local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/execution/MethodInvocation<TT;>;
    Signature: ()Ljava/util/Optional<Ljava/lang/Object;>;

  public java.lang.reflect.Method getExecutable();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
         0: .line 49
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.method:Ljava/lang/reflect/Method;
            areturn
        end local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/execution/MethodInvocation<TT;>;

  public java.util.List<java.lang.Object> getArguments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
         0: .line 54
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.arguments:[Ljava/lang/Object;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/execution/MethodInvocation<TT;>;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  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.MethodInvocation this
         0: .line 60
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.method:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.target:Ljava/util/Optional;
            aconst_null
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.execution.MethodInvocation.arguments:[Ljava/lang/Object;
            invokestatic org.junit.platform.commons.util.ReflectionUtils.invokeMethod:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // org.junit.jupiter.engine.execution.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/execution/MethodInvocation<TT;>;
    Signature: ()TT;

  public java.lang.reflect.Executable getExecutable();
    descriptor: ()Ljava/lang/reflect/Executable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.junit.jupiter.engine.execution.MethodInvocation.getExecutable:()Ljava/lang/reflect/Method;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation<TT;>;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext<Ljava/lang/reflect/Method;>;
SourceFile: "MethodInvocation.java"
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