final class sun.text.RuleBasedBreakIterator$SafeCharIterator implements java.text.CharacterIterator, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.text.RuleBasedBreakIterator$SafeCharIterator
  super_class: java.lang.Object
{
  private java.text.CharacterIterator base;
    descriptor: Ljava/text/CharacterIterator;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  void <init>(java.text.CharacterIterator);
    descriptor: (Ljava/text/CharacterIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
        start local 1 // java.text.CharacterIterator base
         0: .line 1050
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1051
            aload 0 /* this */
            aload 1 /* base */
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.base:Ljava/text/CharacterIterator;
         2: .line 1052
            aload 0 /* this */
            aload 1 /* base */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
         3: .line 1053
            aload 0 /* this */
            aload 1 /* base */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
         4: .line 1054
            aload 0 /* this */
            aload 1 /* base */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
         5: .line 1055
            return
        end local 1 // java.text.CharacterIterator base
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;
            0    6     1  base  Ljava/text/CharacterIterator;
    MethodParameters:
      Name  Flags
      base  

  public char first();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1059
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
            invokevirtual sun.text.RuleBasedBreakIterator$SafeCharIterator.setIndex:(I)C
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

  public char last();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1064
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
            iconst_1
            isub
            invokevirtual sun.text.RuleBasedBreakIterator$SafeCharIterator.setIndex:(I)C
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

  public char current();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1069
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
            if_icmplt 1
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
            if_icmplt 2
         1: .line 1070
      StackMap locals:
      StackMap stack:
            ldc 65535
            ireturn
         2: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.base:Ljava/text/CharacterIterator;
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

  public char next();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1080
            aload 0 /* this */
            dup
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            iconst_1
            iadd
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
         1: .line 1081
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
            if_icmplt 4
         2: .line 1082
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
         3: .line 1083
            ldc 65535
            ireturn
         4: .line 1086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.base:Ljava/text/CharacterIterator;
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

  public char previous();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1093
            aload 0 /* this */
            dup
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            iconst_1
            isub
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
         1: .line 1094
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
            if_icmpge 4
         2: .line 1095
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
         3: .line 1096
            ldc 65535
            ireturn
         4: .line 1099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.base:Ljava/text/CharacterIterator;
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

  public char setIndex(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
        start local 1 // int i
         0: .line 1106
            iload 1 /* i */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
            if_icmplt 1
            iload 1 /* i */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
            if_icmple 2
         1: .line 1107
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid position"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.currentIndex:I
         3: .line 1110
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator$SafeCharIterator.current:()C
            ireturn
        end local 1 // int i
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;
            0    4     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getBeginIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1115
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeStart:I
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

  public int getEndIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1120
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.rangeLimit:I
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;

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

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
         0: .line 1131
            aconst_null
            astore 1 /* copy */
        start local 1 // sun.text.RuleBasedBreakIterator$SafeCharIterator copy
         1: .line 1133
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast sun.text.RuleBasedBreakIterator$SafeCharIterator
            astore 1 /* copy */
         2: .line 1134
            goto 5
         3: .line 1135
      StackMap locals: sun.text.RuleBasedBreakIterator$SafeCharIterator sun.text.RuleBasedBreakIterator$SafeCharIterator
      StackMap stack: java.lang.CloneNotSupportedException
            astore 2 /* e */
        start local 2 // java.lang.CloneNotSupportedException e
         4: .line 1136
            new java.lang.Error
            dup
            new java.lang.StringBuilder
            dup
            ldc "Clone not supported: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.CloneNotSupportedException e
         5: .line 1139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator$SafeCharIterator.base:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.clone:()Ljava/lang/Object;
            checkcast java.text.CharacterIterator
            astore 2 /* copyOfBase */
        start local 2 // java.text.CharacterIterator copyOfBase
         6: .line 1140
            aload 1 /* copy */
            aload 2 /* copyOfBase */
            putfield sun.text.RuleBasedBreakIterator$SafeCharIterator.base:Ljava/text/CharacterIterator;
         7: .line 1141
            aload 1 /* copy */
            areturn
        end local 2 // java.text.CharacterIterator copyOfBase
        end local 1 // sun.text.RuleBasedBreakIterator$SafeCharIterator copy
        end local 0 // sun.text.RuleBasedBreakIterator$SafeCharIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;
            1    8     1        copy  Lsun/text/RuleBasedBreakIterator$SafeCharIterator;
            4    5     2           e  Ljava/lang/CloneNotSupportedException;
            6    8     2  copyOfBase  Ljava/text/CharacterIterator;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException
}
SourceFile: "RuleBasedBreakIterator.java"
NestHost: sun.text.RuleBasedBreakIterator
InnerClasses:
  private final SafeCharIterator = sun.text.RuleBasedBreakIterator$SafeCharIterator of sun.text.RuleBasedBreakIterator