class org.junit.runners.ParentRunner$2 extends org.junit.runners.model.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.runners.ParentRunner$2
  super_class: org.junit.runners.model.Statement
{
  final org.junit.runners.ParentRunner this$0;
    descriptor: Lorg/junit/runners/ParentRunner;
    flags: (0x1010) 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, org.junit.runner.notification.RunNotifier);
    descriptor: (Lorg/junit/runners/ParentRunner;Lorg/junit/runner/notification/RunNotifier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.junit.runners.ParentRunner$2 this
         0: .line 290
            aload 0 /* this */
            aload 1
            putfield org.junit.runners.ParentRunner$2.this$0:Lorg/junit/runners/ParentRunner;
            aload 0 /* this */
            aload 2
            putfield org.junit.runners.ParentRunner$2.val$notifier:Lorg/junit/runner/notification/RunNotifier;
            aload 0 /* this */
            invokespecial org.junit.runners.model.Statement.<init>:()V
            return
        end local 0 // org.junit.runners.ParentRunner$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/runners/ParentRunner$2;
    MethodParameters:
              Name  Flags
      this$0        final
      val$notifier  final

  public void evaluate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.junit.runners.ParentRunner$2 this
         0: .line 293
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$2.this$0:Lorg/junit/runners/ParentRunner;
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$2.val$notifier:Lorg/junit/runner/notification/RunNotifier;
            invokevirtual org.junit.runners.ParentRunner.runChildren:(Lorg/junit/runner/notification/RunNotifier;)V
         1: .line 294
            return
        end local 0 // org.junit.runners.ParentRunner$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/junit/runners/ParentRunner$2;
}
SourceFile: "ParentRunner.java"
EnclosingMethod: org.junit.runners.ParentRunner.childrenInvoker:(Lorg/junit/runner/notification/RunNotifier;)Lorg/junit/runners/model/Statement;
NestHost: org.junit.runners.ParentRunner
InnerClasses:
  org.junit.runners.ParentRunner$2