abstract class sun.text.normalizer.Trie2 implements java.lang.Iterable<sun.text.normalizer.Trie2$Range>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: sun.text.normalizer.Trie2
super_class: java.lang.Object
{
private static sun.text.normalizer.Trie2$ValueMapper defaultValueMapper;
descriptor: Lsun/text/normalizer/Trie2$ValueMapper;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
sun.text.normalizer.Trie2$UTrie2Header ;
descriptor: Lsun/text/normalizer/Trie2$UTrie2Header;
flags: (0x0000)
char[] index;
descriptor: [C
flags: (0x0000)
int data16;
descriptor: I
flags: (0x0000)
int[] data32;
descriptor: [I
flags: (0x0000)
int indexLength;
descriptor: I
flags: (0x0000)
int dataLength;
descriptor: I
flags: (0x0000)
int index2NullOffset;
descriptor: I
flags: (0x0000)
int initialValue;
descriptor: I
flags: (0x0000)
int errorValue;
descriptor: I
flags: (0x0000)
int highStart;
descriptor: I
flags: (0x0000)
int highValueIndex;
descriptor: I
flags: (0x0000)
int dataNullOffset;
descriptor: I
flags: (0x0000)
static final int UTRIE2_OPTIONS_VALUE_BITS_MASK;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 15
static final int UTRIE2_SHIFT_1;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 11
static final int UTRIE2_SHIFT_2;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 5
static final int UTRIE2_SHIFT_1_2;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 6
static final int UTRIE2_OMITTED_BMP_INDEX_1_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 32
static final int UTRIE2_INDEX_2_BLOCK_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 64
static final int UTRIE2_INDEX_2_MASK;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 63
static final int UTRIE2_DATA_BLOCK_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 32
static final int UTRIE2_DATA_MASK;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 31
static final int UTRIE2_INDEX_SHIFT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
static final int UTRIE2_DATA_GRANULARITY;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 4
static final int UTRIE2_LSCP_INDEX_2_OFFSET;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2048
static final int UTRIE2_LSCP_INDEX_2_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 32
static final int UTRIE2_INDEX_2_BMP_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2080
static final int UTRIE2_UTF8_2B_INDEX_2_OFFSET;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2080
static final int UTRIE2_UTF8_2B_INDEX_2_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 32
static final int UTRIE2_INDEX_1_OFFSET;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2112
static final int UTRIE2_BAD_UTF8_DATA_OFFSET;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 128
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.text.normalizer.Trie2$1
dup
invokespecial sun.text.normalizer.Trie2$1.<init>:()V
putstatic sun.text.normalizer.Trie2.defaultValueMapper:Lsun/text/normalizer/Trie2$ValueMapper;
1: return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/Trie2;
public static sun.text.normalizer.Trie2 createFromSerialized(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lsun/text/normalizer/Trie2;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=8, args_size=1
start local 0 0: aload 0
invokevirtual java.nio.ByteBuffer.order:()Ljava/nio/ByteOrder;
astore 1
start local 1 1: new sun.text.normalizer.Trie2$UTrie2Header
dup
invokespecial sun.text.normalizer.Trie2$UTrie2Header.<init>:()V
astore 2
start local 2 2: aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getInt:()I
putfield sun.text.normalizer.Trie2$UTrie2Header.signature:I
3: aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.signature:I
lookupswitch { // 2
845771348: 5
1416784178: 4
default: 13
}
4: StackMap locals: java.nio.ByteOrder sun.text.normalizer.Trie2$UTrie2Header
StackMap stack:
goto 14
5: StackMap locals:
StackMap stack:
aload 1
getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
if_acmpne 6
iconst_1
goto 7
StackMap locals:
StackMap stack:
6: iconst_0
StackMap locals:
StackMap stack: int
7: istore 3
start local 3 8: aload 0
iload 3
ifeq 9
getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
goto 10
StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder sun.text.normalizer.Trie2$UTrie2Header int
StackMap stack: java.nio.ByteBuffer
9: getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder sun.text.normalizer.Trie2$UTrie2Header int
StackMap stack: java.nio.ByteBuffer java.nio.ByteOrder
10: invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
pop
11: aload 2
ldc 1416784178
putfield sun.text.normalizer.Trie2$UTrie2Header.signature:I
12: goto 14
end local 3 13: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Buffer does not contain a serialized UTrie2"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
putfield sun.text.normalizer.Trie2$UTrie2Header.options:I
15: aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
putfield sun.text.normalizer.Trie2$UTrie2Header.indexLength:I
16: aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
putfield sun.text.normalizer.Trie2$UTrie2Header.shiftedDataLength:I
17: aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
putfield sun.text.normalizer.Trie2$UTrie2Header.index2NullOffset:I
18: aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
putfield sun.text.normalizer.Trie2$UTrie2Header.dataNullOffset:I
19: aload 2
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
putfield sun.text.normalizer.Trie2$UTrie2Header.shiftedHighStart:I
20: aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.options:I
bipush 15
iand
ifeq 22
21: new java.lang.IllegalArgumentException
dup
ldc "UTrie2 serialized format error."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
22: StackMap locals:
StackMap stack:
new sun.text.normalizer.Trie2_16
dup
invokespecial sun.text.normalizer.Trie2_16.<init>:()V
astore 3
start local 3 23: aload 3
aload 2
putfield sun.text.normalizer.Trie2.header:Lsun/text/normalizer/Trie2$UTrie2Header;
24: aload 3
aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.indexLength:I
putfield sun.text.normalizer.Trie2.indexLength:I
25: aload 3
aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.shiftedDataLength:I
iconst_2
ishl
putfield sun.text.normalizer.Trie2.dataLength:I
26: aload 3
aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.index2NullOffset:I
putfield sun.text.normalizer.Trie2.index2NullOffset:I
27: aload 3
aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.dataNullOffset:I
putfield sun.text.normalizer.Trie2.dataNullOffset:I
28: aload 3
aload 2
getfield sun.text.normalizer.Trie2$UTrie2Header.shiftedHighStart:I
bipush 11
ishl
putfield sun.text.normalizer.Trie2.highStart:I
29: aload 3
aload 3
getfield sun.text.normalizer.Trie2.dataLength:I
iconst_4
isub
putfield sun.text.normalizer.Trie2.highValueIndex:I
30: aload 3
dup
getfield sun.text.normalizer.Trie2.highValueIndex:I
aload 3
getfield sun.text.normalizer.Trie2.indexLength:I
iadd
putfield sun.text.normalizer.Trie2.highValueIndex:I
31: aload 3
getfield sun.text.normalizer.Trie2.indexLength:I
istore 4
start local 4 32: iload 4
aload 3
getfield sun.text.normalizer.Trie2.dataLength:I
iadd
istore 4
33: aload 3
iload 4
newarray 5
putfield sun.text.normalizer.Trie2.index:[C
34: iconst_0
istore 5
start local 5 35: goto 38
36: StackMap locals: sun.text.normalizer.Trie2 int int
StackMap stack:
aload 3
getfield sun.text.normalizer.Trie2.index:[C
iload 5
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
castore
37: iinc 5 1
StackMap locals:
StackMap stack:
38: iload 5
aload 3
getfield sun.text.normalizer.Trie2.indexLength:I
if_icmplt 36
39: aload 3
aload 3
getfield sun.text.normalizer.Trie2.indexLength:I
putfield sun.text.normalizer.Trie2.data16:I
40: iconst_0
istore 5
goto 43
41: StackMap locals:
StackMap stack:
aload 3
getfield sun.text.normalizer.Trie2.index:[C
aload 3
getfield sun.text.normalizer.Trie2.data16:I
iload 5
iadd
aload 0
invokevirtual java.nio.ByteBuffer.getChar:()C
castore
42: iinc 5 1
StackMap locals:
StackMap stack:
43: iload 5
aload 3
getfield sun.text.normalizer.Trie2.dataLength:I
if_icmplt 41
44: aload 3
aconst_null
putfield sun.text.normalizer.Trie2.data32:[I
45: aload 3
aload 3
getfield sun.text.normalizer.Trie2.index:[C
aload 3
getfield sun.text.normalizer.Trie2.dataNullOffset:I
caload
putfield sun.text.normalizer.Trie2.initialValue:I
46: aload 3
aload 3
getfield sun.text.normalizer.Trie2.index:[C
aload 3
getfield sun.text.normalizer.Trie2.data16:I
sipush 128
iadd
caload
putfield sun.text.normalizer.Trie2.errorValue:I
47: aload 3
astore 7
48: aload 0
aload 1
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
pop
49: aload 7
areturn
end local 5 end local 4 end local 3 end local 2 50: StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder
StackMap stack: java.lang.Throwable
astore 6
51: aload 0
aload 1
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
pop
52: aload 6
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 53 0 bytes Ljava/nio/ByteBuffer;
1 53 1 outerByteOrder Ljava/nio/ByteOrder;
2 50 2 header Lsun/text/normalizer/Trie2$UTrie2Header;
8 13 3 isBigEndian Z
23 50 3 This Lsun/text/normalizer/Trie2;
32 50 4 indexArraySize I
35 50 5 i I
Exception table:
from to target type
1 48 50 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bytes
public abstract int get(int);
descriptor: (I)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
codePoint
public abstract int getFromU16SingleLead(char);
descriptor: (C)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
c
public java.util.Iterator<sun.text.normalizer.Trie2$Range> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic sun.text.normalizer.Trie2.defaultValueMapper:Lsun/text/normalizer/Trie2$ValueMapper;
invokevirtual sun.text.normalizer.Trie2.iterator:(Lsun/text/normalizer/Trie2$ValueMapper;)Ljava/util/Iterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/Trie2;
Signature: ()Ljava/util/Iterator<Lsun/text/normalizer/Trie2$Range;>;
public java.util.Iterator<sun.text.normalizer.Trie2$Range> iterator(sun.text.normalizer.Trie2$ValueMapper);
descriptor: (Lsun/text/normalizer/Trie2$ValueMapper;)Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new sun.text.normalizer.Trie2$Trie2Iterator
dup
aload 0
aload 1
invokespecial sun.text.normalizer.Trie2$Trie2Iterator.<init>:(Lsun/text/normalizer/Trie2;Lsun/text/normalizer/Trie2$ValueMapper;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/Trie2;
0 1 1 mapper Lsun/text/normalizer/Trie2$ValueMapper;
Signature: (Lsun/text/normalizer/Trie2$ValueMapper;)Ljava/util/Iterator<Lsun/text/normalizer/Trie2$Range;>;
MethodParameters:
Name Flags
mapper
int rangeEnd(int, int, int);
descriptor: (III)I
flags: (0x0000)
Code:
stack=2, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.text.normalizer.Trie2.highStart:I
iload 2
invokestatic java.lang.Math.min:(II)I
istore 5
start local 5 1: iload 1
iconst_1
iadd
istore 4
start local 4 2: goto 6
3: StackMap locals: int int
StackMap stack:
aload 0
iload 4
invokevirtual sun.text.normalizer.Trie2.get:(I)I
iload 3
if_icmpeq 5
4: goto 7
5: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals:
StackMap stack:
iload 4
aload 0
getfield sun.text.normalizer.Trie2.highStart:I
if_icmplt 9
8: iload 2
istore 4
9: StackMap locals:
StackMap stack:
iload 4
iconst_1
isub
ireturn
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 10 0 this Lsun/text/normalizer/Trie2;
0 10 1 start I
0 10 2 limitp I
0 10 3 val I
2 10 4 c I
1 10 5 limit I
MethodParameters:
Name Flags
start
limitp
val
private static int initHash();
descriptor: ()I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc -2128831035
ireturn
LocalVariableTable:
Start End Slot Name Signature
private static int hashByte(int, int);
descriptor: (II)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 0
ldc 16777619
imul
istore 0
1: iload 0
iload 1
ixor
istore 0
2: iload 0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 h I
0 3 1 b I
MethodParameters:
Name Flags
h
b
private static int hashUChar32(int, int);
descriptor: (II)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 0
iload 1
sipush 255
iand
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
1: iload 0
iload 1
bipush 8
ishr
sipush 255
iand
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
2: iload 0
iload 1
bipush 16
ishr
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
3: iload 0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 h I
0 4 1 c I
MethodParameters:
Name Flags
h
c
private static int hashInt(int, int);
descriptor: (II)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 0
iload 1
sipush 255
iand
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
1: iload 0
iload 1
bipush 8
ishr
sipush 255
iand
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
2: iload 0
iload 1
bipush 16
ishr
sipush 255
iand
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
3: iload 0
iload 1
bipush 24
ishr
sipush 255
iand
invokestatic sun.text.normalizer.Trie2.hashByte:(II)I
istore 0
4: iload 0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 h I
0 5 1 i I
MethodParameters:
Name Flags
h
i
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lsun/text/normalizer/Trie2$Range;>;
SourceFile: "Trie2.java"
NestMembers:
sun.text.normalizer.Trie2$1 sun.text.normalizer.Trie2$Range sun.text.normalizer.Trie2$Trie2Iterator sun.text.normalizer.Trie2$UTrie2Header sun.text.normalizer.Trie2$ValueMapper
InnerClasses:
sun.text.normalizer.Trie2$1
public Range = sun.text.normalizer.Trie2$Range of sun.text.normalizer.Trie2
Trie2Iterator = sun.text.normalizer.Trie2$Trie2Iterator of sun.text.normalizer.Trie2
UTrie2Header = sun.text.normalizer.Trie2$UTrie2Header of sun.text.normalizer.Trie2
public abstract ValueMapper = sun.text.normalizer.Trie2$ValueMapper of sun.text.normalizer.Trie2