public final class sun.font.FontRunIterator
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.font.FontRunIterator
super_class: java.lang.Object
{
sun.font.CompositeFont font;
descriptor: Lsun/font/CompositeFont;
flags: (0x0000)
char[] text;
descriptor: [C
flags: (0x0000)
int start;
descriptor: I
flags: (0x0000)
int limit;
descriptor: I
flags: (0x0000)
sun.font.CompositeGlyphMapper mapper;
descriptor: Lsun/font/CompositeGlyphMapper;
flags: (0x0000)
int slot;
descriptor: I
flags: (0x0000)
int pos;
descriptor: I
flags: (0x0000)
static final int SURROGATE_START;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 65536
static final int LEAD_START;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 55296
static final int LEAD_LIMIT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 56320
static final int TAIL_START;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 56320
static final int TAIL_LIMIT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 57344
static final int LEAD_SURROGATE_SHIFT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 10
static final int SURROGATE_OFFSET;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -56613888
static final int DONE;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -1
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.font.FontRunIterator.slot:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/font/FontRunIterator;
public void init(sun.font.CompositeFont, char[], int, int);
descriptor: (Lsun/font/CompositeFont;[CII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnull 1
aload 2
ifnull 1
iload 3
iflt 1
iload 4
iload 3
if_icmplt 1
iload 4
aload 2
arraylength
if_icmple 2
1: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield sun.font.FontRunIterator.font:Lsun/font/CompositeFont;
3: aload 0
aload 2
putfield sun.font.FontRunIterator.text:[C
4: aload 0
iload 3
putfield sun.font.FontRunIterator.start:I
5: aload 0
iload 4
putfield sun.font.FontRunIterator.limit:I
6: aload 0
aload 1
invokevirtual sun.font.CompositeFont.getMapper:()Lsun/font/CharToGlyphMapper;
checkcast sun.font.CompositeGlyphMapper
putfield sun.font.FontRunIterator.mapper:Lsun/font/CompositeGlyphMapper;
7: aload 0
iconst_m1
putfield sun.font.FontRunIterator.slot:I
8: aload 0
iload 3
putfield sun.font.FontRunIterator.pos:I
9: return
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/font/FontRunIterator;
0 10 1 font Lsun/font/CompositeFont;
0 10 2 text [C
0 10 3 start I
0 10 4 limit I
MethodParameters:
Name Flags
font
text
start
limit
public sun.font.PhysicalFont getFont();
descriptor: ()Lsun/font/PhysicalFont;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.font.FontRunIterator.slot:I
iconst_m1
if_icmpne 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield sun.font.FontRunIterator.font:Lsun/font/CompositeFont;
aload 0
getfield sun.font.FontRunIterator.slot:I
invokevirtual sun.font.CompositeFont.getSlotFont:(I)Lsun/font/PhysicalFont;
StackMap locals:
StackMap stack: sun.font.PhysicalFont
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/font/FontRunIterator;
public int getGlyphMask();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.font.FontRunIterator.slot:I
bipush 24
ishl
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/font/FontRunIterator;
public int getPos();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.font.FontRunIterator.pos:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/font/FontRunIterator;
public boolean next(int, int);
descriptor: (II)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.font.FontRunIterator.pos:I
iload 2
if_icmpne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
iload 2
invokevirtual sun.font.FontRunIterator.nextCodePoint:(I)I
istore 3
start local 3 3: aload 0
getfield sun.font.FontRunIterator.mapper:Lsun/font/CompositeGlyphMapper;
iload 3
invokevirtual sun.font.CompositeGlyphMapper.charToGlyph:(I)I
ldc -16777216
iand
istore 4
start local 4 4: aload 0
iload 4
bipush 24
iushr
putfield sun.font.FontRunIterator.slot:I
5: StackMap locals: int int
StackMap stack:
aload 0
iload 2
invokevirtual sun.font.FontRunIterator.nextCodePoint:(I)I
dup
istore 3
iconst_m1
if_icmpeq 6
aload 0
getfield sun.font.FontRunIterator.mapper:Lsun/font/CompositeGlyphMapper;
iload 3
invokevirtual sun.font.CompositeGlyphMapper.charToGlyph:(I)I
ldc -16777216
iand
iload 4
if_icmpeq 5
6: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual sun.font.FontRunIterator.pushback:(I)V
7: iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/font/FontRunIterator;
0 8 1 script I
0 8 2 lim I
3 8 3 ch I
4 8 4 sl I
MethodParameters:
Name Flags
script
lim
public boolean next();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
aload 0
getfield sun.font.FontRunIterator.limit:I
invokevirtual sun.font.FontRunIterator.next:(II)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/font/FontRunIterator;
int nextCodePoint();
descriptor: ()I
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield sun.font.FontRunIterator.limit:I
invokevirtual sun.font.FontRunIterator.nextCodePoint:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/font/FontRunIterator;
int nextCodePoint(int);
descriptor: (I)I
flags: (0x0000)
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.font.FontRunIterator.pos:I
iload 1
if_icmplt 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.font.FontRunIterator.text:[C
aload 0
dup
getfield sun.font.FontRunIterator.pos:I
dup_x1
iconst_1
iadd
putfield sun.font.FontRunIterator.pos:I
caload
istore 2
start local 2 3: iload 2
ldc 55296
if_icmplt 8
iload 2
ldc 56320
if_icmpge 8
aload 0
getfield sun.font.FontRunIterator.pos:I
iload 1
if_icmpge 8
4: aload 0
getfield sun.font.FontRunIterator.text:[C
aload 0
getfield sun.font.FontRunIterator.pos:I
caload
istore 3
start local 3 5: iload 3
ldc 56320
if_icmplt 8
iload 3
ldc 57344
if_icmpge 8
6: aload 0
dup
getfield sun.font.FontRunIterator.pos:I
iconst_1
iadd
putfield sun.font.FontRunIterator.pos:I
7: iload 2
bipush 10
ishl
iload 3
iadd
ldc -56613888
iadd
istore 2
end local 3 8: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/font/FontRunIterator;
0 9 1 lim I
3 9 2 ch I
5 8 3 nch I
MethodParameters:
Name Flags
lim
void pushback(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 5
1: iload 1
ldc 65536
if_icmplt 4
2: aload 0
dup
getfield sun.font.FontRunIterator.pos:I
iconst_2
isub
putfield sun.font.FontRunIterator.pos:I
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.font.FontRunIterator.pos:I
iconst_1
isub
putfield sun.font.FontRunIterator.pos:I
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/font/FontRunIterator;
0 6 1 ch I
MethodParameters:
Name Flags
ch
}
SourceFile: "FontRunIterator.java"