public final class sun.text.ComposedCharIter
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.text.ComposedCharIter
super_class: java.lang.Object
{
public static final int DONE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
private static int[] chars;
descriptor: [I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.lang.String[] decomps;
descriptor: [Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int decompNum;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private int curChar;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: sipush 2100
istore 0
start local 0 1: iload 0
newarray 10
putstatic sun.text.ComposedCharIter.chars:[I
2: iload 0
anewarray java.lang.String
putstatic sun.text.ComposedCharIter.decomps:[Ljava/lang/String;
3: getstatic sun.text.ComposedCharIter.chars:[I
getstatic sun.text.ComposedCharIter.decomps:[Ljava/lang/String;
invokestatic sun.text.normalizer.NormalizerImpl.getDecompose:([I[Ljava/lang/String;)I
putstatic sun.text.ComposedCharIter.decompNum:I
end local 0 4: return
LocalVariableTable:
Start End Slot Name Signature
1 4 0 maxNum I
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_m1
putfield sun.text.ComposedCharIter.curChar:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/ComposedCharIter;
public int next();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.text.ComposedCharIter.curChar:I
getstatic sun.text.ComposedCharIter.decompNum:I
iconst_1
isub
if_icmpne 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
getstatic sun.text.ComposedCharIter.chars:[I
aload 0
dup
getfield sun.text.ComposedCharIter.curChar:I
iconst_1
iadd
dup_x1
putfield sun.text.ComposedCharIter.curChar:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/ComposedCharIter;
public java.lang.String decomposition();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.text.ComposedCharIter.decomps:[Ljava/lang/String;
aload 0
getfield sun.text.ComposedCharIter.curChar:I
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/ComposedCharIter;
}
SourceFile: "ComposedCharIter.java"