public class org.testng.internal.TestMethodComparator implements java.util.Comparator<org.testng.ITestNGMethod>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.testng.internal.TestMethodComparator
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.testng.internal.TestMethodComparator this
         0: .line 7
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.testng.internal.TestMethodComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/internal/TestMethodComparator;

  public int compare(org.testng.ITestNGMethod, org.testng.ITestNGMethod);
    descriptor: (Lorg/testng/ITestNGMethod;Lorg/testng/ITestNGMethod;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.testng.internal.TestMethodComparator this
        start local 1 // org.testng.ITestNGMethod o1
        start local 2 // org.testng.ITestNGMethod o2
         0: .line 11
            aload 1 /* o1 */
            aload 2 /* o2 */
            invokestatic org.testng.internal.TestMethodComparator.compareStatic:(Lorg/testng/ITestNGMethod;Lorg/testng/ITestNGMethod;)I
            ireturn
        end local 2 // org.testng.ITestNGMethod o2
        end local 1 // org.testng.ITestNGMethod o1
        end local 0 // org.testng.internal.TestMethodComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/internal/TestMethodComparator;
            0    1     1    o1  Lorg/testng/ITestNGMethod;
            0    1     2    o2  Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public static int compareStatic(org.testng.ITestNGMethod, org.testng.ITestNGMethod);
    descriptor: (Lorg/testng/ITestNGMethod;Lorg/testng/ITestNGMethod;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.testng.ITestNGMethod o1
        start local 1 // org.testng.ITestNGMethod o2
         0: .line 15
            aload 0 /* o1 */
            invokeinterface org.testng.ITestNGMethod.getInterceptedPriority:()I
            aload 1 /* o2 */
            invokeinterface org.testng.ITestNGMethod.getInterceptedPriority:()I
            invokestatic java.lang.Integer.compare:(II)I
            istore 2 /* prePriDiff */
        start local 2 // int prePriDiff
         1: .line 16
            iload 2 /* prePriDiff */
            ifeq 3
         2: .line 17
            iload 2 /* prePriDiff */
            ireturn
         3: .line 20
      StackMap locals: int
      StackMap stack:
            aload 0 /* o1 */
            invokeinterface org.testng.ITestNGMethod.getPriority:()I
            aload 1 /* o2 */
            invokeinterface org.testng.ITestNGMethod.getPriority:()I
            invokestatic java.lang.Integer.compare:(II)I
            istore 3 /* priDiff */
        start local 3 // int priDiff
         4: .line 21
            iload 3 /* priDiff */
            ifeq 6
         5: .line 22
            iload 3 /* priDiff */
            ireturn
         6: .line 25
      StackMap locals: int
      StackMap stack:
            aload 0 /* o1 */
            invokeinterface org.testng.ITestNGMethod.getMethodName:()Ljava/lang/String;
            aload 1 /* o2 */
            invokeinterface org.testng.ITestNGMethod.getMethodName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 3 // int priDiff
        end local 2 // int prePriDiff
        end local 1 // org.testng.ITestNGMethod o2
        end local 0 // org.testng.ITestNGMethod o1
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0          o1  Lorg/testng/ITestNGMethod;
            0    7     1          o2  Lorg/testng/ITestNGMethod;
            1    7     2  prePriDiff  I
            4    7     3     priDiff  I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  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.testng.ITestNGMethod
            aload 2
            checkcast org.testng.ITestNGMethod
            invokevirtual org.testng.internal.TestMethodComparator.compare:(Lorg/testng/ITestNGMethod;Lorg/testng/ITestNGMethod;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/testng/ITestNGMethod;>;
SourceFile: "TestMethodComparator.java"