class org.junit.runners.ParentRunner$5 implements java.util.Comparator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.runners.ParentRunner$5
  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 org.junit.runner.manipulation.Sorter val$sorter;
    descriptor: Lorg/junit/runner/manipulation/Sorter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public int compare(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.junit.runners.ParentRunner$5 this
        start local 1 // java.lang.Object o1
        start local 2 // java.lang.Object o2
         0: .line 551
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$5.val$sorter:Lorg/junit/runner/manipulation/Sorter;
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$5.this$0:Lorg/junit/runners/ParentRunner;
            aload 1 /* o1 */
            invokevirtual org.junit.runners.ParentRunner.describeChild:(Ljava/lang/Object;)Lorg/junit/runner/Description;
            aload 0 /* this */
            getfield org.junit.runners.ParentRunner$5.this$0:Lorg/junit/runners/ParentRunner;
            aload 2 /* o2 */
            invokevirtual org.junit.runners.ParentRunner.describeChild:(Ljava/lang/Object;)Lorg/junit/runner/Description;
            invokevirtual org.junit.runner.manipulation.Sorter.compare:(Lorg/junit/runner/Description;Lorg/junit/runner/Description;)I
            ireturn
        end local 2 // java.lang.Object o2
        end local 1 // java.lang.Object o1
        end local 0 // org.junit.runners.ParentRunner$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/runners/ParentRunner$5;
            0    1     1    o1  TT;
            0    1     2    o2  TT;
    Signature: (TT;TT;)I
    MethodParameters:
      Name  Flags
      o1    
      o2    
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<TT;>;
SourceFile: "ParentRunner.java"
EnclosingMethod: org.junit.runners.ParentRunner.comparator:(Lorg/junit/runner/manipulation/Sorter;)Ljava/util/Comparator;
NestHost: org.junit.runners.ParentRunner
InnerClasses:
  org.junit.runners.ParentRunner$5