public class org.junit.experimental.ParallelComputer extends org.junit.runner.Computer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.experimental.ParallelComputer
  super_class: org.junit.runner.Computer
{
  private final boolean classes;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean methods;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.junit.experimental.ParallelComputer this
        start local 1 // boolean classes
        start local 2 // boolean methods
         0: .line 19
            aload 0 /* this */
            invokespecial org.junit.runner.Computer.<init>:()V
         1: .line 20
            aload 0 /* this */
            iload 1 /* classes */
            putfield org.junit.experimental.ParallelComputer.classes:Z
         2: .line 21
            aload 0 /* this */
            iload 2 /* methods */
            putfield org.junit.experimental.ParallelComputer.methods:Z
         3: .line 22
            return
        end local 2 // boolean methods
        end local 1 // boolean classes
        end local 0 // org.junit.experimental.ParallelComputer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/junit/experimental/ParallelComputer;
            0    4     1  classes  Z
            0    4     2  methods  Z
    MethodParameters:
         Name  Flags
      classes  
      methods  

  public static org.junit.runner.Computer classes();
    descriptor: ()Lorg/junit/runner/Computer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 25
            new org.junit.experimental.ParallelComputer
            dup
            iconst_1
            iconst_0
            invokespecial org.junit.experimental.ParallelComputer.<init>:(ZZ)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.junit.runner.Computer methods();
    descriptor: ()Lorg/junit/runner/Computer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 29
            new org.junit.experimental.ParallelComputer
            dup
            iconst_0
            iconst_1
            invokespecial org.junit.experimental.ParallelComputer.<init>:(ZZ)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static org.junit.runner.Runner parallelize(org.junit.runner.Runner);
    descriptor: (Lorg/junit/runner/Runner;)Lorg/junit/runner/Runner;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.junit.runner.Runner runner
         0: .line 33
            aload 0 /* runner */
            instanceof org.junit.runners.ParentRunner
            ifeq 2
         1: .line 34
            aload 0 /* runner */
            checkcast org.junit.runners.ParentRunner
            new org.junit.experimental.ParallelComputer$1
            dup
            invokespecial org.junit.experimental.ParallelComputer$1.<init>:()V
            invokevirtual org.junit.runners.ParentRunner.setScheduler:(Lorg/junit/runners/model/RunnerScheduler;)V
         2: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* runner */
            areturn
        end local 0 // org.junit.runner.Runner runner
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  runner  Lorg/junit/runner/Runner;
    MethodParameters:
        Name  Flags
      runner  

  public org.junit.runner.Runner getSuite(org.junit.runners.model.RunnerBuilder, java.lang.Class<?>[]);
    descriptor: (Lorg/junit/runners/model/RunnerBuilder;[Ljava/lang/Class;)Lorg/junit/runner/Runner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.junit.experimental.ParallelComputer this
        start local 1 // org.junit.runners.model.RunnerBuilder builder
        start local 2 // java.lang.Class[] classes
         0: .line 57
            aload 0 /* this */
            aload 1 /* builder */
            aload 2 /* classes */
            invokespecial org.junit.runner.Computer.getSuite:(Lorg/junit/runners/model/RunnerBuilder;[Ljava/lang/Class;)Lorg/junit/runner/Runner;
            astore 3 /* suite */
        start local 3 // org.junit.runner.Runner suite
         1: .line 58
            aload 0 /* this */
            getfield org.junit.experimental.ParallelComputer.classes:Z
            ifeq 2
            aload 3 /* suite */
            invokestatic org.junit.experimental.ParallelComputer.parallelize:(Lorg/junit/runner/Runner;)Lorg/junit/runner/Runner;
            goto 3
      StackMap locals: org.junit.runner.Runner
      StackMap stack:
         2: aload 3 /* suite */
      StackMap locals:
      StackMap stack: org.junit.runner.Runner
         3: areturn
        end local 3 // org.junit.runner.Runner suite
        end local 2 // java.lang.Class[] classes
        end local 1 // org.junit.runners.model.RunnerBuilder builder
        end local 0 // org.junit.experimental.ParallelComputer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/junit/experimental/ParallelComputer;
            0    4     1  builder  Lorg/junit/runners/model/RunnerBuilder;
            0    4     2  classes  [Ljava/lang/Class;
            1    4     3    suite  Lorg/junit/runner/Runner;
    Exceptions:
      throws org.junit.runners.model.InitializationError
    Signature: (Lorg/junit/runners/model/RunnerBuilder;[Ljava/lang/Class<*>;)Lorg/junit/runner/Runner;
    MethodParameters:
         Name  Flags
      builder  
      classes  

  protected org.junit.runner.Runner getRunner(org.junit.runners.model.RunnerBuilder, java.lang.Class<?>);
    descriptor: (Lorg/junit/runners/model/RunnerBuilder;Ljava/lang/Class;)Lorg/junit/runner/Runner;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.junit.experimental.ParallelComputer this
        start local 1 // org.junit.runners.model.RunnerBuilder builder
        start local 2 // java.lang.Class testClass
         0: .line 64
            aload 0 /* this */
            aload 1 /* builder */
            aload 2 /* testClass */
            invokespecial org.junit.runner.Computer.getRunner:(Lorg/junit/runners/model/RunnerBuilder;Ljava/lang/Class;)Lorg/junit/runner/Runner;
            astore 3 /* runner */
        start local 3 // org.junit.runner.Runner runner
         1: .line 65
            aload 0 /* this */
            getfield org.junit.experimental.ParallelComputer.methods:Z
            ifeq 2
            aload 3 /* runner */
            invokestatic org.junit.experimental.ParallelComputer.parallelize:(Lorg/junit/runner/Runner;)Lorg/junit/runner/Runner;
            goto 3
      StackMap locals: org.junit.runner.Runner
      StackMap stack:
         2: aload 3 /* runner */
      StackMap locals:
      StackMap stack: org.junit.runner.Runner
         3: areturn
        end local 3 // org.junit.runner.Runner runner
        end local 2 // java.lang.Class testClass
        end local 1 // org.junit.runners.model.RunnerBuilder builder
        end local 0 // org.junit.experimental.ParallelComputer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/junit/experimental/ParallelComputer;
            0    4     1    builder  Lorg/junit/runners/model/RunnerBuilder;
            0    4     2  testClass  Ljava/lang/Class<*>;
            1    4     3     runner  Lorg/junit/runner/Runner;
    Exceptions:
      throws java.lang.Throwable
    Signature: (Lorg/junit/runners/model/RunnerBuilder;Ljava/lang/Class<*>;)Lorg/junit/runner/Runner;
    MethodParameters:
           Name  Flags
      builder    
      testClass  
}
SourceFile: "ParallelComputer.java"
NestMembers:
  org.junit.experimental.ParallelComputer$1
InnerClasses:
  org.junit.experimental.ParallelComputer$1