public class sun.text.normalizer.CharacterIteratorWrapper extends sun.text.normalizer.UCharacterIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.text.normalizer.CharacterIteratorWrapper
  super_class: sun.text.normalizer.UCharacterIterator
{
  private java.text.CharacterIterator iterator;
    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.normalizer.CharacterIteratorWrapper this
        start local 1 // java.text.CharacterIterator iter
         0: .line 52
            aload 0 /* this */
            invokespecial sun.text.normalizer.UCharacterIterator.<init>:()V
         1: .line 53
            aload 1 /* iter */
            ifnonnull 3
         2: .line 54
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 56
      StackMap locals: sun.text.normalizer.CharacterIteratorWrapper java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* iter */
            putfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
         4: .line 57
            return
        end local 1 // java.text.CharacterIterator iter
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/text/normalizer/CharacterIteratorWrapper;
            0    5     1  iter  Ljava/text/CharacterIterator;
    MethodParameters:
      Name  Flags
      iter  

  public int current();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
         0: .line 63
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* c */
        start local 1 // int c
         1: .line 64
            iload 1 /* c */
            ldc 65535
            if_icmpne 3
         2: .line 65
            iconst_m1
            ireturn
         3: .line 67
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/text/normalizer/CharacterIteratorWrapper;
            1    4     1     c  I

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
         0: .line 74
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            isub
            ireturn
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/CharacterIteratorWrapper;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
         0: .line 81
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/CharacterIteratorWrapper;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
         0: .line 88
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* i */
        start local 1 // int i
         1: .line 89
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            pop
         2: .line 90
            iload 1 /* i */
            ldc 65535
            if_icmpne 4
         3: .line 91
            iconst_m1
            ireturn
         4: .line 93
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/text/normalizer/CharacterIteratorWrapper;
            1    5     1     i  I

  public int previous();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
         0: .line 100
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 1 /* i */
        start local 1 // int i
         1: .line 101
            iload 1 /* i */
            ldc 65535
            if_icmpne 3
         2: .line 102
            iconst_m1
            ireturn
         3: .line 104
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/text/normalizer/CharacterIteratorWrapper;
            1    4     1     i  I

  public void setIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
        start local 1 // int index
         0: .line 111
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            iload 1 /* index */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         1: .line 112
            return
        end local 1 // int index
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/text/normalizer/CharacterIteratorWrapper;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getText(char[], int);
    descriptor: ([CI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
        start local 1 // char[] fillIn
        start local 2 // int offset
         0: .line 119
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            isub
            istore 3 /* length */
        start local 3 // int length
         1: .line 120
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            istore 4 /* currentIndex */
        start local 4 // int currentIndex
         2: .line 121
            iload 2 /* offset */
            iflt 3
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* fillIn */
            arraylength
            if_icmple 4
         3: .line 122
      StackMap locals: int int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            iload 3 /* length */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.first:()C
            istore 5 /* ch */
        start local 5 // char ch
         5: goto 8
         6: .line 126
      StackMap locals: int
      StackMap stack:
            aload 1 /* fillIn */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            iload 5 /* ch */
            castore
         7: .line 125
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            istore 5 /* ch */
      StackMap locals:
      StackMap stack:
         8: iload 5 /* ch */
            ldc 65535
            if_icmpne 6
        end local 5 // char ch
         9: .line 128
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            iload 4 /* currentIndex */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        10: .line 130
            iload 3 /* length */
            ireturn
        end local 4 // int currentIndex
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] fillIn
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lsun/text/normalizer/CharacterIteratorWrapper;
            0   11     1        fillIn  [C
            0   11     2        offset  I
            1   11     3        length  I
            2   11     4  currentIndex  I
            5    9     5            ch  C
    MethodParameters:
        Name  Flags
      fillIn  
      offset  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.text.normalizer.CharacterIteratorWrapper this
         0: .line 139
            aload 0 /* this */
            invokespecial sun.text.normalizer.UCharacterIterator.clone:()Ljava/lang/Object;
            checkcast sun.text.normalizer.CharacterIteratorWrapper
            astore 1 /* result */
        start local 1 // sun.text.normalizer.CharacterIteratorWrapper result
         1: .line 140
            aload 1 /* result */
            aload 0 /* this */
            getfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.clone:()Ljava/lang/Object;
            checkcast java.text.CharacterIterator
            putfield sun.text.normalizer.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
         2: .line 141
            aload 1 /* result */
         3: areturn
        end local 1 // sun.text.normalizer.CharacterIteratorWrapper result
         4: .line 142
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         5: .line 143
            aconst_null
            areturn
        end local 0 // sun.text.normalizer.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/text/normalizer/CharacterIteratorWrapper;
            1    4     1  result  Lsun/text/normalizer/CharacterIteratorWrapper;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.CloneNotSupportedException
}
SourceFile: "CharacterIteratorWrapper.java"