final class sun.text.CharacterIteratorCodePointIterator extends sun.text.CodePointIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.text.CharacterIteratorCodePointIterator
  super_class: sun.text.CodePointIterator
{
  private java.text.CharacterIterator iter;
    descriptor: Ljava/text/CharacterIterator;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.text.CharacterIterator);
    descriptor: (Ljava/text/CharacterIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.CharacterIteratorCodePointIterator this
        start local 1 // java.text.CharacterIterator iter
         0: .line 187
            aload 0 /* this */
            invokespecial sun.text.CodePointIterator.<init>:()V
         1: .line 188
            aload 0 /* this */
            aload 1 /* iter */
            putfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
         2: .line 189
            return
        end local 1 // java.text.CharacterIterator iter
        end local 0 // sun.text.CharacterIteratorCodePointIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/CharacterIteratorCodePointIterator;
            0    3     1  iter  Ljava/text/CharacterIterator;
    MethodParameters:
      Name  Flags
      iter  

  public void setToStart();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.CharacterIteratorCodePointIterator this
         0: .line 192
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         1: .line 193
            return
        end local 0 // sun.text.CharacterIteratorCodePointIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/text/CharacterIteratorCodePointIterator;

  public void setToLimit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.CharacterIteratorCodePointIterator this
         0: .line 196
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         1: .line 197
            return
        end local 0 // sun.text.CharacterIteratorCodePointIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/text/CharacterIteratorCodePointIterator;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.CharacterIteratorCodePointIterator this
         0: .line 200
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* cp1 */
        start local 1 // char cp1
         1: .line 201
            iload 1 /* cp1 */
            ldc 65535
            if_icmpeq 8
         2: .line 202
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            istore 2 /* cp2 */
        start local 2 // char cp2
         3: .line 203
            iload 1 /* cp1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 7
            iload 2 /* cp2 */
            ldc 65535
            if_icmpeq 7
         4: .line 204
            iload 2 /* cp2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         5: .line 205
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            pop
         6: .line 206
            iload 1 /* cp1 */
            iload 2 /* cp2 */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
         7: .line 209
      StackMap locals: int int
      StackMap stack:
            iload 1 /* cp1 */
            ireturn
        end local 2 // char cp2
         8: .line 211
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // char cp1
        end local 0 // sun.text.CharacterIteratorCodePointIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/text/CharacterIteratorCodePointIterator;
            1    9     1   cp1  C
            3    8     2   cp2  C

  public int prev();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.CharacterIteratorCodePointIterator this
         0: .line 215
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 1 /* cp2 */
        start local 1 // char cp2
         1: .line 216
            iload 1 /* cp2 */
            ldc 65535
            if_icmpeq 8
         2: .line 217
            iload 1 /* cp2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         3: .line 218
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 2 /* cp1 */
        start local 2 // char cp1
         4: .line 219
            iload 2 /* cp1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 6
         5: .line 220
            iload 2 /* cp1 */
            iload 1 /* cp2 */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
         6: .line 222
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            pop
        end local 2 // char cp1
         7: .line 224
      StackMap locals:
      StackMap stack:
            iload 1 /* cp2 */
            ireturn
         8: .line 226
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // char cp2
        end local 0 // sun.text.CharacterIteratorCodePointIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/text/CharacterIteratorCodePointIterator;
            1    9     1   cp2  C
            4    7     2   cp1  C

  public int charIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.CharacterIteratorCodePointIterator this
         0: .line 230
            aload 0 /* this */
            getfield sun.text.CharacterIteratorCodePointIterator.iter:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 0 // sun.text.CharacterIteratorCodePointIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/CharacterIteratorCodePointIterator;
}
SourceFile: "CodePointIterator.java"