public abstract class com.sun.javafx.font.CharToGlyphMapper
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.javafx.font.CharToGlyphMapper
super_class: java.lang.Object
{
public static final int HI_SURROGATE_SHIFT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 10
public static final int HI_SURROGATE_START;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 55296
public static final int HI_SURROGATE_END;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 56319
public static final int LO_SURROGATE_START;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 56320
public static final int LO_SURROGATE_END;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 57343
public static final int SURROGATES_START;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65536
public static final int MISSING_GLYPH;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int INVISIBLE_GLYPH_ID;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65535
protected int missingGlyph;
descriptor: I
flags: (0x0004) ACC_PROTECTED
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_0
putfield com.sun.javafx.font.CharToGlyphMapper.missingGlyph:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
public boolean canDisplay(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.sun.javafx.font.CharToGlyphMapper.charToGlyph:(C)I
istore 2
start local 2 1: iload 2
aload 0
getfield com.sun.javafx.font.CharToGlyphMapper.missingGlyph:I
if_icmpeq 2
iconst_1
ireturn
StackMap locals: int
StackMap stack:
2: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
0 3 1 cp C
1 3 2 glyph I
MethodParameters:
Name Flags
cp
public int getMissingGlyphCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.font.CharToGlyphMapper.missingGlyph:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
public abstract int getGlyphCode(int);
descriptor: (I)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
charCode
public int charToGlyph(char);
descriptor: (C)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.sun.javafx.font.CharToGlyphMapper.getGlyphCode:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
0 1 1 unicode C
MethodParameters:
Name Flags
unicode
public int charToGlyph(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.sun.javafx.font.CharToGlyphMapper.getGlyphCode:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
0 1 1 unicode I
MethodParameters:
Name Flags
unicode
public void charsToGlyphs(int, int, char[], int[], int);
descriptor: (II[C[II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iconst_0
istore 6
start local 6 1: goto 21
2: StackMap locals: int
StackMap stack:
aload 3
iload 1
iload 6
iadd
caload
istore 7
start local 7 3: iload 7
ldc 55296
if_icmplt 19
4: iload 7
ldc 56319
if_icmpgt 19
iload 6
iconst_1
iadd
iload 2
if_icmpge 19
5: aload 3
iload 1
iload 6
iadd
iconst_1
iadd
caload
istore 8
start local 8 6: iload 8
ldc 56320
if_icmplt 19
7: iload 8
ldc 57343
if_icmpgt 19
8: iload 7
ldc 55296
isub
bipush 10
ishl
9: iload 8
10: iadd
11: ldc 56320
12: isub
13: ldc 65536
14: iadd
istore 7
15: aload 4
iload 5
iload 6
iadd
aload 0
iload 7
invokevirtual com.sun.javafx.font.CharToGlyphMapper.getGlyphCode:(I)I
iastore
16: iinc 6 1
17: aload 4
iload 5
iload 6
iadd
ldc 65535
iastore
18: goto 20
end local 8 19: StackMap locals: int
StackMap stack:
aload 4
iload 5
iload 6
iadd
aload 0
iload 7
invokevirtual com.sun.javafx.font.CharToGlyphMapper.getGlyphCode:(I)I
iastore
end local 7 20: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
21: iload 6
iload 2
if_icmplt 2
end local 6 22: 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 23 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
0 23 1 start I
0 23 2 count I
0 23 3 unicodes [C
0 23 4 glyphs [I
0 23 5 glyphStart I
1 22 6 i I
3 20 7 code I
6 19 8 low C
MethodParameters:
Name Flags
start
count
unicodes
glyphs
glyphStart
public void charsToGlyphs(int, int, char[], int[]);
descriptor: (II[C[I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
aload 3
aload 4
iconst_0
invokevirtual com.sun.javafx.font.CharToGlyphMapper.charsToGlyphs:(II[C[II)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
0 2 1 start I
0 2 2 count I
0 2 3 unicodes [C
0 2 4 glyphs [I
MethodParameters:
Name Flags
start
count
unicodes
glyphs
public void charsToGlyphs(int, char[], int[]);
descriptor: (I[C[I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iconst_0
iload 1
aload 2
aload 3
iconst_0
invokevirtual com.sun.javafx.font.CharToGlyphMapper.charsToGlyphs:(II[C[II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/font/CharToGlyphMapper;
0 2 1 count I
0 2 2 unicodes [C
0 2 3 glyphs [I
MethodParameters:
Name Flags
count
unicodes
glyphs
}
SourceFile: "CharToGlyphMapper.java"