public abstract class sun.font.CharToGlyphMapper
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.font.CharToGlyphMapper
super_class: java.lang.Object
{
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 VS_START;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65024
public static final int VS_END;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65039
public static final int VSS_START;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 917760
public static final int VSS_END;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 918015
public static final int UNINITIALIZED_GLYPH;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
public static final int INVISIBLE_GLYPH_ID;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65535
public static final int INVISIBLE_GLYPHS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65534
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_m1
putfield sun.font.CharToGlyphMapper.missingGlyph:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/font/CharToGlyphMapper;
public int getMissingGlyphCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.font.CharToGlyphMapper.missingGlyph:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/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 sun.font.CharToGlyphMapper.charToGlyph:(C)I
istore 2
start local 2 1: iload 2
aload 0
getfield sun.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 Lsun/font/CharToGlyphMapper;
0 3 1 ch C
1 3 2 glyph I
MethodParameters:
Name Flags
ch
public boolean canDisplay(int);
descriptor: (I)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 sun.font.CharToGlyphMapper.charToGlyph:(I)I
istore 2
start local 2 1: iload 2
aload 0
getfield sun.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 Lsun/font/CharToGlyphMapper;
0 3 1 cp I
1 3 2 glyph I
MethodParameters:
Name Flags
cp
public int charToGlyph(char);
descriptor: (C)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: iconst_1
newarray 5
astore 2
start local 2 1: iconst_1
newarray 10
astore 3
start local 3 2: aload 2
iconst_0
iload 1
castore
3: aload 0
iconst_1
aload 2
aload 3
invokevirtual sun.font.CharToGlyphMapper.charsToGlyphs:(I[C[I)V
4: aload 3
iconst_0
iaload
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/font/CharToGlyphMapper;
0 5 1 unicode C
1 5 2 chars [C
2 5 3 glyphs [I
MethodParameters:
Name Flags
unicode
public int charToGlyph(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: iconst_1
newarray 10
astore 2
start local 2 1: iconst_1
newarray 10
astore 3
start local 3 2: aload 2
iconst_0
iload 1
iastore
3: aload 0
iconst_1
aload 2
aload 3
invokevirtual sun.font.CharToGlyphMapper.charsToGlyphs:(I[I[I)V
4: aload 3
iconst_0
iaload
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/font/CharToGlyphMapper;
0 5 1 unicode I
1 5 2 chars [I
2 5 3 glyphs [I
MethodParameters:
Name Flags
unicode
public int charToVariationGlyph(int, int);
descriptor: (II)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokevirtual sun.font.CharToGlyphMapper.charToGlyph:(I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/font/CharToGlyphMapper;
0 1 1 unicode I
0 1 2 variationSelector I
MethodParameters:
Name Flags
unicode
variationSelector
public abstract int getNumGlyphs();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void charsToGlyphs(int, char[], int[]);
descriptor: (I[C[I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
count
unicodes
glyphs
public abstract boolean charsToGlyphsNS(int, char[], int[]);
descriptor: (I[C[I)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
count
unicodes
glyphs
public abstract void charsToGlyphs(int, int[], int[]);
descriptor: (I[I[I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
count
unicodes
glyphs
public static boolean isVariationSelector(int);
descriptor: (I)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
ldc 917760
if_icmplt 1
iload 0
ldc 918015
if_icmple 4
1: StackMap locals:
StackMap stack:
iload 0
ldc 65024
if_icmplt 3
iload 0
ldc 65039
2: if_icmple 4
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
StackMap locals:
StackMap stack:
4: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 charCode I
MethodParameters:
Name Flags
charCode
}
SourceFile: "CharToGlyphMapper.java"