final class java.text.AttributedString$AttributedStringIterator implements java.text.AttributedCharacterIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.text.AttributedString$AttributedStringIterator
  super_class: java.lang.Object
{
  private int beginIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int endIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.text.AttributedCharacterIterator$Attribute[] relevantAttributes;
    descriptor: [Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0002) ACC_PRIVATE

  private int currentIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentRunIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentRunStart;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentRunLimit;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final java.text.AttributedString this$0;
    descriptor: Ljava/text/AttributedString;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.text.AttributedString, java.text.AttributedCharacterIterator$Attribute[], int, int);
    descriptor: (Ljava/text/AttributedString;[Ljava/text/AttributedCharacterIterator$Attribute;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 2 // java.text.AttributedCharacterIterator$Attribute[] attributes
        start local 3 // int beginIndex
        start local 4 // int endIndex
         0: .line 765
            aload 0 /* this */
            aload 1
            putfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 767
            iload 3 /* beginIndex */
            iflt 2
            iload 3 /* beginIndex */
            iload 4 /* endIndex */
            if_icmpgt 2
            iload 4 /* endIndex */
            aload 1
            invokevirtual java.text.AttributedString.length:()I
            if_icmple 3
         2: .line 768
      StackMap locals: java.text.AttributedString$AttributedStringIterator java.text.AttributedString java.text.AttributedCharacterIterator$Attribute[] int int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid substring range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 771
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* beginIndex */
            putfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
         4: .line 772
            aload 0 /* this */
            iload 4 /* endIndex */
            putfield java.text.AttributedString$AttributedStringIterator.endIndex:I
         5: .line 773
            aload 0 /* this */
            iload 3 /* beginIndex */
            putfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
         6: .line 774
            aload 0 /* this */
            invokevirtual java.text.AttributedString$AttributedStringIterator.updateRunInfo:()V
         7: .line 775
            aload 2 /* attributes */
            ifnull 9
         8: .line 776
            aload 0 /* this */
            aload 2 /* attributes */
            invokevirtual java.text.AttributedCharacterIterator$Attribute[].clone:()Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute[]
            putfield java.text.AttributedString$AttributedStringIterator.relevantAttributes:[Ljava/text/AttributedCharacterIterator$Attribute;
         9: .line 778
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int endIndex
        end local 3 // int beginIndex
        end local 2 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljava/text/AttributedString$AttributedStringIterator;
            0   10     2  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            0   10     3  beginIndex  I
            0   10     4    endIndex  I
    MethodParameters:
            Name  Flags
      this$0      final
      attributes  
      beginIndex  
      endIndex    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // java.lang.Object obj
         0: .line 783
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 784
            iconst_1
            ireturn
         2: .line 786
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof java.text.AttributedString$AttributedStringIterator
            ifne 4
         3: .line 787
            iconst_0
            ireturn
         4: .line 790
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast java.text.AttributedString$AttributedStringIterator
            astore 2 /* that */
        start local 2 // java.text.AttributedString$AttributedStringIterator that
         5: .line 792
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 2 /* that */
            invokevirtual java.text.AttributedString$AttributedStringIterator.getString:()Ljava/text/AttributedString;
            if_acmpeq 7
         6: .line 793
            iconst_0
            ireturn
         7: .line 794
      StackMap locals: java.text.AttributedString$AttributedStringIterator
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            aload 2 /* that */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            if_icmpne 8
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            aload 2 /* that */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpne 8
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            aload 2 /* that */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpeq 9
         8: .line 795
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         9: .line 796
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // java.text.AttributedString$AttributedStringIterator that
        end local 1 // java.lang.Object obj
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/text/AttributedString$AttributedStringIterator;
            0   10     1   obj  Ljava/lang/Object;
            5   10     2  that  Ljava/text/AttributedString$AttributedStringIterator;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 800
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.text:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            ixor
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            ixor
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            ixor
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 805
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast java.text.AttributedString$AttributedStringIterator
            astore 1 /* other */
        start local 1 // java.text.AttributedString$AttributedStringIterator other
         1: .line 806
            aload 1 /* other */
         2: areturn
        end local 1 // java.text.AttributedString$AttributedStringIterator other
         3: .line 808
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         4: .line 809
            new java.lang.InternalError
            dup
            aload 1 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljava/text/AttributedString$AttributedStringIterator;
            1    3     1  other  Ljava/text/AttributedString$AttributedStringIterator;
            4    5     1      e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.CloneNotSupportedException

  public char first();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 816
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            invokevirtual java.text.AttributedString$AttributedStringIterator.internalSetIndex:(I)C
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public char last();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 820
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpne 2
         1: .line 821
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            invokevirtual java.text.AttributedString$AttributedStringIterator.internalSetIndex:(I)C
            ireturn
         2: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            iconst_1
            isub
            invokevirtual java.text.AttributedString$AttributedStringIterator.internalSetIndex:(I)C
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public char current();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 828
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpne 2
         1: .line 829
            ldc 65535
            ireturn
         2: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            invokevirtual java.text.AttributedString.charAt:(I)C
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public char next();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 836
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpge 2
         1: .line 837
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            iconst_1
            iadd
            invokevirtual java.text.AttributedString$AttributedStringIterator.internalSetIndex:(I)C
            ireturn
         2: .line 840
      StackMap locals:
      StackMap stack:
            ldc 65535
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public char previous();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 845
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmple 2
         1: .line 846
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            iconst_1
            isub
            invokevirtual java.text.AttributedString$AttributedStringIterator.internalSetIndex:(I)C
            ireturn
         2: .line 849
      StackMap locals:
      StackMap stack:
            ldc 65535
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public char setIndex(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // int position
         0: .line 854
            iload 1 /* position */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmplt 1
            iload 1 /* position */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmple 2
         1: .line 855
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid index"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual java.text.AttributedString$AttributedStringIterator.internalSetIndex:(I)C
            ireturn
        end local 1 // int position
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/text/AttributedString$AttributedStringIterator;
            0    3     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public int getBeginIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 860
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public int getEndIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 864
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 868
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public int getRunStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 874
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public int getRunStart(java.text.AttributedCharacterIterator$Attribute);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
         0: .line 878
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpeq 1
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            ireturn
         2: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attribute */
            invokevirtual java.text.AttributedString$AttributedStringIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         3: .line 882
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            istore 3 /* runStart */
        start local 3 // int runStart
         4: .line 883
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            istore 4 /* runIndex */
        start local 4 // int runIndex
         5: .line 884
            goto 8
         6: .line 886
      StackMap locals: java.lang.Object int int
      StackMap stack:
            iinc 4 /* runIndex */ -1
         7: .line 887
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 4 /* runIndex */
            iaload
            istore 3 /* runStart */
         8: .line 884
      StackMap locals:
      StackMap stack:
            iload 3 /* runStart */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmple 10
         9: .line 885
            aload 2 /* value */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 1 /* attribute */
            iload 4 /* runIndex */
            iconst_1
            isub
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            invokestatic java.text.AttributedString.valuesMatch:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 6
        10: .line 889
      StackMap locals:
      StackMap stack:
            iload 3 /* runStart */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpge 12
        11: .line 890
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            istore 3 /* runStart */
        12: .line 892
      StackMap locals:
      StackMap stack:
            iload 3 /* runStart */
            ireturn
        end local 4 // int runIndex
        end local 3 // int runStart
        end local 2 // java.lang.Object value
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Ljava/text/AttributedString$AttributedStringIterator;
            0   13     1  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            3   13     2      value  Ljava/lang/Object;
            4   13     3   runStart  I
            5   13     4   runIndex  I
    MethodParameters:
           Name  Flags
      attribute  

  public int getRunStart(java.util.Set<? extends java.text.AttributedCharacterIterator$Attribute>);
    descriptor: (Ljava/util/Set;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // java.util.Set attributes
         0: .line 897
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpeq 1
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            ireturn
         2: .line 900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            istore 2 /* runStart */
        start local 2 // int runStart
         3: .line 901
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            istore 3 /* runIndex */
        start local 3 // int runIndex
         4: .line 902
            goto 7
         5: .line 904
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* runIndex */ -1
         6: .line 905
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* runIndex */
            iaload
            istore 2 /* runStart */
         7: .line 902
      StackMap locals:
      StackMap stack:
            iload 2 /* runStart */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmple 9
         8: .line 903
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 1 /* attributes */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iload 3 /* runIndex */
            iconst_1
            isub
            invokevirtual java.text.AttributedString.attributeValuesMatch:(Ljava/util/Set;II)Z
            ifne 5
         9: .line 907
      StackMap locals:
      StackMap stack:
            iload 2 /* runStart */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpge 11
        10: .line 908
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            istore 2 /* runStart */
        11: .line 910
      StackMap locals:
      StackMap stack:
            iload 2 /* runStart */
            ireturn
        end local 3 // int runIndex
        end local 2 // int runStart
        end local 1 // java.util.Set attributes
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljava/text/AttributedString$AttributedStringIterator;
            0   12     1  attributes  Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;
            3   12     2    runStart  I
            4   12     3    runIndex  I
    Signature: (Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;)I
    MethodParameters:
            Name  Flags
      attributes  

  public int getRunLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 915
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            ireturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  public int getRunLimit(java.text.AttributedCharacterIterator$Attribute);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
         0: .line 919
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpeq 1
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            ireturn
         2: .line 922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attribute */
            invokevirtual java.text.AttributedString$AttributedStringIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         3: .line 923
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            istore 3 /* runLimit */
        start local 3 // int runLimit
         4: .line 924
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            istore 4 /* runIndex */
        start local 4 // int runIndex
         5: .line 925
            goto 10
         6: .line 927
      StackMap locals: java.lang.Object int int
      StackMap stack:
            iinc 4 /* runIndex */ 1
         7: .line 928
            iload 4 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpge 8
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 4 /* runIndex */
            iconst_1
            iadd
            iaload
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
      StackMap locals:
      StackMap stack: int
         9: istore 3 /* runLimit */
        10: .line 925
      StackMap locals:
      StackMap stack:
            iload 3 /* runLimit */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpge 12
        11: .line 926
            aload 2 /* value */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 1 /* attribute */
            iload 4 /* runIndex */
            iconst_1
            iadd
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            invokestatic java.text.AttributedString.valuesMatch:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 6
        12: .line 930
      StackMap locals:
      StackMap stack:
            iload 3 /* runLimit */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmple 14
        13: .line 931
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            istore 3 /* runLimit */
        14: .line 933
      StackMap locals:
      StackMap stack:
            iload 3 /* runLimit */
            ireturn
        end local 4 // int runIndex
        end local 3 // int runLimit
        end local 2 // java.lang.Object value
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Ljava/text/AttributedString$AttributedStringIterator;
            0   15     1  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            3   15     2      value  Ljava/lang/Object;
            4   15     3   runLimit  I
            5   15     4   runIndex  I
    MethodParameters:
           Name  Flags
      attribute  

  public int getRunLimit(java.util.Set<? extends java.text.AttributedCharacterIterator$Attribute>);
    descriptor: (Ljava/util/Set;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // java.util.Set attributes
         0: .line 938
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpeq 1
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            ireturn
         2: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            istore 2 /* runLimit */
        start local 2 // int runLimit
         3: .line 942
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            istore 3 /* runIndex */
        start local 3 // int runIndex
         4: .line 943
            goto 9
         5: .line 945
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* runIndex */ 1
         6: .line 946
            iload 3 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpge 7
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* runIndex */
            iconst_1
            iadd
            iaload
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
      StackMap locals:
      StackMap stack: int
         8: istore 2 /* runLimit */
         9: .line 943
      StackMap locals:
      StackMap stack:
            iload 2 /* runLimit */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpge 11
        10: .line 944
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 1 /* attributes */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iload 3 /* runIndex */
            iconst_1
            iadd
            invokevirtual java.text.AttributedString.attributeValuesMatch:(Ljava/util/Set;II)Z
            ifne 5
        11: .line 948
      StackMap locals:
      StackMap stack:
            iload 2 /* runLimit */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmple 13
        12: .line 949
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            istore 2 /* runLimit */
        13: .line 951
      StackMap locals:
      StackMap stack:
            iload 2 /* runLimit */
            ireturn
        end local 3 // int runIndex
        end local 2 // int runLimit
        end local 1 // java.util.Set attributes
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljava/text/AttributedString$AttributedStringIterator;
            0   14     1  attributes  Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;
            3   14     2    runLimit  I
            4   14     3    runIndex  I
    Signature: (Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;)I
    MethodParameters:
            Name  Flags
      attributes  

  public java.util.Map<java.text.AttributedCharacterIterator$Attribute, java.lang.Object> getAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 956
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            ifnull 1
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            iconst_m1
            if_icmpeq 1
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            aaload
            ifnonnull 2
         1: .line 959
      StackMap locals:
      StackMap stack:
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            areturn
         2: .line 961
      StackMap locals:
      StackMap stack:
            new java.text.AttributedString$AttributeMap
            dup
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            invokespecial java.text.AttributedString$AttributeMap.<init>:(Ljava/text/AttributedString;III)V
            areturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/text/AttributedString$AttributedStringIterator;
    Signature: ()Ljava/util/Map<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;

  public java.util.Set<java.text.AttributedCharacterIterator$Attribute> getAllAttributeKeys();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 966
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            ifnonnull 2
         1: .line 969
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            areturn
         2: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            dup
            astore 1
            monitorenter
         3: .line 974
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* keys */
        start local 2 // java.util.Set keys
         4: .line 975
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: .line 976
            goto 14
         6: .line 977
      StackMap locals: java.text.AttributedString java.util.Set int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpge 13
            iload 3 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpeq 7
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* i */
            iconst_1
            iadd
            iaload
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmple 13
         7: .line 978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* i */
            aaload
            astore 4 /* currentRunAttributes */
        start local 4 // java.util.Vector currentRunAttributes
         8: .line 979
            aload 4 /* currentRunAttributes */
            ifnull 13
         9: .line 980
            aload 4 /* currentRunAttributes */
            invokevirtual java.util.Vector.size:()I
            istore 5 /* j */
        start local 5 // int j
        10: .line 981
            goto 12
        11: .line 982
      StackMap locals: java.util.Vector int
      StackMap stack:
            aload 2 /* keys */
            aload 4 /* currentRunAttributes */
            iload 5 /* j */
            invokevirtual java.util.Vector.get:(I)Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        12: .line 981
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            iinc 5 /* j */ -1
            ifgt 11
        end local 5 // int j
        end local 4 // java.util.Vector currentRunAttributes
        13: .line 986
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        14: .line 976
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runCount:I
            if_icmplt 6
        15: .line 988
            aload 2 /* keys */
            aload 1
            monitorexit
        16: areturn
        end local 3 // int i
        end local 2 // java.util.Set keys
        17: .line 971
      StackMap locals: java.text.AttributedString$AttributedStringIterator java.text.AttributedString
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        18: athrow
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   19     0                  this  Ljava/text/AttributedString$AttributedStringIterator;
            4   17     2                  keys  Ljava/util/Set<Ljava/text/AttributedCharacterIterator$Attribute;>;
            5   17     3                     i  I
            8   13     4  currentRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
           10   13     5                     j  I
      Exception table:
        from    to  target  type
           3    16      17  any
          17    18      17  any
    Signature: ()Ljava/util/Set<Ljava/text/AttributedCharacterIterator$Attribute;>;

  public java.lang.Object getAttribute(java.text.AttributedCharacterIterator$Attribute);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
         0: .line 993
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
            istore 2 /* runIndex */
        start local 2 // int runIndex
         1: .line 994
            iload 2 /* runIndex */
            ifge 3
         2: .line 995
            aconst_null
            areturn
         3: .line 997
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            aload 1 /* attribute */
            iload 2 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            invokevirtual java.text.AttributedString.getAttributeCheckRange:(Ljava/text/AttributedCharacterIterator$Attribute;III)Ljava/lang/Object;
            areturn
        end local 2 // int runIndex
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljava/text/AttributedString$AttributedStringIterator;
            0    4     1  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            1    4     2   runIndex  I
    MethodParameters:
           Name  Flags
      attribute  

  private java.text.AttributedString getString();
    descriptor: ()Ljava/text/AttributedString;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 1003
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            areturn
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString$AttributedStringIterator;

  private char internalSetIndex(int);
    descriptor: (I)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.AttributedString$AttributedStringIterator this
        start local 1 // int position
         0: .line 1009
            aload 0 /* this */
            iload 1 /* position */
            putfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
         1: .line 1010
            iload 1 /* position */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            if_icmplt 2
            iload 1 /* position */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            if_icmplt 3
         2: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.text.AttributedString$AttributedStringIterator.updateRunInfo:()V
         3: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpne 5
         4: .line 1014
            ldc 65535
            ireturn
         5: .line 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            iload 1 /* position */
            invokevirtual java.text.AttributedString.charAt:(I)C
            ireturn
        end local 1 // int position
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljava/text/AttributedString$AttributedStringIterator;
            0    6     1  position  I
    MethodParameters:
          Name  Flags
      position  

  private void updateRunInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.text.AttributedString$AttributedStringIterator this
         0: .line 1022
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmpne 4
         1: .line 1023
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            dup_x1
            putfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            putfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
         2: .line 1024
            aload 0 /* this */
            iconst_m1
            putfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
         3: .line 1025
            goto 26
         4: .line 1026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            dup
            astore 1
            monitorenter
         5: .line 1027
            iconst_m1
            istore 2 /* runIndex */
        start local 2 // int runIndex
         6: .line 1028
            goto 8
         7: .line 1029
      StackMap locals: java.text.AttributedString int
      StackMap stack:
            iinc 2 /* runIndex */ 1
         8: .line 1028
      StackMap locals:
      StackMap stack:
            iload 2 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpge 9
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 2 /* runIndex */
            iconst_1
            iadd
            iaload
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentIndex:I
            if_icmple 7
         9: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* runIndex */
            putfield java.text.AttributedString$AttributedStringIterator.currentRunIndex:I
        10: .line 1031
            iload 2 /* runIndex */
            iflt 15
        11: .line 1032
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 2 /* runIndex */
            iaload
            putfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
        12: .line 1033
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            if_icmpge 16
        13: .line 1034
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            putfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
        14: .line 1035
            goto 16
        15: .line 1037
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.beginIndex:I
            putfield java.text.AttributedString$AttributedStringIterator.currentRunStart:I
        16: .line 1039
      StackMap locals:
      StackMap stack:
            iload 2 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpge 21
        17: .line 1040
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.this$0:Ljava/text/AttributedString;
            getfield java.text.AttributedString.runStarts:[I
            iload 2 /* runIndex */
            iconst_1
            iadd
            iaload
            putfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
        18: .line 1041
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            if_icmple 22
        19: .line 1042
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            putfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
        20: .line 1043
            goto 22
        21: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.AttributedString$AttributedStringIterator.endIndex:I
            putfield java.text.AttributedString$AttributedStringIterator.currentRunLimit:I
        end local 2 // int runIndex
        22: .line 1026
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        23: goto 26
      StackMap locals:
      StackMap stack: java.lang.Throwable
        24: aload 1
            monitorexit
        25: athrow
        26: .line 1049
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.text.AttributedString$AttributedStringIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Ljava/text/AttributedString$AttributedStringIterator;
            6   22     2  runIndex  I
      Exception table:
        from    to  target  type
           5    23      24  any
          24    25      24  any
}
SourceFile: "AttributedString.java"
NestHost: java.text.AttributedString
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  private final AttributeMap = java.text.AttributedString$AttributeMap of java.text.AttributedString
  private final AttributedStringIterator = java.text.AttributedString$AttributedStringIterator of java.text.AttributedString