public class jdk.internal.icu.impl.CharacterIteratorWrapper extends jdk.internal.icu.text.UCharacterIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.icu.impl.CharacterIteratorWrapper
  super_class: jdk.internal.icu.text.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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
        start local 1 // java.text.CharacterIterator iter
         0: .line 54
            aload 0 /* this */
            invokespecial jdk.internal.icu.text.UCharacterIterator.<init>:()V
         1: .line 55
            aload 1 /* iter */
            ifnonnull 3
         2: .line 56
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 58
      StackMap locals: jdk.internal.icu.impl.CharacterIteratorWrapper java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* iter */
            putfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
         4: .line 59
            return
        end local 1 // java.text.CharacterIterator iter
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/internal/icu/impl/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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
         0: .line 65
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* c */
        start local 1 // int c
         1: .line 66
            iload 1 /* c */
            ldc 65535
            if_icmpne 3
         2: .line 67
            iconst_m1
            ireturn
         3: .line 69
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/icu/impl/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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
         0: .line 76
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            isub
            ireturn
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/icu/impl/CharacterIteratorWrapper;

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

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
         0: .line 90
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* i */
        start local 1 // int i
         1: .line 91
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            pop
         2: .line 92
            iload 1 /* i */
            ldc 65535
            if_icmpne 4
         3: .line 93
            iconst_m1
            ireturn
         4: .line 95
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/internal/icu/impl/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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
         0: .line 102
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 1 /* i */
        start local 1 // int i
         1: .line 103
            iload 1 /* i */
            ldc 65535
            if_icmpne 3
         2: .line 104
            iconst_m1
            ireturn
         3: .line 106
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/icu/impl/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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
        start local 1 // int index
         0: .line 113
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            iload 1 /* index */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         1: .line 114
            return
        end local 1 // int index
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/icu/impl/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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
        start local 1 // char[] fillIn
        start local 2 // int offset
         0: .line 120
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            isub
            istore 3 /* length */
        start local 3 // int length
         1: .line 121
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            istore 4 /* currentIndex */
        start local 4 // int currentIndex
         2: .line 122
            iload 2 /* offset */
            iflt 3
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* fillIn */
            arraylength
            if_icmple 4
         3: .line 123
      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 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.first:()C
            istore 5 /* ch */
        start local 5 // char ch
         5: goto 8
         6: .line 127
      StackMap locals: int
      StackMap stack:
            aload 1 /* fillIn */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            iload 5 /* ch */
            castore
         7: .line 126
            aload 0 /* this */
            getfield jdk.internal.icu.impl.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 129
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            iload 4 /* currentIndex */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        10: .line 131
            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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Ljdk/internal/icu/impl/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 // jdk.internal.icu.impl.CharacterIteratorWrapper this
         0: .line 140
            aload 0 /* this */
            invokespecial jdk.internal.icu.text.UCharacterIterator.clone:()Ljava/lang/Object;
            checkcast jdk.internal.icu.impl.CharacterIteratorWrapper
            astore 1 /* result */
        start local 1 // jdk.internal.icu.impl.CharacterIteratorWrapper result
         1: .line 141
            aload 1 /* result */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.clone:()Ljava/lang/Object;
            checkcast java.text.CharacterIterator
            putfield jdk.internal.icu.impl.CharacterIteratorWrapper.iterator:Ljava/text/CharacterIterator;
         2: .line 142
            aload 1 /* result */
         3: areturn
        end local 1 // jdk.internal.icu.impl.CharacterIteratorWrapper result
         4: .line 143
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         5: .line 144
            aconst_null
            areturn
        end local 0 // jdk.internal.icu.impl.CharacterIteratorWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/internal/icu/impl/CharacterIteratorWrapper;
            1    4     1  result  Ljdk/internal/icu/impl/CharacterIteratorWrapper;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.CloneNotSupportedException
}
SourceFile: "CharacterIteratorWrapper.java"