public class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator implements java.util.Comparator<org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator
  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.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator this
         0: .line 359
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AscendingPrecedenceComparator;

  public int compare(org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match, org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match);
    descriptor: (Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator this
        start local 1 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match match
        start local 2 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match match2
         0: .line 363
            aload 1 /* match */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.order:I
            aload 2 /* match2 */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.order:I
            if_icmpge 2
         1: .line 365
            iconst_m1
            ireturn
         2: .line 367
      StackMap locals:
      StackMap stack:
            aload 1 /* match */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.order:I
            aload 2 /* match2 */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.order:I
            if_icmpne 4
         3: .line 369
            iconst_0
            ireturn
         4: .line 371
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match match2
        end local 1 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match match
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AscendingPrecedenceComparator;
            0    5     1   match  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
            0    5     2  match2  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
    MethodParameters:
        Name  Flags
      match   
      match2  

  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.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
            aload 2
            checkcast org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator.compare:(Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;>;
SourceFile: "JaxrsInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
InnerClasses:
  public AscendingPrecedenceComparator = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AscendingPrecedenceComparator of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  public Match = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry