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 3780
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3781
            aload 0 /* this */
            aload 1 /* query */
            putfield java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.query:Ljava/time/temporal/TemporalQuery;
         2: .line 3782
            aload 0 /* this */
            aload 2 /* description */
            putfield java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.description:Ljava/lang/String;
         3: .line 3783
            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 3787
            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 3788
            aload 3 /* zone */
            ifnonnull 3
         2: .line 3789
            iconst_0
            ireturn
         3: .line 3791
      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 3792
            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 3803
            invokestatic java.time.zone.ZoneRulesProvider.getAvailableZoneIds:()Ljava/util/Set;
            astore 2 /* regionIds */
        start local 2 // java.util.Set regionIds
         1: .line 3804
            aload 2 /* regionIds */
            invokeinterface java.util.Set.size:()I
            istore 3 /* regionIdsSize */
        start local 3 // int regionIdsSize
         2: .line 3805
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeParseContext.isCaseSensitive:()Z
            ifeq 4
         3: .line 3806
            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 3805
      StackMap locals:
      StackMap stack: java.util.Map$Entry
            astore 4 /* cached */
        start local 4 // java.util.Map$Entry cached
         6: .line 3807
            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 3808
      StackMap locals: java.util.Map$Entry
      StackMap stack:
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         8: .line 3809
            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 3810
            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 3811
      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 3812
            aload 1 /* context */
            invokevirtual java.time.format.DateTimeParseContext.isCaseSensitive:()Z
            ifeq 16
        14: .line 3813
            aload 4 /* cached */
            putstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTree:Ljava/util/Map$Entry;
        15: .line 3814
            goto 17
        16: .line 3815
      StackMap locals:
      StackMap stack:
            aload 4 /* cached */
            putstatic java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser.cachedPrefixTreeCI:Ljava/util/Map$Entry;
        17: .line 3808
      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 3820
      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 3830
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            istore 4 /* length */
        start local 4 // int length
         1: .line 3831
            iload 3 /* position */
            iload 4 /* length */
            if_icmple 3
         2: .line 3832
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 3834
      StackMap locals: int
      StackMap stack:
            iload 3 /* position */
            iload 4 /* length */
            if_icmpne 5
         4: .line 3835
            iload 3 /* position */
            iconst_m1
            ixor
            ireturn
         5: .line 3839
      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 3840
            iload 5 /* nextChar */
            bipush 43
            if_icmpeq 7
            iload 5 /* nextChar */
            bipush 45
            if_icmpne 8
         7: .line 3841
      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 3842
      StackMap locals:
      StackMap stack:
            iload 4 /* length */
            iload 3 /* position */
            iconst_2
            iadd
            if_icmplt 17
         9: .line 3843
            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 3844
            aload 1 /* context */
            iload 5 /* nextChar */
            bipush 85
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 14
            aload 1 /* context */
            iload 6 /* nextNextChar */
            bipush 84
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 14
        11: .line 3845
            iload 4 /* length */
            iload 3 /* position */
            iconst_3
            iadd
            if_icmplt 13
            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 13
        12: .line 3846
            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
        13: .line 3848
      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
        14: .line 3849
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            iload 5 /* nextChar */
            bipush 71
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 17
            iload 4 /* length */
            iload 3 /* position */
            iconst_3
            iadd
            if_icmplt 17
        15: .line 3850
            aload 1 /* context */
            iload 6 /* nextNextChar */
            bipush 77
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 17
            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 17
        16: .line 3851
            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
        17: .line 3856
      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
        18: .line 3857
            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
        19: .line 3858
            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
        20: .line 3859
            aload 8 /* parsedZoneId */
            ifnonnull 25
        21: .line 3860
            aload 1 /* context */
            iload 5 /* nextChar */
            bipush 90
            invokevirtual java.time.format.DateTimeParseContext.charEquals:(CC)Z
            ifeq 24
        22: .line 3861
            aload 1 /* context */
            getstatic java.time.ZoneOffset.UTC:Ljava/time/ZoneOffset;
            invokevirtual java.time.format.DateTimeParseContext.setParsed:(Ljava/time/ZoneId;)V
        23: .line 3862
            iload 3 /* position */
            iconst_1
            iadd
            ireturn
        24: .line 3864
      StackMap locals: java.time.format.DateTimeFormatterBuilder$PrefixTree java.text.ParsePosition java.lang.String
      StackMap stack:
            iload 3 /* position */
            iconst_m1
            ixor
            ireturn
        25: .line 3866
      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
        26: .line 3867
            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   27     0          this  Ljava/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser;
            0   27     1       context  Ljava/time/format/DateTimeParseContext;
            0   27     2          text  Ljava/lang/CharSequence;
            0   27     3      position  I
            1   27     4        length  I
            6   27     5      nextChar  C
           10   17     6  nextNextChar  C
           18   27     6          tree  Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;
           19   27     7          ppos  Ljava/text/ParsePosition;
           20   27     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 3883
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            iload 3 /* prefixPos */
            iload 4 /* position */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            astore 6 /* prefix */
        start local 6 // java.lang.String prefix
         1: .line 3884
            iload 4 /* position */
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmplt 4
         2: .line 3885
            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 3886
            iload 4 /* position */
            ireturn
         4: .line 3890
      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 3891
            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 3892
      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 3893
            iload 4 /* position */
            ireturn
         8: .line 3896
      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 3897
            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 3899
            iload 8 /* endPos */
            ifge 17
        11: .line 3900
            aload 5 /* parser */
            getstatic java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser.INSTANCE_ID_Z:Ljava/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser;
            if_acmpne 14
        12: .line 3901
            iload 3 /* prefixPos */
            iconst_m1
            ixor
        13: ireturn
        14: .line 3903
      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 3904
            iload 4 /* position */
        16: ireturn
        17: .line 3906
      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 3907
            iload 9 /* offset */
            invokestatic java.time.ZoneOffset.ofTotalSeconds:(I)Ljava/time/ZoneOffset;
            astore 10 /* zoneOffset */
        start local 10 // java.time.ZoneOffset zoneOffset
        19: .line 3908
            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 3909
            iload 8 /* endPos */
        21: ireturn
        end local 10 // java.time.ZoneOffset zoneOffset
        end local 9 // int offset
        22: .line 3910
      StackMap locals:
      StackMap stack: java.time.DateTimeException
            pop
        23: .line 3911
            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 3917
            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
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map