class io.undertow.attribute.ExchangeAttributeParser$1 implements java.util.Comparator<io.undertow.attribute.ExchangeAttributeBuilder>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.attribute.ExchangeAttributeParser$1
  super_class: java.lang.Object
{
  final io.undertow.attribute.ExchangeAttributeParser this$0;
    descriptor: Lio/undertow/attribute/ExchangeAttributeParser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.attribute.ExchangeAttributeParser);
    descriptor: (Lio/undertow/attribute/ExchangeAttributeParser;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.attribute.ExchangeAttributeParser$1 this
         0: .line 52
            aload 0 /* this */
            aload 1
            putfield io.undertow.attribute.ExchangeAttributeParser$1.this$0:Lio/undertow/attribute/ExchangeAttributeParser;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.attribute.ExchangeAttributeParser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/attribute/ExchangeAttributeParser$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(io.undertow.attribute.ExchangeAttributeBuilder, io.undertow.attribute.ExchangeAttributeBuilder);
    descriptor: (Lio/undertow/attribute/ExchangeAttributeBuilder;Lio/undertow/attribute/ExchangeAttributeBuilder;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.attribute.ExchangeAttributeParser$1 this
        start local 1 // io.undertow.attribute.ExchangeAttributeBuilder o1
        start local 2 // io.undertow.attribute.ExchangeAttributeBuilder o2
         0: .line 55
            aload 2 /* o2 */
            invokeinterface io.undertow.attribute.ExchangeAttributeBuilder.priority:()I
            aload 1 /* o1 */
            invokeinterface io.undertow.attribute.ExchangeAttributeBuilder.priority:()I
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
        end local 2 // io.undertow.attribute.ExchangeAttributeBuilder o2
        end local 1 // io.undertow.attribute.ExchangeAttributeBuilder o1
        end local 0 // io.undertow.attribute.ExchangeAttributeParser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/attribute/ExchangeAttributeParser$1;
            0    1     1    o1  Lio/undertow/attribute/ExchangeAttributeBuilder;
            0    1     2    o2  Lio/undertow/attribute/ExchangeAttributeBuilder;
    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 io.undertow.attribute.ExchangeAttributeBuilder
            aload 2
            checkcast io.undertow.attribute.ExchangeAttributeBuilder
            invokevirtual io.undertow.attribute.ExchangeAttributeParser$1.compare:(Lio/undertow/attribute/ExchangeAttributeBuilder;Lio/undertow/attribute/ExchangeAttributeBuilder;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lio/undertow/attribute/ExchangeAttributeBuilder;>;
SourceFile: "ExchangeAttributeParser.java"
EnclosingMethod: io.undertow.attribute.ExchangeAttributeParser.<init>:(Ljava/lang/ClassLoader;Ljava/util/List;)V
NestHost: io.undertow.attribute.ExchangeAttributeParser
InnerClasses:
  io.undertow.attribute.ExchangeAttributeParser$1