class org.junit.runners.ParentRunner$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.runners.ParentRunner$4
  super_class: java.lang.Object
{
  final org.junit.runners.ParentRunner this$0;
    descriptor: Lorg/junit/runners/ParentRunner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$each;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.junit.runner.notification.RunNotifier val$notifier;
    descriptor: Lorg/junit/runner/notification/RunNotifier;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.junit.runners.ParentRunner, java.lang.Object, org.junit.runner.notification.RunNotifier);
    descriptor: (Lorg/junit/runners/ParentRunner;Ljava/lang/Object;Lorg/junit/runner/notification/RunNotifier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.junit.runners.ParentRunner$4 this
         0: .line 329
            aload 0 /* this */
            aload 1
            putfield org.junit.runners.ParentRunner$4.this$0:Lorg/junit/runners/ParentRunner;
            aload 0 /* this */
            aload 2
            putfield org.junit.runners.ParentRunner$4.val$each:Ljava/lang/Object;
            aload 0 /* this */
            aload 3
            putfield org.junit.runners.ParentRunner$4.val$notifier:Lorg/junit/runner/notification/RunNotifier;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.junit.runners.ParentRunner$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/runners/ParentRunner$4;
    MethodParameters:
              Name  Flags
      this$0        final
      val$each      final
      val$notifier  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.junit.runners.ParentRunner$4 this
         0: .line 331
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$4.this$0:Lorg/junit/runners/ParentRunner;
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$4.val$each:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$4.val$notifier:Lorg/junit/runner/notification/RunNotifier;
            invokevirtual org.junit.runners.ParentRunner.runChild:(Ljava/lang/Object;Lorg/junit/runner/notification/RunNotifier;)V
         1: .line 332
            return
        end local 0 // org.junit.runners.ParentRunner$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/junit/runners/ParentRunner$4;
}
SourceFile: "ParentRunner.java"
EnclosingMethod: org.junit.runners.ParentRunner.runChildren:(Lorg/junit/runner/notification/RunNotifier;)V
NestHost: org.junit.runners.ParentRunner
InnerClasses:
  org.junit.runners.ParentRunner$4