public class sun.text.normalizer.UnicodeSetIterator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.text.normalizer.UnicodeSetIterator
super_class: java.lang.Object
{
public static int IS_STRING;
descriptor: I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
public int codepoint;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public int codepointEnd;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public java.lang.String string;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
private sun.text.normalizer.UnicodeSet set;
descriptor: Lsun/text/normalizer/UnicodeSet;
flags: (0x0002) ACC_PRIVATE
private int endRange;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int range;
descriptor: I
flags: (0x0002) ACC_PRIVATE
protected int endElement;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int nextElement;
descriptor: I
flags: (0x0004) ACC_PROTECTED
private java.util.Iterator stringIterator;
descriptor: Ljava/util/Iterator;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_m1
putstatic sun.text.normalizer.UnicodeSetIterator.IS_STRING:I
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(sun.text.normalizer.UnicodeSet);
descriptor: (Lsun/text/normalizer/UnicodeSet;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield sun.text.normalizer.UnicodeSetIterator.endRange:I
2: aload 0
iconst_0
putfield sun.text.normalizer.UnicodeSetIterator.range:I
3: aload 0
aconst_null
putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
4: aload 0
aload 1
invokevirtual sun.text.normalizer.UnicodeSetIterator.reset:(Lsun/text/normalizer/UnicodeSet;)V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/text/normalizer/UnicodeSetIterator;
0 6 1 set Lsun/text/normalizer/UnicodeSet;
MethodParameters:
Name Flags
set
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
if_icmpgt 5
1: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
putfield sun.text.normalizer.UnicodeSetIterator.codepointEnd:I
2: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
putfield sun.text.normalizer.UnicodeSetIterator.codepoint:I
3: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
iconst_1
iadd
putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.range:I
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endRange:I
if_icmpge 11
6: aload 0
aload 0
dup
getfield sun.text.normalizer.UnicodeSetIterator.range:I
iconst_1
iadd
dup_x1
putfield sun.text.normalizer.UnicodeSetIterator.range:I
invokevirtual sun.text.normalizer.UnicodeSetIterator.loadRange:(I)V
7: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
putfield sun.text.normalizer.UnicodeSetIterator.codepointEnd:I
8: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
putfield sun.text.normalizer.UnicodeSetIterator.codepoint:I
9: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endElement:I
iconst_1
iadd
putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
10: iconst_1
ireturn
11: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
ifnonnull 12
iconst_0
ireturn
12: StackMap locals:
StackMap stack:
aload 0
getstatic sun.text.normalizer.UnicodeSetIterator.IS_STRING:I
putfield sun.text.normalizer.UnicodeSetIterator.codepoint:I
13: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
putfield sun.text.normalizer.UnicodeSetIterator.string:Ljava/lang/String;
14: aload 0
getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifne 15
aload 0
aconst_null
putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
15: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/text/normalizer/UnicodeSetIterator;
public void reset(sun.text.normalizer.UnicodeSet);
descriptor: (Lsun/text/normalizer/UnicodeSet;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
1: aload 0
invokevirtual sun.text.normalizer.UnicodeSetIterator.reset:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/normalizer/UnicodeSetIterator;
0 3 1 set Lsun/text/normalizer/UnicodeSet;
MethodParameters:
Name Flags
set
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
invokevirtual sun.text.normalizer.UnicodeSet.getRangeCount:()I
iconst_1
isub
putfield sun.text.normalizer.UnicodeSetIterator.endRange:I
1: aload 0
iconst_0
putfield sun.text.normalizer.UnicodeSetIterator.range:I
2: aload 0
iconst_m1
putfield sun.text.normalizer.UnicodeSetIterator.endElement:I
3: aload 0
iconst_0
putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
4: aload 0
getfield sun.text.normalizer.UnicodeSetIterator.endRange:I
iflt 6
5: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.range:I
invokevirtual sun.text.normalizer.UnicodeSetIterator.loadRange:(I)V
6: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
7: aload 0
getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
getfield sun.text.normalizer.UnicodeSet.strings:Ljava/util/TreeSet;
ifnull 10
8: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
getfield sun.text.normalizer.UnicodeSet.strings:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.iterator:()Ljava/util/Iterator;
putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
9: aload 0
getfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
aload 0
aconst_null
putfield sun.text.normalizer.UnicodeSetIterator.stringIterator:Ljava/util/Iterator;
10: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/text/normalizer/UnicodeSetIterator;
protected void loadRange(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
iload 1
invokevirtual sun.text.normalizer.UnicodeSet.getRangeStart:(I)I
putfield sun.text.normalizer.UnicodeSetIterator.nextElement:I
1: aload 0
aload 0
getfield sun.text.normalizer.UnicodeSetIterator.set:Lsun/text/normalizer/UnicodeSet;
iload 1
invokevirtual sun.text.normalizer.UnicodeSet.getRangeEnd:(I)I
putfield sun.text.normalizer.UnicodeSetIterator.endElement:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/normalizer/UnicodeSetIterator;
0 3 1 range I
MethodParameters:
Name Flags
range
}
SourceFile: "UnicodeSetIterator.java"