class java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser implements java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser
  super_class: java.lang.Object
{
  private final java.time.temporal.TemporalQuery<java.time.ZoneId> query;
    descriptor: Ljava/time/temporal/TemporalQuery;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/time/temporal/TemporalQuery<Ljava/time/ZoneId;>;

  private final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static volatile java.util.Map$Entry<java.lang.Integer, java.time.format.DateTimeFormatterBuilder$PrefixTree> cachedPrefixTree;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE
    Signature: Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;>;

  private static volatile java.util.Map$Entry<java.lang.Integer, java.time.format.DateTimeFormatterBuilder$PrefixTree> cachedPrefixTreeCI;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE
    Signature: Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;>;

  void <init>(java.time.temporal.TemporalQuery<java.time.ZoneId>, java.lang.String);
    descriptor: (Ljava/time/temporal/TemporalQuery;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
        start local 1 // java.time.temporal.TemporalQuery query
        start local 2 // java.lang.String description
         0: .line 4169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4170
            aload 0 /* this */
            aload 1 /* query */
            putfield java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.query:Ljava/time/temporal/TemporalQuery;
         2: .line 4171
            aload 0 /* this */
            aload 2 /* description */
            putfield java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.description:Ljava/lang/String;
         3: .line 4172
            return
        end local 2 // java.lang.String description
        end local 1 // java.time.temporal.TemporalQuery query
        end local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
            0    4     1        query  Ljava/time/temporal/TemporalQuery<Ljava/time/ZoneId;>;
            0    4     2  description  Ljava/lang/String;
    Signature: (Ljava/time/temporal/TemporalQuery<Ljava/time/ZoneId;>;Ljava/lang/String;)V
    MethodParameters:
             Name  Flags
      query        
      description  

  public boolean format(java.time.format.DateTimePrintContext, java.lang.StringBuilder);
    descriptor: (Ljava/time/format/DateTimePrintContext;Ljava/lang/StringBuilder;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
        start local 1 // java.time.format.DateTimePrintContext context
        start local 2 // java.lang.StringBuilder buf
         0: .line 4176
            aload 1 /* context */
            aload 0 /* this */
            getfield java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.query:Ljava/time/temporal/TemporalQuery;
            invokevirtual java.time.format.DateTimePrintContext.getValue:(Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;
            checkcast java.time.ZoneId
            astore 3 /* zone */
        start local 3 // java.time.ZoneId zone
         1: .line 4177
            aload 3 /* zone */
            ifnonnull 3
         2: .line 4178
            iconst_0
            ireturn
         3: .line 4180
      StackMap locals: java.time.ZoneId
      StackMap stack:
            aload 2 /* buf */
            aload 3 /* zone */
            invokevirtual java.time.ZoneId.getId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 4181
            iconst_1
            ireturn
        end local 3 // java.time.ZoneId zone
        end local 2 // java.lang.StringBuilder buf
        end local 1 // java.time.format.DateTimePrintContext context
        end local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
            0    5     1  context  Ljava/time/format/DateTimePrintContext;
            0    5     2      buf  Ljava/lang/StringBuilder;
            1    5     3     zone  Ljava/time/ZoneId;
    MethodParameters:
         Name  Flags
      context  
      buf      

  protected java.time.format.DateTimeFormatterBuilder$PrefixTree getTree(java.time.format.DateTimeParseContext);
    descriptor: (Ljava/time/format/DateTimeParseContext;)Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
        start local 1 // java.time.format.DateTimeParseContext context
         0: .line 4192
            invokestatic java.time.zone.ZoneRulesProvider.getAvailableZoneIds:()Ljava/util/Set;
            astore 2 /* regionIds */
        start local 2 // java.util.Set regionIds
         1: .line 4193
            aload 2 /* regionIds */
            invokeinterface java.util.Set.size:()I
            istore 3 /* regionIdsSize */
        start local 3 // int regionIdsSize
         2: .line 4194
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeParseContext.isCaseSensitive:()Z
            ifeq 4
         3: .line 4195
            getstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTree:Ljava/util/Map$Entry;
            goto 5
      StackMap locals: java.util.Set int
      StackMap stack:
         4: getstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTreeCI:Ljava/util/Map$Entry;
         5: .line 4194
      StackMap locals:
      StackMap stack: java.util.Map$Entry
            astore 4 /* cached */
        start local 4 // java.util.Map$Entry cached
         6: .line 4196
            aload 4 /* cached */
            ifnull 7
            aload 4 /* cached */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iload 3 /* regionIdsSize */
            if_icmpeq 21
         7: .line 4197
      StackMap locals: java.util.Map$Entry
      StackMap stack:
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         8: .line 4198
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeParseContext.isCaseSensitive:()Z
            ifeq 9
            getstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTree:Ljava/util/Map$Entry;
            goto 10
      StackMap locals: java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser
      StackMap stack:
         9: getstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTreeCI:Ljava/util/Map$Entry;
      StackMap locals:
      StackMap stack: java.util.Map$Entry
        10: astore 4 /* cached */
        11: .line 4199
            aload 4 /* cached */
            ifnull 12
            aload 4 /* cached */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iload 3 /* regionIdsSize */
            if_icmpeq 17
        12: .line 4200
      StackMap locals:
      StackMap stack:
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            iload 3 /* regionIdsSize */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* regionIds */
            aload 1 /* context */
            invokestatic java.time.format.DateTimeFormatterBuilder$PrefixTree.newTree:(Ljava/util/Set;Ljava/time/format/DateTimeParseContext;)Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 4 /* cached */
        13: .line 4201
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeParseContext.isCaseSensitive:()Z
            ifeq 16
        14: .line 4202
            aload 4 /* cached */
            putstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTree:Ljava/util/Map$Entry;
        15: .line 4203
            goto 17
        16: .line 4204
      StackMap locals:
      StackMap stack:
            aload 4 /* cached */
            putstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTreeCI:Ljava/util/Map$Entry;
        17: .line 4197
      StackMap locals:
      StackMap stack:
            aload 5
            monitorexit
        18: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: aload 5
            monitorexit
        20: athrow
        21: .line 4209
      StackMap locals:
      StackMap stack:
            aload 4 /* cached */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.time.format.DateTimeFormatterBuilder$PrefixTree
            areturn
        end local 4 // java.util.Map$Entry cached
        end local 3 // int regionIdsSize
        end local 2 // java.util.Set regionIds
        end local 1 // java.time.format.DateTimeParseContext context
        end local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
            0   22     1        context  Ljava/time/format/DateTimeParseContext;
            1   22     2      regionIds  Ljava/util/Set<Ljava/lang/String;>;
            2   22     3  regionIdsSize  I
            6   22     4         cached  Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;>;
      Exception table:
        from    to  target  type
           8    18      19  any
          19    20      19  any
    MethodParameters:
         Name  Flags
      context  

  public int parse(java.time.format.DateTimeParseContext, java.lang.CharSequence, int);
    descriptor: (Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
        start local 1 // java.time.format.DateTimeParseContext context
        start local 2 // java.lang.CharSequence text
        start local 3 // int position
         0: .line 4219
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            istore 4 /* length */
        start local 4 // int length
         1: .line 4220
            iload 3 /* position */
            iload 4 /* length */
            if_icmple 3
         2: .line 4221
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 4223
      StackMap locals: int
      StackMap stack:
            iload 3 /* position */
            iload 4 /* length */
            if_icmpne 5
         4: .line 4224
            iload 3 /* position */
            iconst_m1
            ixor
            ireturn
         5: .line 4228
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 3 /* position */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 5 /* nextChar */
        start local 5 // char nextChar
         6: .line 4229
            iload 5 /* nextChar */
            bipush 43
            if_icmpeq 7
            iload 5 /* nextChar */
            bipush 45
            if_icmpne 8
         7: .line 4230
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iload 3 /* position */
            getstatic java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.INSTANCE_ID_Z:Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            invokevirtual java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.parseOffsetBased:(Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;IILjava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;)I
            ireturn
         8: .line 4231
      StackMap locals:
      StackMap stack:
            iload 4 /* length */
            iload 3 /* position */
            iconst_2
            iadd
            if_icmplt 21
         9: .line 4232
            aload 2 /* text */
            iload 3 /* position */
            iconst_1
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 6 /* nextNextChar */
        start local 6 // char nextNextChar
        10: .line 4233
            aload 1 /* context */
            iload 5 /* nextChar */
            bipush 85
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 15
            aload 1 /* context */
            iload 6 /* nextNextChar */
            bipush 84
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 15
        11: .line 4234
            iload 4 /* length */
            iload 3 /* position */
            iconst_3
            iadd
            if_icmplt 14
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iconst_2
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 67
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 14
        12: .line 4238
            aload 0 /* this */
            instanceof java.time.format.DateTimeFormatterBuilder$ZoneTextPrinterParser
            ifne 21
        13: .line 4239
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iload 3 /* position */
            iconst_3
            iadd
            getstatic java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.INSTANCE_ID_ZERO:Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            invokevirtual java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.parseOffsetBased:(Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;IILjava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;)I
            ireturn
        14: .line 4242
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iload 3 /* position */
            iconst_2
            iadd
            getstatic java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.INSTANCE_ID_ZERO:Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            invokevirtual java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.parseOffsetBased:(Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;IILjava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;)I
            ireturn
        15: .line 4244
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            iload 5 /* nextChar */
            bipush 71
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 21
            iload 4 /* length */
            iload 3 /* position */
            iconst_3
            iadd
            if_icmplt 21
        16: .line 4245
            aload 1 /* context */
            iload 6 /* nextNextChar */
            bipush 77
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 21
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iconst_2
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 84
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 21
        17: .line 4246
            iload 4 /* length */
            iload 3 /* position */
            iconst_4
            iadd
            if_icmplt 20
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iconst_3
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 48
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 20
        18: .line 4247
            aload 1 /* context */
            ldc "GMT0"
            invokestatic java.time.ZoneId.of:(Ljava/lang/String;)Ljava/time/ZoneId;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
        19: .line 4248
            iload 3 /* position */
            iconst_4
            iadd
            ireturn
        20: .line 4250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* text */
            iload 3 /* position */
            iload 3 /* position */
            iconst_3
            iadd
            getstatic java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.INSTANCE_ID_ZERO:Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            invokevirtual java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.parseOffsetBased:(Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;IILjava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;)I
            ireturn
        end local 6 // char nextNextChar
        21: .line 4255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.getTree:(Ljava/time/format/DateTimeParseContext;)Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;
            astore 6 /* tree */
        start local 6 // java.time.format.DateTimeFormatterBuilder$PrefixTree tree
        22: .line 4256
            new java.text.ParsePosition
            dup
            iload 3 /* position */
            invokespecial java.text.ParsePosition.<init>:(I)V
            astore 7 /* ppos */
        start local 7 // java.text.ParsePosition ppos
        23: .line 4257
            aload 6 /* tree */
            aload 2 /* text */
            aload 7 /* ppos */
            invokevirtual java.time.format.DateTimeFormatterBuilder$PrefixTree.match:(Ljava/lang/CharSequence;Ljava/text/ParsePosition;)Ljava/lang/String;
            astore 8 /* parsedZoneId */
        start local 8 // java.lang.String parsedZoneId
        24: .line 4258
            aload 8 /* parsedZoneId */
            ifnonnull 29
        25: .line 4259
            aload 1 /* context */
            iload 5 /* nextChar */
            bipush 90
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 28
        26: .line 4260
            aload 1 /* context */
            getstatic java.time.ZoneOffset.UTC:Ljava/time/ZoneOffset;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
        27: .line 4261
            iload 3 /* position */
            iconst_1
            iadd
            ireturn
        28: .line 4263
      StackMap locals: java.time.format.DateTimeFormatterBuilder$PrefixTree java.text.ParsePosition java.lang.String
      StackMap stack:
            iload 3 /* position */
            iconst_m1
            ixor
            ireturn
        29: .line 4265
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 8 /* parsedZoneId */
            invokestatic java.time.ZoneId.of:(Ljava/lang/String;)Ljava/time/ZoneId;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
        30: .line 4266
            aload 7 /* ppos */
            invokevirtual java.text.ParsePosition.getIndex:()I
            ireturn
        end local 8 // java.lang.String parsedZoneId
        end local 7 // java.text.ParsePosition ppos
        end local 6 // java.time.format.DateTimeFormatterBuilder$PrefixTree tree
        end local 5 // char nextChar
        end local 4 // int length
        end local 3 // int position
        end local 2 // java.lang.CharSequence text
        end local 1 // java.time.format.DateTimeParseContext context
        end local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
            0   31     1       context  Ljava/time/format/DateTimeParseContext;
            0   31     2          text  Ljava/lang/CharSequence;
            0   31     3      position  I
            1   31     4        length  I
            6   31     5      nextChar  C
           10   21     6  nextNextChar  C
           22   31     6          tree  Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;
           23   31     7          ppos  Ljava/text/ParsePosition;
           24   31     8  parsedZoneId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      context   
      text      
      position  

  private int parseOffsetBased(java.time.format.DateTimeParseContext, java.lang.CharSequence, int, int, java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser);
    descriptor: (Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;IILjava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=6
        start local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
        start local 1 // java.time.format.DateTimeParseContext context
        start local 2 // java.lang.CharSequence text
        start local 3 // int prefixPos
        start local 4 // int position
        start local 5 // java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser parser
         0: .line 4282
            aload 2 /* text */
            iload 3 /* prefixPos */
            iload 4 /* position */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            astore 6 /* prefix */
        start local 6 // java.lang.String prefix
         1: .line 4283
            iload 4 /* position */
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmplt 4
         2: .line 4284
            aload 1 /* context */
            aload 6 /* prefix */
            invokestatic java.time.ZoneId.of:(Ljava/lang/String;)Ljava/time/ZoneId;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
         3: .line 4285
            iload 4 /* position */
            ireturn
         4: .line 4289
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* text */
            iload 4 /* position */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 48
            if_icmpeq 6
         5: .line 4290
            aload 1 /* context */
            aload 2 /* text */
            iload 4 /* position */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 90
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 8
         6: .line 4291
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 6 /* prefix */
            invokestatic java.time.ZoneId.of:(Ljava/lang/String;)Ljava/time/ZoneId;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
         7: .line 4292
            iload 4 /* position */
            ireturn
         8: .line 4295
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeParseContext.copy:()Ljava/time/format/DateTimeParseContext;
            astore 7 /* newContext */
        start local 7 // java.time.format.DateTimeParseContext newContext
         9: .line 4296
            aload 5 /* parser */
            aload 7 /* newContext */
            aload 2 /* text */
            iload 4 /* position */
            invokevirtual java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.parse:(Ljava/time/format/DateTimeParseContext;Ljava/lang/CharSequence;I)I
            istore 8 /* endPos */
        start local 8 // int endPos
        10: .line 4298
            iload 8 /* endPos */
            ifge 17
        11: .line 4299
            aload 5 /* parser */
            getstatic java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.INSTANCE_ID_Z:Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            if_acmpne 14
        12: .line 4300
            iload 3 /* prefixPos */
            iconst_m1
            ixor
        13: ireturn
        14: .line 4302
      StackMap locals: java.time.format.DateTimeParseContext int
      StackMap stack:
            aload 1 /* context */
            aload 6 /* prefix */
            invokestatic java.time.ZoneId.of:(Ljava/lang/String;)Ljava/time/ZoneId;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
        15: .line 4303
            iload 4 /* position */
        16: ireturn
        17: .line 4305
      StackMap locals:
      StackMap stack:
            aload 7 /* newContext */
            getstatic java.time.temporal.ChronoField.OFFSET_SECONDS:Ljava/time/temporal/ChronoField;
            invokevirtual java.time.format.DateTimeParseContext.getParsed:(Ljava/time/temporal/TemporalField;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            l2i
            istore 9 /* offset */
        start local 9 // int offset
        18: .line 4306
            iload 9 /* offset */
            invokestatic java.time.ZoneOffset.ofTotalSeconds:(I)Ljava/time/ZoneOffset;
            astore 10 /* zoneOffset */
        start local 10 // java.time.ZoneOffset zoneOffset
        19: .line 4307
            aload 1 /* context */
            aload 6 /* prefix */
            aload 10 /* zoneOffset */
            invokestatic java.time.ZoneId.ofOffset:(Ljava/lang/String;Ljava/time/ZoneOffset;)Ljava/time/ZoneId;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
        20: .line 4308
            iload 8 /* endPos */
        21: ireturn
        end local 10 // java.time.ZoneOffset zoneOffset
        end local 9 // int offset
        22: .line 4309
      StackMap locals:
      StackMap stack: java.time.DateTimeException
            pop
        23: .line 4310
            iload 3 /* prefixPos */
            iconst_m1
            ixor
            ireturn
        end local 8 // int endPos
        end local 7 // java.time.format.DateTimeParseContext newContext
        end local 6 // java.lang.String prefix
        end local 5 // java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser parser
        end local 4 // int position
        end local 3 // int prefixPos
        end local 2 // java.lang.CharSequence text
        end local 1 // java.time.format.DateTimeParseContext context
        end local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
            0   24     1     context  Ljava/time/format/DateTimeParseContext;
            0   24     2        text  Ljava/lang/CharSequence;
            0   24     3   prefixPos  I
            0   24     4    position  I
            0   24     5      parser  Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            1   24     6      prefix  Ljava/lang/String;
            9   24     7  newContext  Ljava/time/format/DateTimeParseContext;
           10   24     8      endPos  I
           18   22     9      offset  I
           19   22    10  zoneOffset  Ljava/time/ZoneOffset;
      Exception table:
        from    to  target  type
          10    13      22  Class java.time.DateTimeException
          14    16      22  Class java.time.DateTimeException
          17    21      22  Class java.time.DateTimeException
    MethodParameters:
           Name  Flags
      context    
      text       
      prefixPos  
      position   
      parser     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
         0: .line 4316
            aload 0 /* this */
            getfield java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.description:Ljava/lang/String;
            areturn
        end local 0 // java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
}
SourceFile: "DateTimeFormatterBuilder.java"
NestHost: java.time.format.DateTimeFormatterBuilder
InnerClasses:
  abstract DateTimePrinterParser = java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser of java.time.format.DateTimeFormatterBuilder
  final OffsetIdPrinterParser = java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser of java.time.format.DateTimeFormatterBuilder
  PrefixTree = java.time.format.DateTimeFormatterBuilder$PrefixTree of java.time.format.DateTimeFormatterBuilder
  ZoneIdPrinterParser = java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser of java.time.format.DateTimeFormatterBuilder
  final ZoneTextPrinterParser = java.time.format.DateTimeFormatterBuilder$ZoneTextPrinterParser of java.time.format.DateTimeFormatterBuilder
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map