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 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 // sun.font.CharToGlyphMapper this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_m1
            putfield sun.font.CharToGlyphMapper.missingGlyph:I
         2: .line 33
            return
        end local 0 // sun.font.CharToGlyphMapper this
      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 // sun.font.CharToGlyphMapper this
         0: .line 47
            aload 0 /* this */
            getfield sun.font.CharToGlyphMapper.missingGlyph:I
            ireturn
        end local 0 // sun.font.CharToGlyphMapper this
      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 // sun.font.CharToGlyphMapper this
        start local 1 // char ch
         0: .line 55
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual sun.font.CharToGlyphMapper.charToGlyph:(C)I
            istore 2 /* glyph */
        start local 2 // int glyph
         1: .line 56
            iload 2 /* glyph */
            aload 0 /* this */
            getfield sun.font.CharToGlyphMapper.missingGlyph:I
            if_icmpeq 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int glyph
        end local 1 // char ch
        end local 0 // sun.font.CharToGlyphMapper this
      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 // sun.font.CharToGlyphMapper this
        start local 1 // int cp
         0: .line 60
            aload 0 /* this */
            iload 1 /* cp */
            invokevirtual sun.font.CharToGlyphMapper.charToGlyph:(I)I
            istore 2 /* glyph */
        start local 2 // int glyph
         1: .line 61
            iload 2 /* glyph */
            aload 0 /* this */
            getfield sun.font.CharToGlyphMapper.missingGlyph:I
            if_icmpeq 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int glyph
        end local 1 // int cp
        end local 0 // sun.font.CharToGlyphMapper this
      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 // sun.font.CharToGlyphMapper this
        start local 1 // char unicode
         0: .line 65
            iconst_1
            newarray 5
            astore 2 /* chars */
        start local 2 // char[] chars
         1: .line 66
            iconst_1
            newarray 10
            astore 3 /* glyphs */
        start local 3 // int[] glyphs
         2: .line 67
            aload 2 /* chars */
            iconst_0
            iload 1 /* unicode */
            castore
         3: .line 68
            aload 0 /* this */
            iconst_1
            aload 2 /* chars */
            aload 3 /* glyphs */
            invokevirtual sun.font.CharToGlyphMapper.charsToGlyphs:(I[C[I)V
         4: .line 69
            aload 3 /* glyphs */
            iconst_0
            iaload
            ireturn
        end local 3 // int[] glyphs
        end local 2 // char[] chars
        end local 1 // char unicode
        end local 0 // sun.font.CharToGlyphMapper this
      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 // sun.font.CharToGlyphMapper this
        start local 1 // int unicode
         0: .line 73
            iconst_1
            newarray 10
            astore 2 /* chars */
        start local 2 // int[] chars
         1: .line 74
            iconst_1
            newarray 10
            astore 3 /* glyphs */
        start local 3 // int[] glyphs
         2: .line 75
            aload 2 /* chars */
            iconst_0
            iload 1 /* unicode */
            iastore
         3: .line 76
            aload 0 /* this */
            iconst_1
            aload 2 /* chars */
            aload 3 /* glyphs */
            invokevirtual sun.font.CharToGlyphMapper.charsToGlyphs:(I[I[I)V
         4: .line 77
            aload 3 /* glyphs */
            iconst_0
            iaload
            ireturn
        end local 3 // int[] glyphs
        end local 2 // int[] chars
        end local 1 // int unicode
        end local 0 // sun.font.CharToGlyphMapper this
      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 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    
}
SourceFile: "CharToGlyphMapper.java"