class sun.text.BreakDictionary
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.text.BreakDictionary
super_class: java.lang.Object
{
private static int supportedVersion;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private sun.text.CompactByteArray columnMap;
descriptor: Lsun/text/CompactByteArray;
flags: (0x0002) ACC_PRIVATE
private sun.text.SupplementaryCharacterData supplementaryCharColumnMap;
descriptor: Lsun/text/SupplementaryCharacterData;
flags: (0x0002) ACC_PRIVATE
private int numCols;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int numColGroups;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private short[] table;
descriptor: [S
flags: (0x0002) ACC_PRIVATE
private short[] rowIndex;
descriptor: [S
flags: (0x0002) ACC_PRIVATE
private int[] rowIndexFlags;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private short[] rowIndexFlagsIndex;
descriptor: [S
flags: (0x0002) ACC_PRIVATE
private byte[] rowIndexShifts;
descriptor: [B
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=1, locals=0, args_size=0
0: ldc Lsun/text/BreakDictionary;
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.BreakDictionary.$assertionsDisabled:Z
3: iconst_1
putstatic sun.text.BreakDictionary.supportedVersion:I
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(java.lang.String, byte[]);
descriptor: (Ljava/lang/String;[B)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield sun.text.BreakDictionary.columnMap:Lsun/text/CompactByteArray;
2: aload 0
aconst_null
putfield sun.text.BreakDictionary.supplementaryCharColumnMap:Lsun/text/SupplementaryCharacterData;
3: aload 0
aconst_null
putfield sun.text.BreakDictionary.table:[S
4: aload 0
aconst_null
putfield sun.text.BreakDictionary.rowIndex:[S
5: aload 0
aconst_null
putfield sun.text.BreakDictionary.rowIndexFlags:[I
6: aload 0
aconst_null
putfield sun.text.BreakDictionary.rowIndexFlagsIndex:[S
7: aload 0
aconst_null
putfield sun.text.BreakDictionary.rowIndexShifts:[B
8: aload 0
aload 1
aload 2
invokevirtual sun.text.BreakDictionary.setupDictionary:(Ljava/lang/String;[B)V
9: goto 16
StackMap locals: sun.text.BreakDictionary java.lang.String byte[]
StackMap stack: java.nio.BufferUnderflowException
10: astore 3
start local 3 11: new java.util.MissingResourceException
dup
ldc "Corrupted dictionary data"
12: aload 1
ldc ""
13: invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
astore 4
start local 4 14: aload 4
aload 3
invokevirtual java.util.MissingResourceException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
pop
15: aload 4
athrow
end local 4 end local 3 16: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/text/BreakDictionary;
0 17 1 dictionaryName Ljava/lang/String;
0 17 2 dictionaryData [B
11 16 3 bue Ljava/nio/BufferUnderflowException;
14 16 4 e Ljava/util/MissingResourceException;
Exception table:
from to target type
8 9 10 Class java.nio.BufferUnderflowException
MethodParameters:
Name Flags
dictionaryName
dictionaryData
private void setupDictionary(java.lang.String, byte[]);
descriptor: (Ljava/lang/String;[B)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=10, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 3
start local 3 1: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 4
start local 4 2: iload 4
getstatic sun.text.BreakDictionary.supportedVersion:I
if_icmpeq 6
3: new java.util.MissingResourceException
dup
new java.lang.StringBuilder
dup
ldc "Dictionary version("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 4
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ") is unsupported"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
4: aload 1
ldc ""
5: invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
athrow
6: StackMap locals: java.nio.ByteBuffer int
StackMap stack:
aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
start local 5 7: aload 3
invokevirtual java.nio.ByteBuffer.position:()I
iload 5
iadd
aload 3
invokevirtual java.nio.ByteBuffer.limit:()I
if_icmpeq 11
8: new java.util.MissingResourceException
dup
new java.lang.StringBuilder
dup
ldc "Dictionary size is wrong: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual java.nio.ByteBuffer.limit:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
9: aload 1
ldc ""
10: invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
athrow
11: StackMap locals: int
StackMap stack:
aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
12: iload 5
newarray 9
astore 6
start local 6 13: iconst_0
istore 7
start local 7 14: goto 17
15: StackMap locals: short[] int
StackMap stack:
aload 6
iload 7
aload 3
invokevirtual java.nio.ByteBuffer.getShort:()S
sastore
16: iinc 7 1
StackMap locals:
StackMap stack:
17: iload 7
iload 5
if_icmplt 15
end local 7 18: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
19: iload 5
newarray 8
astore 7
start local 7 20: aload 3
aload 7
invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
pop
21: aload 0
new sun.text.CompactByteArray
dup
aload 6
aload 7
invokespecial sun.text.CompactByteArray.<init>:([S[B)V
putfield sun.text.BreakDictionary.columnMap:Lsun/text/CompactByteArray;
22: aload 0
aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
putfield sun.text.BreakDictionary.numCols:I
23: aload 0
aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
putfield sun.text.BreakDictionary.numColGroups:I
24: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
25: aload 0
iload 5
newarray 9
putfield sun.text.BreakDictionary.rowIndex:[S
26: iconst_0
istore 8
start local 8 27: goto 30
28: StackMap locals: sun.text.BreakDictionary java.lang.String byte[] java.nio.ByteBuffer int int short[] byte[] int
StackMap stack:
aload 0
getfield sun.text.BreakDictionary.rowIndex:[S
iload 8
aload 3
invokevirtual java.nio.ByteBuffer.getShort:()S
sastore
29: iinc 8 1
StackMap locals:
StackMap stack:
30: iload 8
iload 5
if_icmplt 28
end local 8 31: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
32: aload 0
iload 5
newarray 9
putfield sun.text.BreakDictionary.rowIndexFlagsIndex:[S
33: iconst_0
istore 8
start local 8 34: goto 37
35: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.BreakDictionary.rowIndexFlagsIndex:[S
iload 8
aload 3
invokevirtual java.nio.ByteBuffer.getShort:()S
sastore
36: iinc 8 1
StackMap locals:
StackMap stack:
37: iload 8
iload 5
if_icmplt 35
end local 8 38: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
39: aload 0
iload 5
newarray 10
putfield sun.text.BreakDictionary.rowIndexFlags:[I
40: iconst_0
istore 8
start local 8 41: goto 44
42: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.BreakDictionary.rowIndexFlags:[I
iload 8
aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
iastore
43: iinc 8 1
StackMap locals:
StackMap stack:
44: iload 8
iload 5
if_icmplt 42
end local 8 45: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
46: aload 0
iload 5
newarray 8
putfield sun.text.BreakDictionary.rowIndexShifts:[B
47: aload 3
aload 0
getfield sun.text.BreakDictionary.rowIndexShifts:[B
invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
pop
48: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
49: aload 0
iload 5
newarray 9
putfield sun.text.BreakDictionary.table:[S
50: iconst_0
istore 8
start local 8 51: goto 54
52: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.BreakDictionary.table:[S
iload 8
aload 3
invokevirtual java.nio.ByteBuffer.getShort:()S
sastore
53: iinc 8 1
StackMap locals:
StackMap stack:
54: iload 8
iload 5
if_icmplt 52
end local 8 55: aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
istore 5
56: iload 5
newarray 10
astore 8
start local 8 57: iconst_0
istore 9
start local 9 58: goto 61
59: StackMap locals: sun.text.BreakDictionary java.lang.String byte[] java.nio.ByteBuffer int int short[] byte[] int[] int
StackMap stack:
aload 8
iload 9
aload 3
invokevirtual java.nio.ByteBuffer.getInt:()I
iastore
60: iinc 9 1
StackMap locals:
StackMap stack:
61: iload 9
iload 5
if_icmplt 59
end local 9 62: getstatic sun.text.BreakDictionary.$assertionsDisabled:Z
ifne 63
aload 3
invokevirtual java.nio.ByteBuffer.position:()I
aload 3
invokevirtual java.nio.ByteBuffer.limit:()I
if_icmpeq 63
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
63: StackMap locals:
StackMap stack:
aload 0
new sun.text.SupplementaryCharacterData
dup
aload 8
invokespecial sun.text.SupplementaryCharacterData.<init>:([I)V
putfield sun.text.BreakDictionary.supplementaryCharColumnMap:Lsun/text/SupplementaryCharacterData;
64: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 65 0 this Lsun/text/BreakDictionary;
0 65 1 dictionaryName Ljava/lang/String;
0 65 2 dictionaryData [B
1 65 3 bb Ljava/nio/ByteBuffer;
2 65 4 version I
7 65 5 len I
13 65 6 temp [S
14 18 7 i I
20 65 7 temp2 [B
27 31 8 i I
34 38 8 i I
41 45 8 i I
51 55 8 i I
57 65 8 temp3 [I
58 62 9 i I
MethodParameters:
Name Flags
dictionaryName
dictionaryData
public final short getNextStateFromCharacter(int, int);
descriptor: (II)S
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ldc 65536
if_icmpge 3
1: aload 0
getfield sun.text.BreakDictionary.columnMap:Lsun/text/CompactByteArray;
iload 2
i2c
invokevirtual sun.text.CompactByteArray.elementAt:(C)B
istore 3
start local 3 2: goto 4
end local 3 3: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.BreakDictionary.supplementaryCharColumnMap:Lsun/text/SupplementaryCharacterData;
iload 2
invokevirtual sun.text.SupplementaryCharacterData.getValue:(I)I
istore 3
start local 3 4: StackMap locals: int
StackMap stack:
aload 0
iload 1
iload 3
invokevirtual sun.text.BreakDictionary.getNextState:(II)S
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/text/BreakDictionary;
0 5 1 row I
0 5 2 ch I
2 3 3 col I
4 5 3 col I
MethodParameters:
Name Flags
row
ch
public final short getNextState(int, int);
descriptor: (II)S
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokevirtual sun.text.BreakDictionary.cellIsPopulated:(II)Z
ifeq 2
1: aload 0
aload 0
getfield sun.text.BreakDictionary.rowIndex:[S
iload 1
saload
iload 2
aload 0
getfield sun.text.BreakDictionary.rowIndexShifts:[B
iload 1
baload
iadd
invokevirtual sun.text.BreakDictionary.internalAt:(II)S
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/BreakDictionary;
0 3 1 row I
0 3 2 col I
MethodParameters:
Name Flags
row
col
private boolean cellIsPopulated(int, int);
descriptor: (II)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.text.BreakDictionary.rowIndexFlagsIndex:[S
iload 1
saload
ifge 3
1: iload 2
aload 0
getfield sun.text.BreakDictionary.rowIndexFlagsIndex:[S
iload 1
saload
ineg
if_icmpne 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.BreakDictionary.rowIndexFlags:[I
aload 0
getfield sun.text.BreakDictionary.rowIndexFlagsIndex:[S
iload 1
saload
iload 2
iconst_5
ishr
iadd
iaload
istore 3
start local 3 4: iload 3
iconst_1
iload 2
bipush 31
iand
ishl
iand
ifeq 5
iconst_1
ireturn
StackMap locals: int
StackMap stack:
5: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/text/BreakDictionary;
0 6 1 row I
0 6 2 col I
4 6 3 flags I
MethodParameters:
Name Flags
row
col
private short internalAt(int, int);
descriptor: (II)S
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.text.BreakDictionary.table:[S
iload 1
aload 0
getfield sun.text.BreakDictionary.numCols:I
imul
iload 2
iadd
saload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/BreakDictionary;
0 1 1 row I
0 1 2 col I
MethodParameters:
Name Flags
row
col
}
SourceFile: "BreakDictionary.java"