class org.junit.runners.ParentRunner$3 extends org.junit.runners.model.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.runners.ParentRunner$3
  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.runners.model.Statement val$statement;
    descriptor: Lorg/junit/runners/model/Statement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.junit.runners.ParentRunner, org.junit.runners.model.Statement);
    descriptor: (Lorg/junit/runners/ParentRunner;Lorg/junit/runners/model/Statement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.junit.runners.ParentRunner$3 this
         0: .line 302
            aload 0 /* this */
            aload 1
            putfield org.junit.runners.ParentRunner$3.this$0:Lorg/junit/runners/ParentRunner;
            aload 0 /* this */
            aload 2
            putfield org.junit.runners.ParentRunner$3.val$statement:Lorg/junit/runners/model/Statement;
            aload 0 /* this */
            invokespecial org.junit.runners.model.Statement.<init>:()V
            return
        end local 0 // org.junit.runners.ParentRunner$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/runners/ParentRunner$3;
    MethodParameters:
               Name  Flags
      this$0         final
      val$statement  final

  public void evaluate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.junit.runners.ParentRunner$3 this
         0: .line 306
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$3.val$statement:Lorg/junit/runners/model/Statement;
            invokevirtual org.junit.runners.model.Statement.evaluate:()V
         1: .line 307
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 308
            invokestatic java.lang.Thread.interrupted:()Z
            pop
         4: .line 309
            aload 1
            athrow
         5: .line 308
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.Thread.interrupted:()Z
            pop
         6: .line 310
            return
        end local 0 // org.junit.runners.ParentRunner$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/junit/runners/ParentRunner$3;
      Exception table:
        from    to  target  type
           0     2       2  any
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "ParentRunner.java"
EnclosingMethod: org.junit.runners.ParentRunner.withInterruptIsolation:(Lorg/junit/runners/model/Statement;)Lorg/junit/runners/model/Statement;
NestHost: org.junit.runners.ParentRunner
InnerClasses:
  org.junit.runners.ParentRunner$3