class sun.text.normalizer.Trie2$Trie2Iterator implements java.util.Iterator<sun.text.normalizer.Trie2$Range>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.text.normalizer.Trie2$Trie2Iterator
super_class: java.lang.Object
{
private sun.text.normalizer.Trie2$ValueMapper mapper;
descriptor: Lsun/text/normalizer/Trie2$ValueMapper;
flags: (0x0002) ACC_PRIVATE
private sun.text.normalizer.Trie2$Range returnValue;
descriptor: Lsun/text/normalizer/Trie2$Range;
flags: (0x0002) ACC_PRIVATE
private int nextStart;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int limitCP;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean doingCodePoints;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean doLeadSurrogates;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final sun.text.normalizer.Trie2 this$0;
descriptor: Lsun/text/normalizer/Trie2;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.text.normalizer.Trie2, sun.text.normalizer.Trie2$ValueMapper);
descriptor: (Lsun/text/normalizer/Trie2;Lsun/text/normalizer/Trie2$ValueMapper;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new sun.text.normalizer.Trie2$Range
dup
invokespecial sun.text.normalizer.Trie2$Range.<init>:()V
putfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
2: aload 0
iconst_1
putfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
3: aload 0
iconst_1
putfield sun.text.normalizer.Trie2$Trie2Iterator.doLeadSurrogates:Z
4: aload 0
aload 2
putfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
5: aload 0
iconst_0
putfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
6: aload 0
ldc 1114112
putfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
7: aload 0
iconst_1
putfield sun.text.normalizer.Trie2$Trie2Iterator.doLeadSurrogates:Z
8: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/text/normalizer/Trie2$Trie2Iterator;
0 9 2 vm Lsun/text/normalizer/Trie2$ValueMapper;
MethodParameters:
Name Flags
this$0 final
vm
public sun.text.normalizer.Trie2$Range next();
descriptor: ()Lsun/text/normalizer/Trie2$Range;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
if_icmplt 5
3: aload 0
iconst_0
putfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
4: aload 0
ldc 55296
putfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
5: StackMap locals:
StackMap stack:
iconst_0
istore 1
start local 1 6: iconst_0
istore 2
start local 2 7: iconst_0
istore 3
start local 3 8: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
ifeq 19
9: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
invokevirtual sun.text.normalizer.Trie2.get:(I)I
istore 2
10: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
iload 2
invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
istore 3
11: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
iload 2
invokevirtual sun.text.normalizer.Trie2.rangeEnd:(III)I
istore 1
12: StackMap locals: int int int
StackMap stack:
iload 1
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
iconst_1
isub
if_icmplt 14
13: goto 29
14: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
iload 1
iconst_1
iadd
invokevirtual sun.text.normalizer.Trie2.get:(I)I
istore 2
15: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
iload 2
invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
iload 3
if_icmpeq 17
16: goto 29
17: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
iload 1
iconst_1
iadd
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
iload 2
invokevirtual sun.text.normalizer.Trie2.rangeEnd:(III)I
istore 1
18: goto 12
19: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
i2c
invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
istore 2
20: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
iload 2
invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
istore 3
21: aload 0
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
i2c
invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.rangeEndLS:(C)I
istore 1
22: StackMap locals:
StackMap stack:
iload 1
ldc 56319
if_icmplt 24
23: goto 29
24: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
iload 1
iconst_1
iadd
i2c
invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
istore 2
25: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
iload 2
invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
iload 3
if_icmpeq 27
26: goto 29
27: StackMap locals:
StackMap stack:
aload 0
iload 1
iconst_1
iadd
i2c
invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.rangeEndLS:(C)I
istore 1
28: goto 22
29: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
putfield sun.text.normalizer.Trie2$Range.startCodePoint:I
30: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
iload 1
putfield sun.text.normalizer.Trie2$Range.endCodePoint:I
31: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
iload 3
putfield sun.text.normalizer.Trie2$Range.value:I
32: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
ifeq 33
iconst_0
goto 34
StackMap locals:
StackMap stack: sun.text.normalizer.Trie2$Range
33: iconst_1
StackMap locals: sun.text.normalizer.Trie2$Trie2Iterator int int int
StackMap stack: sun.text.normalizer.Trie2$Range int
34: putfield sun.text.normalizer.Trie2$Range.leadSurrogate:Z
35: aload 0
iload 1
iconst_1
iadd
putfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
36: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Lsun/text/normalizer/Trie2$Trie2Iterator;
6 37 1 endOfRange I
7 37 2 val I
8 37 3 mappedVal I
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
ifeq 1
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.doLeadSurrogates:Z
ifne 2
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
if_icmplt 2
StackMap locals:
StackMap stack:
1: aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
ldc 56320
if_icmplt 2
iconst_0
ireturn
StackMap locals:
StackMap stack:
2: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/normalizer/Trie2$Trie2Iterator;
private int rangeEndLS(char);
descriptor: (C)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: iload 1
ldc 56319
if_icmplt 2
1: ldc 56319
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
iload 1
invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
istore 3
start local 3 3: iload 1
iconst_1
iadd
istore 2
start local 2 4: goto 8
5: StackMap locals: int int
StackMap stack:
aload 0
getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
iload 2
i2c
invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
iload 3
if_icmpeq 7
6: goto 9
7: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
8: iload 2
ldc 56319
if_icmple 5
9: StackMap locals:
StackMap stack:
iload 2
iconst_1
isub
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/Trie2$Trie2Iterator;
0 10 1 startingLS C
4 10 2 c I
3 10 3 val I
MethodParameters:
Name Flags
startingLS
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.next:()Lsun/text/normalizer/Trie2$Range;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lsun/text/normalizer/Trie2$Range;>;
SourceFile: "Trie2.java"
NestHost: sun.text.normalizer.Trie2
InnerClasses:
public Range = sun.text.normalizer.Trie2$Range of sun.text.normalizer.Trie2
Trie2Iterator = sun.text.normalizer.Trie2$Trie2Iterator of sun.text.normalizer.Trie2
public abstract ValueMapper = sun.text.normalizer.Trie2$ValueMapper of sun.text.normalizer.Trie2