public abstract class org.junit.internal.runners.model.ReflectiveCallable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.junit.internal.runners.model.ReflectiveCallable
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.internal.runners.model.ReflectiveCallable this
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.junit.internal.runners.model.ReflectiveCallable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/internal/runners/model/ReflectiveCallable;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.junit.internal.runners.model.ReflectiveCallable this
         0: .line 12
            aload 0 /* this */
            invokevirtual org.junit.internal.runners.model.ReflectiveCallable.runReflectiveCall:()Ljava/lang/Object;
         1: areturn
         2: .line 13
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* e */
        start local 1 // java.lang.reflect.InvocationTargetException e
         3: .line 14
            aload 1 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            athrow
        end local 1 // java.lang.reflect.InvocationTargetException e
        end local 0 // org.junit.internal.runners.model.ReflectiveCallable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/junit/internal/runners/model/ReflectiveCallable;
            3    4     1     e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.lang.Throwable

  protected abstract java.lang.Object runReflectiveCall();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "ReflectiveCallable.java"