public class sun.text.normalizer.UnicodeSetIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.text.normalizer.UnicodeSetIterator
  super_class: java.lang.Object
{
  public static int IS_STRING;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public int codepoint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int codepointEnd;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String string;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  private sun.text.normalizer.UnicodeSet set;
    descriptor: Lsun/text/normalizer/UnicodeSet;
    flags: (0x0002) ACC_PRIVATE

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

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

  protected int endElement;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int nextElement;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private java.util.Iterator<java.lang.String> stringIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 81
            iconst_m1
            putstatic sun.text.normalizer.UnicodeSetIterator.IS_STRING:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.text.normalizer.UnicodeSet);
    descriptor: (Lsun/text/normalizer/UnicodeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetIterator this
        start local 1 // sun.text.normalizer.UnicodeSet set
         0: .line 114
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 196
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.UnicodeSetIterator.endRange:I
         2: .line 197
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.UnicodeSetIterator.range:I
         3: .line 206
            aload 0 /* this */
            aconst_null
            putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
         4: .line 115
            aload 0 /* this */
            aload 1 /* set */
            invokevirtual sun.text.normalizer.UnicodeSetIterator.reset:(Lsun/text/normalizer/UnicodeSet;)V
         5: .line 116
            return
        end local 1 // sun.text.normalizer.UnicodeSet set
        end local 0 // sun.text.normalizer.UnicodeSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/text/normalizer/UnicodeSetIterator;
            0    6     1   set  Lsun/text/normalizer/UnicodeSet;
    MethodParameters:
      Name  Flags
      set   

  public boolean nextRange();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.text.normalizer.UnicodeSetIterator this
         0: .line 139
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
            if_icmpgt 5
         1: .line 140
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
            putfield sun.text.normalizer.UnicodeSetIterator.codepointEnd:I
         2: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
            putfield sun.text.normalizer.UnicodeSetIterator.codepoint:I
         3: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
            iconst_1
            iadd
            putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
         4: .line 143
            iconst_1
            ireturn
         5: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.range:I
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endRange:I
            if_icmpge 11
         6: .line 146
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.UnicodeSetIterator.range:I
            iconst_1
            iadd
            dup_x1
            putfield sun.text.normalizer.UnicodeSetIterator.range:I
            invokevirtual sun.text.normalizer.UnicodeSetIterator.loadRange:(I)V
         7: .line 147
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
            putfield sun.text.normalizer.UnicodeSetIterator.codepointEnd:I
         8: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
            putfield sun.text.normalizer.UnicodeSetIterator.codepoint:I
         9: .line 149
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
            iconst_1
            iadd
            putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
        10: .line 150
            iconst_1
            ireturn
        11: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
            ifnonnull 12
            iconst_0
            ireturn
        12: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.text.normalizer.UnicodeSetIterator.IS_STRING:I
            putfield sun.text.normalizer.UnicodeSetIterator.codepoint:I
        13: .line 157
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            putfield sun.text.normalizer.UnicodeSetIterator.string:Ljava/lang/String;
        14: .line 158
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
            aload 0 /* this */
            aconst_null
            putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
        15: .line 159
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // sun.text.normalizer.UnicodeSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/text/normalizer/UnicodeSetIterator;

  public void reset(sun.text.normalizer.UnicodeSet);
    descriptor: (Lsun/text/normalizer/UnicodeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetIterator this
        start local 1 // sun.text.normalizer.UnicodeSet uset
         0: .line 170
            aload 0 /* this */
            aload 1 /* uset */
            putfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
         1: .line 171
            aload 0 /* this */
            invokevirtual sun.text.normalizer.UnicodeSetIterator.reset:()V
         2: .line 172
            return
        end local 1 // sun.text.normalizer.UnicodeSet uset
        end local 0 // sun.text.normalizer.UnicodeSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/normalizer/UnicodeSetIterator;
            0    3     1  uset  Lsun/text/normalizer/UnicodeSet;
    MethodParameters:
      Name  Flags
      uset  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.text.normalizer.UnicodeSetIterator this
         0: .line 179
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
            invokevirtual sun.text.normalizer.UnicodeSet.getRangeCount:()I
            iconst_1
            isub
            putfield sun.text.normalizer.UnicodeSetIterator.endRange:I
         1: .line 180
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.UnicodeSetIterator.range:I
         2: .line 181
            aload 0 /* this */
            iconst_m1
            putfield sun.text.normalizer.UnicodeSetIterator.endElement:I
         3: .line 182
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
         4: .line 183
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.endRange:I
            iflt 6
         5: .line 184
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.range:I
            invokevirtual sun.text.normalizer.UnicodeSetIterator.loadRange:(I)V
         6: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
         7: .line 187
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
            getfield sun.text.normalizer.UnicodeSet.strings:Ljava/util/TreeSet;
            ifnull 10
         8: .line 188
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
            getfield sun.text.normalizer.UnicodeSet.strings:Ljava/util/TreeSet;
            invokevirtual java.util.TreeSet.iterator:()Ljava/util/Iterator;
            putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
         9: .line 189
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
            aload 0 /* this */
            aconst_null
            putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
        10: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.text.normalizer.UnicodeSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/text/normalizer/UnicodeSetIterator;

  protected void loadRange(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetIterator this
        start local 1 // int aRange
         0: .line 216
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
            iload 1 /* aRange */
            invokevirtual sun.text.normalizer.UnicodeSet.getRangeStart:(I)I
            putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
         1: .line 217
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
            iload 1 /* aRange */
            invokevirtual sun.text.normalizer.UnicodeSet.getRangeEnd:(I)I
            putfield sun.text.normalizer.UnicodeSetIterator.endElement:I
         2: .line 218
            return
        end local 1 // int aRange
        end local 0 // sun.text.normalizer.UnicodeSetIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/text/normalizer/UnicodeSetIterator;
            0    3     1  aRange  I
    MethodParameters:
        Name  Flags
      aRange  
}
SourceFile: "UnicodeSetIterator.java"