public class io.undertow.attribute.ExchangeAttributeParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.attribute.ExchangeAttributeParser
  super_class: java.lang.Object
{
  private final java.util.List<io.undertow.attribute.ExchangeAttributeBuilder> builders;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/undertow/attribute/ExchangeAttributeBuilder;>;

  private final java.util.List<io.undertow.attribute.ExchangeAttributeWrapper> wrappers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/undertow/attribute/ExchangeAttributeWrapper;>;

  void <init>(java.lang.ClassLoader, java.util.List<io.undertow.attribute.ExchangeAttributeWrapper>);
    descriptor: (Ljava/lang/ClassLoader;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // io.undertow.attribute.ExchangeAttributeParser this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.util.List wrappers
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 2 /* wrappers */
            putfield io.undertow.attribute.ExchangeAttributeParser.wrappers:Ljava/util/List;
         2: .line 46
            ldc Lio/undertow/attribute/ExchangeAttributeBuilder;
            aload 1 /* classLoader */
            invokestatic java.util.ServiceLoader.load:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/ServiceLoader;
            astore 3 /* loader */
        start local 3 // java.util.ServiceLoader loader
         3: .line 47
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* builders */
        start local 4 // java.util.List builders
         4: .line 48
            aload 3 /* loader */
            invokevirtual java.util.ServiceLoader.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: io.undertow.attribute.ExchangeAttributeParser java.lang.ClassLoader java.util.List java.util.ServiceLoader java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.attribute.ExchangeAttributeBuilder
            astore 5 /* instance */
        start local 5 // io.undertow.attribute.ExchangeAttributeBuilder instance
         6: .line 49
            aload 4 /* builders */
            aload 5 /* instance */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // io.undertow.attribute.ExchangeAttributeBuilder instance
         7: .line 48
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 52
            aload 4 /* builders */
            new io.undertow.attribute.ExchangeAttributeParser$1
            dup
            aload 0 /* this */
            invokespecial io.undertow.attribute.ExchangeAttributeParser$1.<init>:(Lio/undertow/attribute/ExchangeAttributeParser;)V
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
         9: .line 58
            aload 0 /* this */
            aload 4 /* builders */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield io.undertow.attribute.ExchangeAttributeParser.builders:Ljava/util/List;
        10: .line 60
            return
        end local 4 // java.util.List builders
        end local 3 // java.util.ServiceLoader loader
        end local 2 // java.util.List wrappers
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // io.undertow.attribute.ExchangeAttributeParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lio/undertow/attribute/ExchangeAttributeParser;
            0   11     1  classLoader  Ljava/lang/ClassLoader;
            0   11     2     wrappers  Ljava/util/List<Lio/undertow/attribute/ExchangeAttributeWrapper;>;
            3   11     3       loader  Ljava/util/ServiceLoader<Lio/undertow/attribute/ExchangeAttributeBuilder;>;
            4   11     4     builders  Ljava/util/List<Lio/undertow/attribute/ExchangeAttributeBuilder;>;
            6    7     5     instance  Lio/undertow/attribute/ExchangeAttributeBuilder;
    Signature: (Ljava/lang/ClassLoader;Ljava/util/List<Lio/undertow/attribute/ExchangeAttributeWrapper;>;)V
    MethodParameters:
             Name  Flags
      classLoader  final
      wrappers     

  public io.undertow.attribute.ExchangeAttribute parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // io.undertow.attribute.ExchangeAttributeParser this
        start local 1 // java.lang.String valueString
         0: .line 75
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* attributes */
        start local 2 // java.util.List attributes
         1: .line 76
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 77
            iconst_0
            istore 4 /* state */
        start local 4 // int state
         3: .line 78
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 50
         5: .line 79
      StackMap locals: io.undertow.attribute.ExchangeAttributeParser java.lang.String java.util.List int int int
      StackMap stack:
            aload 1 /* valueString */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 6 /* c */
        start local 6 // char c
         6: .line 80
            iload 4 /* state */
            tableswitch { // 0 - 4
                    0: 7
                    1: 16
                    2: 28
                    3: 33
                    4: 45
              default: 49
          }
         7: .line 82
      StackMap locals: int
      StackMap stack:
            iload 6 /* c */
            bipush 37
            if_icmpeq 8
            iload 6 /* c */
            bipush 36
            if_icmpne 49
         8: .line 83
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            iload 5 /* i */
            if_icmpeq 11
         9: .line 84
            aload 2 /* attributes */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* valueString */
            iload 3 /* pos */
            iload 5 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.parseSingleToken:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 85
            iload 5 /* i */
            istore 3 /* pos */
        11: .line 87
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 37
            if_icmpne 14
        12: .line 88
            iconst_1
            istore 4 /* state */
        13: .line 89
            goto 49
        14: .line 90
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 4 /* state */
        15: .line 93
            goto 49
        16: .line 96
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 123
            if_icmpne 19
        17: .line 97
            iconst_2
            istore 4 /* state */
        18: .line 98
            goto 49
      StackMap locals:
      StackMap stack:
        19: iload 6 /* c */
            bipush 37
            if_icmpne 24
        20: .line 100
            aload 2 /* attributes */
            aload 0 /* this */
            new io.undertow.attribute.ConstantExchangeAttribute
            dup
            ldc "%"
            invokespecial io.undertow.attribute.ConstantExchangeAttribute.<init>:(Ljava/lang/String;)V
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 101
            iload 5 /* i */
            iconst_1
            iadd
            istore 3 /* pos */
        22: .line 102
            iconst_0
            istore 4 /* state */
        23: .line 103
            goto 49
        24: .line 104
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* valueString */
            iload 3 /* pos */
            iload 5 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.parseSingleToken:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        25: .line 105
            iload 5 /* i */
            iconst_1
            iadd
            istore 3 /* pos */
        26: .line 106
            iconst_0
            istore 4 /* state */
        27: .line 108
            goto 49
        28: .line 111
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 125
            if_icmpne 49
        29: .line 112
            aload 2 /* attributes */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* valueString */
            iload 3 /* pos */
            iload 5 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.parseSingleToken:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        30: .line 113
            iload 5 /* i */
            iconst_1
            iadd
            istore 3 /* pos */
        31: .line 114
            iconst_0
            istore 4 /* state */
        32: .line 116
            goto 49
        33: .line 119
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 123
            if_icmpne 36
        34: .line 120
            iconst_4
            istore 4 /* state */
        35: .line 121
            goto 49
      StackMap locals:
      StackMap stack:
        36: iload 6 /* c */
            bipush 36
            if_icmpne 41
        37: .line 123
            aload 2 /* attributes */
            aload 0 /* this */
            new io.undertow.attribute.ConstantExchangeAttribute
            dup
            ldc "$"
            invokespecial io.undertow.attribute.ConstantExchangeAttribute.<init>:(Ljava/lang/String;)V
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        38: .line 124
            iload 5 /* i */
            iconst_1
            iadd
            istore 3 /* pos */
        39: .line 125
            iconst_0
            istore 4 /* state */
        40: .line 126
            goto 49
        41: .line 127
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* valueString */
            iload 3 /* pos */
            iload 5 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.parseSingleToken:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        42: .line 128
            iload 5 /* i */
            iconst_1
            iadd
            istore 3 /* pos */
        43: .line 129
            iconst_0
            istore 4 /* state */
        44: .line 131
            goto 49
        45: .line 134
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 125
            if_icmpne 49
        46: .line 135
            aload 2 /* attributes */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* valueString */
            iload 3 /* pos */
            iload 5 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.parseSingleToken:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        47: .line 136
            iload 5 /* i */
            iconst_1
            iadd
            istore 3 /* pos */
        48: .line 137
            iconst_0
            istore 4 /* state */
        end local 6 // char c
        49: .line 78
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 5 /* i */
            aload 1 /* valueString */
            invokevirtual java.lang.String.length:()I
            if_icmplt 5
        end local 5 // int i
        51: .line 144
            iload 4 /* state */
            tableswitch { // 0 - 4
                    0: 52
                    1: 52
                    2: 55
                    3: 52
                    4: 55
              default: 56
          }
        52: .line 148
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            aload 1 /* valueString */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 56
        53: .line 149
            aload 2 /* attributes */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* valueString */
            iload 3 /* pos */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.parseSingleToken:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            invokevirtual io.undertow.attribute.ExchangeAttributeParser.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        54: .line 151
            goto 56
        55: .line 155
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            aload 1 /* valueString */
            invokeinterface io.undertow.UndertowMessages.mismatchedBraces:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        56: .line 158
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 58
        57: .line 159
            aload 2 /* attributes */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.undertow.attribute.ExchangeAttribute
            areturn
        58: .line 161
      StackMap locals:
      StackMap stack:
            new io.undertow.attribute.CompositeExchangeAttribute
            dup
            aload 2 /* attributes */
            aload 2 /* attributes */
            invokeinterface java.util.List.size:()I
            anewarray io.undertow.attribute.ExchangeAttribute
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.undertow.attribute.ExchangeAttribute[]
            invokespecial io.undertow.attribute.CompositeExchangeAttribute.<init>:([Lio/undertow/attribute/ExchangeAttribute;)V
            areturn
        end local 4 // int state
        end local 3 // int pos
        end local 2 // java.util.List attributes
        end local 1 // java.lang.String valueString
        end local 0 // io.undertow.attribute.ExchangeAttributeParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   59     0         this  Lio/undertow/attribute/ExchangeAttributeParser;
            0   59     1  valueString  Ljava/lang/String;
            1   59     2   attributes  Ljava/util/List<Lio/undertow/attribute/ExchangeAttribute;>;
            2   59     3          pos  I
            3   59     4        state  I
            4   51     5            i  I
            6   49     6            c  C
    MethodParameters:
             Name  Flags
      valueString  final

  public io.undertow.attribute.ExchangeAttribute parseSingleToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.undertow.attribute.ExchangeAttributeParser this
        start local 1 // java.lang.String token
         0: .line 165
            aload 0 /* this */
            getfield io.undertow.attribute.ExchangeAttributeParser.builders:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: io.undertow.attribute.ExchangeAttributeParser java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.attribute.ExchangeAttributeBuilder
            astore 2 /* builder */
        start local 2 // io.undertow.attribute.ExchangeAttributeBuilder builder
         2: .line 166
            aload 2 /* builder */
            aload 1 /* token */
            invokeinterface io.undertow.attribute.ExchangeAttributeBuilder.build:(Ljava/lang/String;)Lio/undertow/attribute/ExchangeAttribute;
            astore 4 /* res */
        start local 4 // io.undertow.attribute.ExchangeAttribute res
         3: .line 167
            aload 4 /* res */
            ifnull 5
         4: .line 168
            aload 4 /* res */
            areturn
        end local 4 // io.undertow.attribute.ExchangeAttribute res
        end local 2 // io.undertow.attribute.ExchangeAttributeBuilder builder
         5: .line 165
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 171
            aload 1 /* token */
            ldc "%"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 172
            getstatic io.undertow.UndertowLogger.ROOT_LOGGER:Lio/undertow/UndertowLogger;
            aload 1 /* token */
            invokeinterface io.undertow.UndertowLogger.unknownVariable:(Ljava/lang/String;)V
         8: .line 174
      StackMap locals: io.undertow.attribute.ExchangeAttributeParser java.lang.String
      StackMap stack:
            new io.undertow.attribute.ConstantExchangeAttribute
            dup
            aload 1 /* token */
            invokespecial io.undertow.attribute.ConstantExchangeAttribute.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String token
        end local 0 // io.undertow.attribute.ExchangeAttributeParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/undertow/attribute/ExchangeAttributeParser;
            0    9     1    token  Ljava/lang/String;
            2    5     2  builder  Lio/undertow/attribute/ExchangeAttributeBuilder;
            3    5     4      res  Lio/undertow/attribute/ExchangeAttribute;
    MethodParameters:
       Name  Flags
      token  final

  private io.undertow.attribute.ExchangeAttribute wrap(io.undertow.attribute.ExchangeAttribute);
    descriptor: (Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // io.undertow.attribute.ExchangeAttributeParser this
        start local 1 // io.undertow.attribute.ExchangeAttribute attribute
         0: .line 178
            aload 1 /* attribute */
            astore 2 /* res */
        start local 2 // io.undertow.attribute.ExchangeAttribute res
         1: .line 179
            aload 0 /* this */
            getfield io.undertow.attribute.ExchangeAttributeParser.wrappers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: io.undertow.attribute.ExchangeAttributeParser io.undertow.attribute.ExchangeAttribute io.undertow.attribute.ExchangeAttribute top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.attribute.ExchangeAttributeWrapper
            astore 3 /* w */
        start local 3 // io.undertow.attribute.ExchangeAttributeWrapper w
         3: .line 180
            aload 3 /* w */
            aload 2 /* res */
            invokeinterface io.undertow.attribute.ExchangeAttributeWrapper.wrap:(Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
            astore 2 /* res */
        end local 3 // io.undertow.attribute.ExchangeAttributeWrapper w
         4: .line 179
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 182
            aload 2 /* res */
            areturn
        end local 2 // io.undertow.attribute.ExchangeAttribute res
        end local 1 // io.undertow.attribute.ExchangeAttribute attribute
        end local 0 // io.undertow.attribute.ExchangeAttributeParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/undertow/attribute/ExchangeAttributeParser;
            0    6     1  attribute  Lio/undertow/attribute/ExchangeAttribute;
            1    6     2        res  Lio/undertow/attribute/ExchangeAttribute;
            3    4     3          w  Lio/undertow/attribute/ExchangeAttributeWrapper;
    MethodParameters:
           Name  Flags
      attribute  
}
SourceFile: "ExchangeAttributeParser.java"
NestMembers:
  io.undertow.attribute.ExchangeAttributeParser$1
InnerClasses:
  io.undertow.attribute.ExchangeAttributeParser$1