public class sun.text.normalizer.IntTrie extends sun.text.normalizer.Trie
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.text.normalizer.IntTrie
super_class: sun.text.normalizer.Trie
{
private int m_initialValue_;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int[] m_data_;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
public void <init>(java.io.InputStream, sun.text.normalizer.Trie$DataManipulate);
descriptor: (Ljava/io/InputStream;Lsun/text/normalizer/Trie$DataManipulate;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial sun.text.normalizer.Trie.<init>:(Ljava/io/InputStream;Lsun/text/normalizer/Trie$DataManipulate;)V
1: aload 0
invokevirtual sun.text.normalizer.IntTrie.isIntTrie:()Z
ifne 5
2: new java.lang.IllegalArgumentException
dup
3: ldc "Data given does not belong to a int trie."
4: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals: sun.text.normalizer.IntTrie java.io.InputStream sun.text.normalizer.Trie$DataManipulate
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/text/normalizer/IntTrie;
0 6 1 inputStream Ljava/io/InputStream;
0 6 2 datamanipulate Lsun/text/normalizer/Trie$DataManipulate;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
inputStream
datamanipulate
public final int getCodePointValue(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual sun.text.normalizer.IntTrie.getCodePointOffset:(I)I
istore 2
start local 2 1: iload 2
iflt 2
aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
iload 2
iaload
goto 3
StackMap locals: int
StackMap stack:
2: aload 0
getfield sun.text.normalizer.IntTrie.m_initialValue_:I
StackMap locals:
StackMap stack: int
3: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/text/normalizer/IntTrie;
0 4 1 ch I
1 4 2 offset I
MethodParameters:
Name Flags
ch
public final int getLeadValue(char);
descriptor: (C)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
aload 0
iload 1
invokevirtual sun.text.normalizer.IntTrie.getLeadOffset:(C)I
iaload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/IntTrie;
0 1 1 ch C
MethodParameters:
Name Flags
ch
public final int getTrailValue(int, char);
descriptor: (IC)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.text.normalizer.IntTrie.m_dataManipulate_:Lsun/text/normalizer/Trie$DataManipulate;
ifnonnull 4
1: new java.lang.NullPointerException
dup
2: ldc "The field DataManipulate in this Trie is null"
3: invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.IntTrie.m_dataManipulate_:Lsun/text/normalizer/Trie$DataManipulate;
iload 1
invokeinterface sun.text.normalizer.Trie$DataManipulate.getFoldingOffset:(I)I
istore 3
start local 3 5: iload 3
ifle 9
6: aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
aload 0
iload 3
7: iload 2
sipush 1023
iand
i2c
8: invokevirtual sun.text.normalizer.IntTrie.getRawOffset:(IC)I
iaload
ireturn
9: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.IntTrie.m_initialValue_:I
ireturn
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/IntTrie;
0 10 1 leadvalue I
0 10 2 trail C
5 10 3 offset I
MethodParameters:
Name Flags
leadvalue
trail
protected final void unserialize(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.text.normalizer.Trie.unserialize:(Ljava/io/InputStream;)V
1: aload 0
aload 0
getfield sun.text.normalizer.IntTrie.m_dataLength_:I
newarray 10
putfield sun.text.normalizer.IntTrie.m_data_:[I
2: new java.io.DataInputStream
dup
aload 1
invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
astore 2
start local 2 3: iconst_0
istore 3
start local 3 4: goto 7
5: StackMap locals: java.io.DataInputStream int
StackMap stack:
aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
iload 3
aload 2
invokevirtual java.io.DataInputStream.readInt:()I
iastore
6: iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
aload 0
getfield sun.text.normalizer.IntTrie.m_dataLength_:I
if_icmplt 5
end local 3 8: aload 0
aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
iconst_0
iaload
putfield sun.text.normalizer.IntTrie.m_initialValue_:I
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/text/normalizer/IntTrie;
0 10 1 inputStream Ljava/io/InputStream;
3 10 2 input Ljava/io/DataInputStream;
4 8 3 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
inputStream
protected final int getSurrogateOffset(char, char);
descriptor: (CC)I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.text.normalizer.IntTrie.m_dataManipulate_:Lsun/text/normalizer/Trie$DataManipulate;
ifnonnull 4
1: new java.lang.NullPointerException
dup
2: ldc "The field DataManipulate in this Trie is null"
3: invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.IntTrie.m_dataManipulate_:Lsun/text/normalizer/Trie$DataManipulate;
aload 0
iload 1
invokevirtual sun.text.normalizer.IntTrie.getLeadValue:(C)I
invokeinterface sun.text.normalizer.Trie$DataManipulate.getFoldingOffset:(I)I
istore 3
start local 3 5: iload 3
ifle 7
6: aload 0
iload 3
iload 2
sipush 1023
iand
i2c
invokevirtual sun.text.normalizer.IntTrie.getRawOffset:(IC)I
ireturn
7: StackMap locals: int
StackMap stack:
iconst_m1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/text/normalizer/IntTrie;
0 8 1 lead C
0 8 2 trail C
5 8 3 offset I
MethodParameters:
Name Flags
lead
trail
protected final int getValue(int);
descriptor: (I)I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
iload 1
iaload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/IntTrie;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final int getInitialValue();
descriptor: ()I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.text.normalizer.IntTrie.m_initialValue_:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/IntTrie;
void <init>(char[], int[], int, int, sun.text.normalizer.Trie$DataManipulate);
descriptor: ([C[IIILsun/text/normalizer/Trie$DataManipulate;)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
iload 4
aload 5
invokespecial sun.text.normalizer.Trie.<init>:([CILsun/text/normalizer/Trie$DataManipulate;)V
1: aload 0
aload 2
putfield sun.text.normalizer.IntTrie.m_data_:[I
2: aload 0
aload 0
getfield sun.text.normalizer.IntTrie.m_data_:[I
arraylength
putfield sun.text.normalizer.IntTrie.m_dataLength_:I
3: aload 0
iload 3
putfield sun.text.normalizer.IntTrie.m_initialValue_:I
4: return
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 5 0 this Lsun/text/normalizer/IntTrie;
0 5 1 index [C
0 5 2 data [I
0 5 3 initialvalue I
0 5 4 options I
0 5 5 datamanipulate Lsun/text/normalizer/Trie$DataManipulate;
MethodParameters:
Name Flags
index
data
initialvalue
options
datamanipulate
}
SourceFile: "IntTrie.java"
InnerClasses:
public abstract DataManipulate = sun.text.normalizer.Trie$DataManipulate of sun.text.normalizer.Trie