class org.junit.runners.RuleContainer$1 implements java.util.Comparator<org.junit.runners.RuleContainer$RuleEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.runners.RuleContainer$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.runners.RuleContainer$1 this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.junit.runners.RuleContainer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/runners/RuleContainer$1;

  public int compare(org.junit.runners.RuleContainer$RuleEntry, org.junit.runners.RuleContainer$RuleEntry);
    descriptor: (Lorg/junit/runners/RuleContainer$RuleEntry;Lorg/junit/runners/RuleContainer$RuleEntry;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.junit.runners.RuleContainer$1 this
        start local 1 // org.junit.runners.RuleContainer$RuleEntry o1
        start local 2 // org.junit.runners.RuleContainer$RuleEntry o2
         0: .line 43
            aload 0 /* this */
            aload 1 /* o1 */
            getfield org.junit.runners.RuleContainer$RuleEntry.order:I
            aload 2 /* o2 */
            getfield org.junit.runners.RuleContainer$RuleEntry.order:I
            invokevirtual org.junit.runners.RuleContainer$1.compareInt:(II)I
            istore 3 /* result */
        start local 3 // int result
         1: .line 44
            iload 3 /* result */
            ifeq 2
            iload 3 /* result */
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* o1 */
            getfield org.junit.runners.RuleContainer$RuleEntry.type:I
            aload 2 /* o2 */
            getfield org.junit.runners.RuleContainer$RuleEntry.type:I
            isub
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // int result
        end local 2 // org.junit.runners.RuleContainer$RuleEntry o2
        end local 1 // org.junit.runners.RuleContainer$RuleEntry o1
        end local 0 // org.junit.runners.RuleContainer$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/junit/runners/RuleContainer$1;
            0    4     1      o1  Lorg/junit/runners/RuleContainer$RuleEntry;
            0    4     2      o2  Lorg/junit/runners/RuleContainer$RuleEntry;
            1    4     3  result  I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  private int compareInt(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.junit.runners.RuleContainer$1 this
        start local 1 // int a
        start local 2 // int b
         0: .line 48
            iload 1 /* a */
            iload 2 /* b */
            if_icmpge 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iload 1 /* a */
            iload 2 /* b */
            if_icmpne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.junit.runners.RuleContainer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/junit/runners/RuleContainer$1;
            0    4     1     a  I
            0    4     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.junit.runners.RuleContainer$RuleEntry
            aload 2
            checkcast org.junit.runners.RuleContainer$RuleEntry
            invokevirtual org.junit.runners.RuleContainer$1.compare:(Lorg/junit/runners/RuleContainer$RuleEntry;Lorg/junit/runners/RuleContainer$RuleEntry;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/junit/runners/RuleContainer$RuleEntry;>;
SourceFile: "RuleContainer.java"
EnclosingMethod: org.junit.runners.RuleContainer
NestHost: org.junit.runners.RuleContainer
InnerClasses:
  org.junit.runners.RuleContainer$1
  RuleEntry = org.junit.runners.RuleContainer$RuleEntry of org.junit.runners.RuleContainer