public class sun.text.RuleBasedBreakIterator extends java.text.BreakIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.text.RuleBasedBreakIterator
  super_class: java.text.BreakIterator
{
  protected static final byte IGNORE;
    descriptor: B
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final short START_STATE;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final short STOP_STATE;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte[] LABEL;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int LABEL_LENGTH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final byte supportedVersion;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int BMP_INDICES_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  private sun.text.CompactByteArray charCategoryTable;
    descriptor: Lsun/text/CompactByteArray;
    flags: (0x0002) ACC_PRIVATE

  private sun.text.SupplementaryCharacterData supplementaryCharCategoryTable;
    descriptor: Lsun/text/SupplementaryCharacterData;
    flags: (0x0002) ACC_PRIVATE

  private short[] stateTable;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  private short[] backwardsStateTable;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  private boolean[] endStates;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private boolean[] lookaheadStates;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private byte[] additionalData;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  private java.text.CharacterIterator text;
    descriptor: Ljava/text/CharacterIterator;
    flags: (0x0002) ACC_PRIVATE

  private long checksum;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 216
            ldc Lsun/text/RuleBasedBreakIterator;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.text.RuleBasedBreakIterator.$assertionsDisabled:Z
         3: .line 236
            bipush 7
            newarray 8
            dup
            iconst_0
         4: .line 237
            bipush 66
            bastore
            dup
            iconst_1
            bipush 73
            bastore
            dup
            iconst_2
            bipush 100
            bastore
            dup
            iconst_3
            bipush 97
            bastore
            dup
            iconst_4
            bipush 116
            bastore
            dup
            iconst_5
            bipush 97
            bastore
         5: .line 236
            putstatic sun.text.RuleBasedBreakIterator.LABEL:[B
         6: .line 240
            getstatic sun.text.RuleBasedBreakIterator.LABEL:[B
            arraylength
            putstatic sun.text.RuleBasedBreakIterator.LABEL_LENGTH:I
         7: .line 250
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, byte[]);
    descriptor: (Ljava/lang/String;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // java.lang.String ruleFile
        start local 2 // byte[] ruleData
         0: .line 312
            aload 0 /* this */
            invokespecial java.text.BreakIterator.<init>:()V
         1: .line 255
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.charCategoryTable:Lsun/text/CompactByteArray;
         2: .line 256
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.supplementaryCharCategoryTable:Lsun/text/SupplementaryCharacterData;
         3: .line 261
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.stateTable:[S
         4: .line 267
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.backwardsStateTable:[S
         5: .line 273
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.endStates:[Z
         6: .line 279
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.lookaheadStates:[Z
         7: .line 285
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.additionalData:[B
         8: .line 296
            aload 0 /* this */
            aconst_null
            putfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
         9: .line 602
            aload 0 /* this */
            iconst_m1
            putfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
        10: .line 313
            aload 2 /* ruleData */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 3 /* bb */
        start local 3 // java.nio.ByteBuffer bb
        11: .line 315
            aload 0 /* this */
            aload 1 /* ruleFile */
            aload 3 /* bb */
            invokevirtual sun.text.RuleBasedBreakIterator.validateRuleData:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
        12: .line 316
            aload 0 /* this */
            aload 1 /* ruleFile */
            aload 3 /* bb */
            invokevirtual sun.text.RuleBasedBreakIterator.setupTables:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
        13: .line 317
            goto 18
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String byte[] java.nio.ByteBuffer
      StackMap stack: java.nio.BufferUnderflowException
        14: astore 4 /* bue */
        start local 4 // java.nio.BufferUnderflowException bue
        15: .line 319
            new java.util.MissingResourceException
            dup
            ldc "Corrupted rule data file"
            aload 1 /* ruleFile */
            ldc ""
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 5 /* e */
        start local 5 // java.util.MissingResourceException e
        16: .line 320
            aload 5 /* e */
            aload 4 /* bue */
            invokevirtual java.util.MissingResourceException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        17: .line 321
            aload 5 /* e */
            athrow
        end local 5 // java.util.MissingResourceException e
        end local 4 // java.nio.BufferUnderflowException bue
        18: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.nio.ByteBuffer bb
        end local 2 // byte[] ruleData
        end local 1 // java.lang.String ruleFile
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/text/RuleBasedBreakIterator;
            0   19     1  ruleFile  Ljava/lang/String;
            0   19     2  ruleData  [B
           11   19     3        bb  Ljava/nio/ByteBuffer;
           15   18     4       bue  Ljava/nio/BufferUnderflowException;
           16   18     5         e  Ljava/util/MissingResourceException;
      Exception table:
        from    to  target  type
          11    13      14  Class java.nio.BufferUnderflowException
    MethodParameters:
          Name  Flags
      ruleFile  
      ruleData  

  private void setupTables(java.lang.String, java.nio.ByteBuffer);
    descriptor: (Ljava/lang/String;Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=14, args_size=3
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // java.lang.String ruleFile
        start local 2 // java.nio.ByteBuffer bb
         0: .line 379
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 3 /* stateTableLength */
        start local 3 // int stateTableLength
         1: .line 380
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 4 /* backwardsStateTableLength */
        start local 4 // int backwardsStateTableLength
         2: .line 381
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 5 /* endStatesLength */
        start local 5 // int endStatesLength
         3: .line 382
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 6 /* lookaheadStatesLength */
        start local 6 // int lookaheadStatesLength
         4: .line 383
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 7 /* BMPdataLength */
        start local 7 // int BMPdataLength
         5: .line 384
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 8 /* nonBMPdataLength */
        start local 8 // int nonBMPdataLength
         6: .line 385
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 9 /* additionalDataLength */
        start local 9 // int additionalDataLength
         7: .line 386
            aload 0 /* this */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getLong:()J
            putfield sun.text.RuleBasedBreakIterator.checksum:J
         8: .line 389
            aload 0 /* this */
            iload 3 /* stateTableLength */
            newarray 9
            putfield sun.text.RuleBasedBreakIterator.stateTable:[S
         9: .line 390
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        10: goto 13
        11: .line 391
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.stateTable:[S
            iload 10 /* i */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            sastore
        12: .line 390
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 10 /* i */
            iload 3 /* stateTableLength */
            if_icmplt 11
        end local 10 // int i
        14: .line 395
            aload 0 /* this */
            iload 4 /* backwardsStateTableLength */
            newarray 9
            putfield sun.text.RuleBasedBreakIterator.backwardsStateTable:[S
        15: .line 396
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        16: goto 19
        17: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.backwardsStateTable:[S
            iload 10 /* i */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            sastore
        18: .line 396
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 10 /* i */
            iload 4 /* backwardsStateTableLength */
            if_icmplt 17
        end local 10 // int i
        20: .line 401
            aload 0 /* this */
            iload 5 /* endStatesLength */
            newarray 4
            putfield sun.text.RuleBasedBreakIterator.endStates:[Z
        21: .line 402
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        22: goto 27
        23: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.endStates:[Z
            iload 10 /* i */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.get:()B
            iconst_1
            if_icmpne 24
            iconst_1
            goto 25
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int int
      StackMap stack: boolean[] int
        24: iconst_0
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int int
      StackMap stack: boolean[] int int
        25: bastore
        26: .line 402
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 10 /* i */
            iload 5 /* endStatesLength */
            if_icmplt 23
        end local 10 // int i
        28: .line 407
            aload 0 /* this */
            iload 6 /* lookaheadStatesLength */
            newarray 4
            putfield sun.text.RuleBasedBreakIterator.lookaheadStates:[Z
        29: .line 408
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        30: goto 35
        31: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.lookaheadStates:[Z
            iload 10 /* i */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.get:()B
            iconst_1
            if_icmpne 32
            iconst_1
            goto 33
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int int
      StackMap stack: boolean[] int
        32: iconst_0
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int int
      StackMap stack: boolean[] int int
        33: bastore
        34: .line 408
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 10 /* i */
            iload 6 /* lookaheadStatesLength */
            if_icmplt 31
        end local 10 // int i
        36: .line 413
            sipush 512
            newarray 9
            astore 10 /* temp1 */
        start local 10 // short[] temp1
        37: .line 414
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        38: goto 41
        39: .line 415
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int short[] int
      StackMap stack:
            aload 10 /* temp1 */
            iload 11 /* i */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            sastore
        40: .line 414
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 11 /* i */
            sipush 512
            if_icmplt 39
        end local 11 // int i
        42: .line 417
            iload 7 /* BMPdataLength */
            newarray 8
            astore 11 /* temp2 */
        start local 11 // byte[] temp2
        43: .line 418
            aload 2 /* bb */
            aload 11 /* temp2 */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        44: .line 419
            aload 0 /* this */
            new sun.text.CompactByteArray
            dup
            aload 10 /* temp1 */
            aload 11 /* temp2 */
            invokespecial sun.text.CompactByteArray.<init>:([S[B)V
            putfield sun.text.RuleBasedBreakIterator.charCategoryTable:Lsun/text/CompactByteArray;
        45: .line 422
            iload 8 /* nonBMPdataLength */
            newarray 10
            astore 12 /* temp3 */
        start local 12 // int[] temp3
        46: .line 423
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        47: goto 50
        48: .line 424
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int int int int int int int short[] byte[] int[] int
      StackMap stack:
            aload 12 /* temp3 */
            iload 13 /* i */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            iastore
        49: .line 423
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 13 /* i */
            iload 8 /* nonBMPdataLength */
            if_icmplt 48
        end local 13 // int i
        51: .line 426
            aload 0 /* this */
            new sun.text.SupplementaryCharacterData
            dup
            aload 12 /* temp3 */
            invokespecial sun.text.SupplementaryCharacterData.<init>:([I)V
            putfield sun.text.RuleBasedBreakIterator.supplementaryCharCategoryTable:Lsun/text/SupplementaryCharacterData;
        52: .line 429
            iload 9 /* additionalDataLength */
            ifle 55
        53: .line 430
            aload 0 /* this */
            iload 9 /* additionalDataLength */
            newarray 8
            putfield sun.text.RuleBasedBreakIterator.additionalData:[B
        54: .line 431
            aload 2 /* bb */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.additionalData:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        55: .line 433
      StackMap locals:
      StackMap stack:
            getstatic sun.text.RuleBasedBreakIterator.$assertionsDisabled:Z
            ifne 56
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmpeq 56
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        56: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.stateTable:[S
            arraylength
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.endStates:[Z
            arraylength
            idiv
            putfield sun.text.RuleBasedBreakIterator.numCategories:I
        57: .line 437
            return
        end local 12 // int[] temp3
        end local 11 // byte[] temp2
        end local 10 // short[] temp1
        end local 9 // int additionalDataLength
        end local 8 // int nonBMPdataLength
        end local 7 // int BMPdataLength
        end local 6 // int lookaheadStatesLength
        end local 5 // int endStatesLength
        end local 4 // int backwardsStateTableLength
        end local 3 // int stateTableLength
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // java.lang.String ruleFile
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   58     0                       this  Lsun/text/RuleBasedBreakIterator;
            0   58     1                   ruleFile  Ljava/lang/String;
            0   58     2                         bb  Ljava/nio/ByteBuffer;
            1   58     3           stateTableLength  I
            2   58     4  backwardsStateTableLength  I
            3   58     5            endStatesLength  I
            4   58     6      lookaheadStatesLength  I
            5   58     7              BMPdataLength  I
            6   58     8           nonBMPdataLength  I
            7   58     9       additionalDataLength  I
           10   14    10                          i  I
           16   20    10                          i  I
           22   28    10                          i  I
           30   36    10                          i  I
           37   58    10                      temp1  [S
           38   42    11                          i  I
           43   58    11                      temp2  [B
           46   58    12                      temp3  [I
           47   51    13                          i  I
    MethodParameters:
          Name  Flags
      ruleFile  
      bb        

  void validateRuleData(java.lang.String, java.nio.ByteBuffer);
    descriptor: (Ljava/lang/String;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // java.lang.String ruleFile
        start local 2 // java.nio.ByteBuffer bb
         0: .line 448
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 449
      StackMap locals: int
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.get:()B
            getstatic sun.text.RuleBasedBreakIterator.LABEL:[B
            iload 3 /* i */
            baload
            if_icmpeq 6
         3: .line 450
            new java.util.MissingResourceException
            dup
            ldc "Wrong magic number"
         4: .line 451
            aload 1 /* ruleFile */
            ldc ""
         5: .line 450
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
         6: .line 448
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            getstatic sun.text.RuleBasedBreakIterator.LABEL_LENGTH:I
            if_icmplt 2
        end local 3 // int i
         8: .line 456
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* version */
        start local 3 // byte version
         9: .line 457
            iload 3 /* version */
            iconst_1
            if_icmpeq 13
        10: .line 458
            new java.util.MissingResourceException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported version("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* version */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 459
            aload 1 /* ruleFile */
            ldc ""
        12: .line 458
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        13: .line 463
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.String java.nio.ByteBuffer int
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 4 /* len */
        start local 4 // int len
        14: .line 464
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 4 /* len */
            iadd
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmpeq 18
        15: .line 465
            new java.util.MissingResourceException
            dup
            ldc "Wrong data length"
        16: .line 466
            aload 1 /* ruleFile */
            ldc ""
        17: .line 465
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        18: .line 468
      StackMap locals: int
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // byte version
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // java.lang.String ruleFile
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/text/RuleBasedBreakIterator;
            0   19     1  ruleFile  Ljava/lang/String;
            0   19     2        bb  Ljava/nio/ByteBuffer;
            1    8     3         i  I
            9   19     3   version  B
           14   19     4       len  I
    MethodParameters:
          Name  Flags
      ruleFile  
      bb        

  byte[] getAdditionalData();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 471
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.additionalData:[B
            areturn
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator;

  void setAdditionalData(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // byte[] b
         0: .line 475
            aload 0 /* this */
            aload 1 /* b */
            putfield sun.text.RuleBasedBreakIterator.additionalData:[B
         1: .line 476
            return
        end local 1 // byte[] b
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/text/RuleBasedBreakIterator;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  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.RuleBasedBreakIterator this
         0: .line 488
            aload 0 /* this */
            invokespecial java.text.BreakIterator.clone:()Ljava/lang/Object;
            checkcast sun.text.RuleBasedBreakIterator
            astore 1 /* result */
        start local 1 // sun.text.RuleBasedBreakIterator result
         1: .line 489
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnull 3
         2: .line 490
            aload 1 /* result */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.clone:()Ljava/lang/Object;
            checkcast java.text.CharacterIterator
            putfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
         3: .line 492
      StackMap locals: sun.text.RuleBasedBreakIterator
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // sun.text.RuleBasedBreakIterator result
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/text/RuleBasedBreakIterator;
            1    4     1  result  Lsun/text/RuleBasedBreakIterator;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // java.lang.Object that
         0: .line 502
            aload 1 /* that */
            ifnonnull 2
         1: .line 503
            iconst_0
            ireturn
         2: .line 506
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            checkcast sun.text.RuleBasedBreakIterator
            astore 2 /* other */
        start local 2 // sun.text.RuleBasedBreakIterator other
         3: .line 507
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.checksum:J
            aload 2 /* other */
            getfield sun.text.RuleBasedBreakIterator.checksum:J
            lcmp
            ifeq 5
         4: .line 508
            iconst_0
            ireturn
         5: .line 510
      StackMap locals: sun.text.RuleBasedBreakIterator
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnonnull 9
         6: .line 511
            aload 2 /* other */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnonnull 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
         8: ireturn
         9: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            aload 2 /* other */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
        10: ireturn
        end local 2 // sun.text.RuleBasedBreakIterator other
        11: .line 516
      StackMap locals: sun.text.RuleBasedBreakIterator java.lang.Object
      StackMap stack: java.lang.ClassCastException
            pop
        12: .line 517
            iconst_0
            ireturn
        end local 1 // java.lang.Object that
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lsun/text/RuleBasedBreakIterator;
            0   13     1   that  Ljava/lang/Object;
            3   11     2  other  Lsun/text/RuleBasedBreakIterator;
      Exception table:
        from    to  target  type
           0     1      11  Class java.lang.ClassCastException
           2     4      11  Class java.lang.ClassCastException
           5     8      11  Class java.lang.ClassCastException
           9    10      11  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      that  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 526
            new java.lang.StringBuilder
            dup
            ldc "[checksum=0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.checksum:J
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 535
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.checksum:J
            l2i
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator;

  public int first();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 549
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* t */
        start local 1 // java.text.CharacterIterator t
         1: .line 551
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.first:()C
            pop
         2: .line 552
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 1 // java.text.CharacterIterator t
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/RuleBasedBreakIterator;
            1    3     1     t  Ljava/text/CharacterIterator;

  public int last();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 562
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* t */
        start local 1 // java.text.CharacterIterator t
         1: .line 566
            aload 1 /* t */
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         2: .line 567
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 1 // java.text.CharacterIterator t
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/RuleBasedBreakIterator;
            1    3     1     t  Ljava/text/CharacterIterator;

  public int next(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int n
         0: .line 581
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.current:()I
            istore 2 /* result */
        start local 2 // int result
         1: .line 582
            goto 4
         2: .line 583
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handleNext:()I
            istore 2 /* result */
         3: .line 584
            iinc 1 /* n */ -1
         4: .line 582
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            ifgt 2
         5: .line 586
            goto 8
         6: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.previous:()I
            istore 2 /* result */
         7: .line 588
            iinc 1 /* n */ 1
         8: .line 586
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            iflt 6
         9: .line 590
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int n
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/text/RuleBasedBreakIterator;
            0   10     1       n  I
            1   10     2  result  I
    MethodParameters:
      Name  Flags
      n     

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 599
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handleNext:()I
            ireturn
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/RuleBasedBreakIterator;

  public int previous();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 611
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* text */
        start local 1 // java.text.CharacterIterator text
         1: .line 612
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.current:()I
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmpne 3
         2: .line 613
            iconst_m1
            ireturn
         3: .line 621
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.current:()I
            istore 2 /* start */
        start local 2 // int start
         4: .line 622
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
            istore 3 /* lastResult */
        start local 3 // int lastResult
         5: .line 623
            iload 3 /* lastResult */
            iload 2 /* start */
            if_icmpge 6
            iload 3 /* lastResult */
            iconst_m1
            if_icmpgt 9
         6: .line 624
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getPrevious:()I
            pop
         7: .line 625
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handlePrevious:()I
            istore 3 /* lastResult */
         8: .line 626
            goto 10
         9: .line 630
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 3 /* lastResult */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        10: .line 632
      StackMap locals:
      StackMap stack:
            iload 3 /* lastResult */
            istore 4 /* result */
        start local 4 // int result
        11: .line 637
            goto 14
        12: .line 638
      StackMap locals: int
      StackMap stack:
            iload 4 /* result */
            istore 3 /* lastResult */
        13: .line 639
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handleNext:()I
            istore 4 /* result */
        14: .line 637
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            iconst_m1
            if_icmpeq 15
            iload 4 /* result */
            iload 2 /* start */
            if_icmplt 12
        15: .line 644
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 3 /* lastResult */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        16: .line 645
            aload 0 /* this */
            iload 3 /* lastResult */
            putfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
        17: .line 646
            iload 3 /* lastResult */
            ireturn
        end local 4 // int result
        end local 3 // int lastResult
        end local 2 // int start
        end local 1 // java.text.CharacterIterator text
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lsun/text/RuleBasedBreakIterator;
            1   18     1        text  Ljava/text/CharacterIterator;
            4   18     2       start  I
            5   18     3  lastResult  I
           11   18     4      result  I

  private int getPrevious();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 653
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 1 /* c2 */
        start local 1 // char c2
         1: .line 654
            iload 1 /* c2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         2: .line 655
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmple 7
         3: .line 656
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 2 /* c1 */
        start local 2 // char c1
         4: .line 657
            iload 2 /* c1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 6
         5: .line 658
            iload 2 /* c1 */
            iload 1 /* c2 */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
         6: .line 660
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            pop
        end local 2 // char c1
         7: .line 663
      StackMap locals:
      StackMap stack:
            iload 1 /* c2 */
            ireturn
        end local 1 // char c2
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/text/RuleBasedBreakIterator;
            1    8     1    c2  C
            4    7     2    c1  C

  int getCurrent();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 670
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* c1 */
        start local 1 // char c1
         1: .line 671
            iload 1 /* c1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 7
         2: .line 672
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpge 7
         3: .line 673
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            istore 2 /* c2 */
        start local 2 // char c2
         4: .line 674
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            pop
         5: .line 675
            iload 2 /* c2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         6: .line 676
            iload 1 /* c1 */
            iload 2 /* c2 */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
        end local 2 // char c2
         7: .line 679
      StackMap locals: int
      StackMap stack:
            iload 1 /* c1 */
            ireturn
        end local 1 // char c1
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/text/RuleBasedBreakIterator;
            1    8     1    c1  C
            4    7     2    c2  C

  private int getCurrentCodePointCount();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 686
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* c1 */
        start local 1 // char c1
         1: .line 687
            iload 1 /* c1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 7
         2: .line 688
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpge 7
         3: .line 689
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            istore 2 /* c2 */
        start local 2 // char c2
         4: .line 690
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            pop
         5: .line 691
            iload 2 /* c2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         6: .line 692
            iconst_2
            ireturn
        end local 2 // char c2
         7: .line 695
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // char c1
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/text/RuleBasedBreakIterator;
            1    8     1    c1  C
            4    7     2    c2  C

  int getNext();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 702
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            istore 1 /* index */
        start local 1 // int index
         1: .line 703
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 2 /* endIndex */
        start local 2 // int endIndex
         2: .line 704
            iload 1 /* index */
            iload 2 /* endIndex */
            if_icmpeq 4
         3: .line 705
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getCurrentCodePointCount:()I
            iadd
            dup
            istore 1 /* index */
            iload 2 /* endIndex */
            if_icmplt 5
         4: .line 706
      StackMap locals: int int
      StackMap stack:
            ldc 65535
            ireturn
         5: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            iload 1 /* index */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         6: .line 709
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getCurrent:()I
            ireturn
        end local 2 // int endIndex
        end local 1 // int index
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/text/RuleBasedBreakIterator;
            1    7     1     index  I
            2    7     2  endIndex  I

  private int getNextIndex();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 716
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getCurrentCodePointCount:()I
            iadd
            istore 1 /* index */
        start local 1 // int index
         1: .line 717
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 2 /* endIndex */
        start local 2 // int endIndex
         2: .line 718
            iload 1 /* index */
            iload 2 /* endIndex */
            if_icmple 4
         3: .line 719
            iload 2 /* endIndex */
            ireturn
         4: .line 721
      StackMap locals: int int
      StackMap stack:
            iload 1 /* index */
            ireturn
        end local 2 // int endIndex
        end local 1 // int index
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/text/RuleBasedBreakIterator;
            1    5     1     index  I
            2    5     2  endIndex  I

  protected static final void checkOffset(int, java.text.CharacterIterator);
    descriptor: (ILjava/text/CharacterIterator;)V
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int offset
        start local 1 // java.text.CharacterIterator text
         0: .line 729
            iload 0 /* offset */
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmplt 1
            iload 0 /* offset */
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmple 2
         1: .line 730
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "offset out of bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 732
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.text.CharacterIterator text
        end local 0 // int offset
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  offset  I
            0    3     1    text  Ljava/text/CharacterIterator;
    MethodParameters:
        Name  Flags
      offset  
      text    

  public int following(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int offset
         0: .line 743
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.CharacterIterator text
         1: .line 744
            iload 1 /* offset */
            aload 2 /* text */
            invokestatic sun.text.RuleBasedBreakIterator.checkOffset:(ILjava/text/CharacterIterator;)V
         2: .line 749
            aload 2 /* text */
            iload 1 /* offset */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         3: .line 750
            iload 1 /* offset */
            aload 2 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmpne 6
         4: .line 751
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handleNext:()I
            putfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
         5: .line 752
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
            ireturn
         6: .line 762
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
            istore 3 /* result */
        start local 3 // int result
         7: .line 763
            iload 3 /* result */
            iload 1 /* offset */
            if_icmpge 8
            iload 3 /* result */
            iconst_m1
            if_icmpgt 10
         8: .line 764
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handlePrevious:()I
            istore 3 /* result */
         9: .line 765
            goto 13
        10: .line 769
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 3 /* result */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        11: .line 771
            goto 13
        12: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.handleNext:()I
            istore 3 /* result */
        13: .line 771
      StackMap locals:
      StackMap stack:
            iload 3 /* result */
            iconst_m1
            if_icmpeq 14
            iload 3 /* result */
            iload 1 /* offset */
            if_icmple 12
        14: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* result */
            putfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
        15: .line 775
            iload 3 /* result */
            ireturn
        end local 3 // int result
        end local 2 // java.text.CharacterIterator text
        end local 1 // int offset
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/text/RuleBasedBreakIterator;
            0   16     1  offset  I
            1   16     2    text  Ljava/text/CharacterIterator;
            7   16     3  result  I
    MethodParameters:
        Name  Flags
      offset  

  public int preceding(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int offset
         0: .line 789
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.CharacterIterator text
         1: .line 790
            iload 1 /* offset */
            aload 2 /* text */
            invokestatic sun.text.RuleBasedBreakIterator.checkOffset:(ILjava/text/CharacterIterator;)V
         2: .line 791
            aload 2 /* text */
            iload 1 /* offset */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         3: .line 792
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.previous:()I
            ireturn
        end local 2 // java.text.CharacterIterator text
        end local 1 // int offset
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/text/RuleBasedBreakIterator;
            0    4     1  offset  I
            1    4     2    text  Ljava/text/CharacterIterator;
    MethodParameters:
        Name  Flags
      offset  

  public boolean isBoundary(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int offset
         0: .line 804
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.CharacterIterator text
         1: .line 805
            iload 1 /* offset */
            aload 2 /* text */
            invokestatic sun.text.RuleBasedBreakIterator.checkOffset:(ILjava/text/CharacterIterator;)V
         2: .line 806
            iload 1 /* offset */
            aload 2 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmpne 4
         3: .line 807
            iconst_1
            ireturn
         4: .line 814
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            iconst_1
            isub
            invokevirtual sun.text.RuleBasedBreakIterator.following:(I)I
            iload 1 /* offset */
            if_icmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // java.text.CharacterIterator text
        end local 1 // int offset
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/text/RuleBasedBreakIterator;
            0    6     1  offset  I
            1    6     2    text  Ljava/text/CharacterIterator;
    MethodParameters:
        Name  Flags
      offset  

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

  public java.text.CharacterIterator getText();
    descriptor: ()Ljava/text/CharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 839
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnonnull 2
         1: .line 840
            aload 0 /* this */
            new java.text.StringCharacterIterator
            dup
            ldc ""
            invokespecial java.text.StringCharacterIterator.<init>:(Ljava/lang/String;)V
            putfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
         2: .line 842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            areturn
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/RuleBasedBreakIterator;

  public void setText(java.text.CharacterIterator);
    descriptor: (Ljava/text/CharacterIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // java.text.CharacterIterator newText
         0: .line 857
            aload 1 /* newText */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 2 /* end */
        start local 2 // int end
         1: .line 860
            aload 1 /* newText */
            iload 2 /* end */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         2: .line 861
            aload 1 /* newText */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            iload 2 /* end */
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* goodIterator */
        start local 3 // boolean goodIterator
         5: .line 862
            goto 8
        end local 3 // boolean goodIterator
         6: .line 863
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         7: .line 864
            iconst_0
            istore 3 /* goodIterator */
        start local 3 // boolean goodIterator
         8: .line 867
      StackMap locals: int
      StackMap stack:
            iload 3 /* goodIterator */
            ifeq 11
         9: .line 868
            aload 0 /* this */
            aload 1 /* newText */
            putfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
        10: .line 869
            goto 12
        11: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.text.RuleBasedBreakIterator$SafeCharIterator
            dup
            aload 1 /* newText */
            invokespecial sun.text.RuleBasedBreakIterator$SafeCharIterator.<init>:(Ljava/text/CharacterIterator;)V
            putfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
        12: .line 873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.first:()C
            pop
        13: .line 875
            aload 0 /* this */
            iconst_m1
            putfield sun.text.RuleBasedBreakIterator.cachedLastKnownBreak:I
        14: .line 876
            return
        end local 3 // boolean goodIterator
        end local 2 // int end
        end local 1 // java.text.CharacterIterator newText
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lsun/text/RuleBasedBreakIterator;
            0   15     1       newText  Ljava/text/CharacterIterator;
            1   15     2           end  I
            5    6     3  goodIterator  Z
            8   15     3  goodIterator  Z
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.IllegalArgumentException
    MethodParameters:
         Name  Flags
      newText  

  protected int handleNext();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 892
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* text */
        start local 1 // java.text.CharacterIterator text
         1: .line 893
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpne 3
         2: .line 894
            iconst_m1
            ireturn
         3: .line 898
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNextIndex:()I
            istore 2 /* result */
        start local 2 // int result
         4: .line 899
            iconst_0
            istore 3 /* lookaheadResult */
        start local 3 // int lookaheadResult
         5: .line 902
            iconst_1
            istore 4 /* state */
        start local 4 // int state
         6: .line 904
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getCurrent:()I
            istore 6 /* c */
        start local 6 // int c
         7: .line 907
            goto 20
         8: .line 911
      StackMap locals: sun.text.RuleBasedBreakIterator java.text.CharacterIterator int int int top int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual sun.text.RuleBasedBreakIterator.lookupCategory:(I)I
            istore 5 /* category */
        start local 5 // int category
         9: .line 915
            iload 5 /* category */
            iconst_m1
            if_icmpeq 11
        10: .line 916
            aload 0 /* this */
            iload 4 /* state */
            iload 5 /* category */
            invokevirtual sun.text.RuleBasedBreakIterator.lookupState:(II)I
            istore 4 /* state */
        11: .line 923
      StackMap locals: sun.text.RuleBasedBreakIterator java.text.CharacterIterator int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.lookaheadStates:[Z
            iload 4 /* state */
            baload
            ifeq 17
        12: .line 924
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.endStates:[Z
            iload 4 /* state */
            baload
            ifeq 15
        13: .line 925
            iload 3 /* lookaheadResult */
            istore 2 /* result */
        14: .line 926
            goto 19
        15: .line 928
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNextIndex:()I
            istore 3 /* lookaheadResult */
        16: .line 930
            goto 19
        17: .line 935
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.endStates:[Z
            iload 4 /* state */
            baload
            ifeq 19
        18: .line 936
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNextIndex:()I
            istore 2 /* result */
        19: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNext:()I
            istore 6 /* c */
        end local 5 // int category
        20: .line 907
      StackMap locals: sun.text.RuleBasedBreakIterator java.text.CharacterIterator int int int top int
      StackMap stack:
            iload 6 /* c */
            ldc 65535
            if_icmpeq 21
            iload 4 /* state */
            ifne 8
        21: .line 947
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            ldc 65535
            if_icmpne 23
            iload 3 /* lookaheadResult */
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpne 23
        22: .line 948
            iload 3 /* lookaheadResult */
            istore 2 /* result */
        23: .line 951
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 2 /* result */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        24: .line 952
            iload 2 /* result */
            ireturn
        end local 6 // int c
        end local 4 // int state
        end local 3 // int lookaheadResult
        end local 2 // int result
        end local 1 // java.text.CharacterIterator text
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0             this  Lsun/text/RuleBasedBreakIterator;
            1   25     1             text  Ljava/text/CharacterIterator;
            4   25     2           result  I
            5   25     3  lookaheadResult  I
            6   25     4            state  I
            9   20     5         category  I
            7   25     6                c  I

  protected int handlePrevious();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // sun.text.RuleBasedBreakIterator this
         0: .line 963
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* text */
        start local 1 // java.text.CharacterIterator text
         1: .line 964
            iconst_1
            istore 2 /* state */
        start local 2 // int state
         2: .line 965
            iconst_0
            istore 3 /* category */
        start local 3 // int category
         3: .line 966
            iconst_0
            istore 4 /* lastCategory */
        start local 4 // int lastCategory
         4: .line 967
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getCurrent:()I
            istore 5 /* c */
        start local 5 // int c
         5: .line 970
            goto 11
         6: .line 974
      StackMap locals: sun.text.RuleBasedBreakIterator java.text.CharacterIterator int int int int
      StackMap stack:
            iload 3 /* category */
            istore 4 /* lastCategory */
         7: .line 975
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual sun.text.RuleBasedBreakIterator.lookupCategory:(I)I
            istore 3 /* category */
         8: .line 979
            iload 3 /* category */
            iconst_m1
            if_icmpeq 10
         9: .line 980
            aload 0 /* this */
            iload 2 /* state */
            iload 3 /* category */
            invokevirtual sun.text.RuleBasedBreakIterator.lookupBackwardState:(II)I
            istore 2 /* state */
        10: .line 984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getPrevious:()I
            istore 5 /* c */
        11: .line 970
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            ldc 65535
            if_icmpeq 12
            iload 2 /* state */
            ifne 6
        12: .line 992
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            ldc 65535
            if_icmpeq 18
        13: .line 993
            iload 4 /* lastCategory */
            iconst_m1
            if_icmpeq 17
        14: .line 994
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNext:()I
            pop
        15: .line 995
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNext:()I
            pop
        16: .line 996
            goto 18
        17: .line 998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.RuleBasedBreakIterator.getNext:()I
            pop
        18: .line 1001
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 5 // int c
        end local 4 // int lastCategory
        end local 3 // int category
        end local 2 // int state
        end local 1 // java.text.CharacterIterator text
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lsun/text/RuleBasedBreakIterator;
            1   19     1          text  Ljava/text/CharacterIterator;
            2   19     2         state  I
            3   19     3      category  I
            4   19     4  lastCategory  I
            5   19     5             c  I

  protected int lookupCategory(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int c
         0: .line 1009
            iload 1 /* c */
            ldc 65536
            if_icmpge 2
         1: .line 1010
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.charCategoryTable:Lsun/text/CompactByteArray;
            iload 1 /* c */
            i2c
            invokevirtual sun.text.CompactByteArray.elementAt:(C)B
            ireturn
         2: .line 1012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.supplementaryCharCategoryTable:Lsun/text/SupplementaryCharacterData;
            iload 1 /* c */
            invokevirtual sun.text.SupplementaryCharacterData.getValue:(I)I
            ireturn
        end local 1 // int c
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/RuleBasedBreakIterator;
            0    3     1     c  I
    MethodParameters:
      Name  Flags
      c     

  protected int lookupState(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int state
        start local 2 // int category
         0: .line 1021
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.stateTable:[S
            iload 1 /* state */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.numCategories:I
            imul
            iload 2 /* category */
            iadd
            saload
            ireturn
        end local 2 // int category
        end local 1 // int state
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/text/RuleBasedBreakIterator;
            0    1     1     state  I
            0    1     2  category  I
    MethodParameters:
          Name  Flags
      state     
      category  

  protected int lookupBackwardState(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.text.RuleBasedBreakIterator this
        start local 1 // int state
        start local 2 // int category
         0: .line 1029
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.backwardsStateTable:[S
            iload 1 /* state */
            aload 0 /* this */
            getfield sun.text.RuleBasedBreakIterator.numCategories:I
            imul
            iload 2 /* category */
            iadd
            saload
            ireturn
        end local 2 // int category
        end local 1 // int state
        end local 0 // sun.text.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/text/RuleBasedBreakIterator;
            0    1     1     state  I
            0    1     2  category  I
    MethodParameters:
          Name  Flags
      state     
      category  
}
SourceFile: "RuleBasedBreakIterator.java"
NestMembers:
  sun.text.RuleBasedBreakIterator$SafeCharIterator
InnerClasses:
  private final SafeCharIterator = sun.text.RuleBasedBreakIterator$SafeCharIterator of sun.text.RuleBasedBreakIterator