public class sun.text.normalizer.ReplaceableUCharacterIterator extends sun.text.normalizer.UCharacterIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.text.normalizer.ReplaceableUCharacterIterator
  super_class: sun.text.normalizer.UCharacterIterator
{
  private sun.text.normalizer.Replaceable replaceable;
    descriptor: Lsun/text/normalizer/Replaceable;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
        start local 1 // java.lang.String str
         0: .line 58
            aload 0 /* this */
            invokespecial sun.text.normalizer.UCharacterIterator.<init>:()V
         1: .line 59
            aload 1 /* str */
            ifnonnull 3
         2: .line 60
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 62
      StackMap locals: sun.text.normalizer.ReplaceableUCharacterIterator java.lang.String
      StackMap stack:
            aload 0 /* this */
            new sun.text.normalizer.ReplaceableString
            dup
            aload 1 /* str */
            invokespecial sun.text.normalizer.ReplaceableString.<init>:(Ljava/lang/String;)V
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
         4: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
         5: .line 64
            return
        end local 1 // java.lang.String str
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;
            0    6     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public void <init>(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
        start local 1 // java.lang.StringBuffer buf
         0: .line 71
            aload 0 /* this */
            invokespecial sun.text.normalizer.UCharacterIterator.<init>:()V
         1: .line 72
            aload 1 /* buf */
            ifnonnull 3
         2: .line 73
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 75
      StackMap locals: sun.text.normalizer.ReplaceableUCharacterIterator java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            new sun.text.normalizer.ReplaceableString
            dup
            aload 1 /* buf */
            invokespecial sun.text.normalizer.ReplaceableString.<init>:(Ljava/lang/StringBuffer;)V
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
         4: .line 76
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
         5: .line 77
            return
        end local 1 // java.lang.StringBuffer buf
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;
            0    6     1   buf  Ljava/lang/StringBuffer;
    MethodParameters:
      Name  Flags
      buf   

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
         0: .line 88
            aload 0 /* this */
            invokespecial sun.text.normalizer.UCharacterIterator.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 89
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 90
            aconst_null
            areturn
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public int current();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
         0: .line 99
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            invokeinterface sun.text.normalizer.Replaceable.length:()I
            if_icmpge 2
         1: .line 100
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            invokeinterface sun.text.normalizer.Replaceable.charAt:(I)C
            ireturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
         0: .line 110
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            invokeinterface sun.text.normalizer.Replaceable.length:()I
            ireturn
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;

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

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
         0: .line 130
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            invokeinterface sun.text.normalizer.Replaceable.length:()I
            if_icmpge 2
         1: .line 131
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            dup_x1
            iconst_1
            iadd
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            invokeinterface sun.text.normalizer.Replaceable.charAt:(I)C
            ireturn
         2: .line 133
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;

  public int previous();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
         0: .line 146
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            ifle 2
         1: .line 147
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            iconst_1
            isub
            dup_x1
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
            invokeinterface sun.text.normalizer.Replaceable.charAt:(I)C
            ireturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/normalizer/ReplaceableUCharacterIterator;

  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.ReplaceableUCharacterIterator this
        start local 1 // int currentIndex
         0: .line 163
            iload 1 /* currentIndex */
            iflt 1
            iload 1 /* currentIndex */
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            invokeinterface sun.text.normalizer.Replaceable.length:()I
            if_icmple 2
         1: .line 164
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* currentIndex */
            putfield sun.text.normalizer.ReplaceableUCharacterIterator.currentIndex:I
         3: .line 167
            return
        end local 1 // int currentIndex
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lsun/text/normalizer/ReplaceableUCharacterIterator;
            0    4     1  currentIndex  I
    MethodParameters:
              Name  Flags
      currentIndex  

  public int getText(char[], int);
    descriptor: ([CI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
        start local 1 // char[] fillIn
        start local 2 // int offset
         0: .line 171
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            invokeinterface sun.text.normalizer.Replaceable.length:()I
            istore 3 /* length */
        start local 3 // int length
         1: .line 172
            iload 2 /* offset */
            iflt 2
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* fillIn */
            arraylength
            if_icmple 3
         2: .line 173
      StackMap locals: 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
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.ReplaceableUCharacterIterator.replaceable:Lsun/text/normalizer/Replaceable;
            iconst_0
            iload 3 /* length */
            aload 1 /* fillIn */
            iload 2 /* offset */
            invokeinterface sun.text.normalizer.Replaceable.getChars:(II[CI)V
         4: .line 176
            iload 3 /* length */
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] fillIn
        end local 0 // sun.text.normalizer.ReplaceableUCharacterIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/text/normalizer/ReplaceableUCharacterIterator;
            0    5     1  fillIn  [C
            0    5     2  offset  I
            1    5     3  length  I
    MethodParameters:
        Name  Flags
      fillIn  
      offset  
}
SourceFile: "ReplaceableUCharacterIterator.java"