class com.sun.javafx.font.CMap$CMapFormat6 extends com.sun.javafx.font.CMap
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.font.CMap$CMapFormat6
  super_class: com.sun.javafx.font.CMap
{
  char firstCode;
    descriptor: C
    flags: (0x0000) 

  char entryCount;
    descriptor: C
    flags: (0x0000) 

  char[] glyphIdArray;
    descriptor: [C
    flags: (0x0000) 

  void <init>(com.sun.javafx.font.FontFileReader$Buffer, int);
    descriptor: (Lcom/sun/javafx/font/FontFileReader$Buffer;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.javafx.font.CMap$CMapFormat6 this
        start local 1 // com.sun.javafx.font.FontFileReader$Buffer buffer
        start local 2 // int offset
         0: .line 421
            aload 0 /* this */
            invokespecial com.sun.javafx.font.CMap.<init>:()V
         1: .line 423
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 6
            iadd
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.position:(I)V
         2: .line 424
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.getChar:()C
            putfield com.sun.javafx.font.CMap$CMapFormat6.firstCode:C
         3: .line 425
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.getChar:()C
            putfield com.sun.javafx.font.CMap$CMapFormat6.entryCount:C
         4: .line 426
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat6.entryCount:C
            newarray 5
            putfield com.sun.javafx.font.CMap$CMapFormat6.glyphIdArray:[C
         5: .line 427
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 428
      StackMap locals: com.sun.javafx.font.CMap$CMapFormat6 com.sun.javafx.font.FontFileReader$Buffer int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat6.glyphIdArray:[C
            iload 3 /* i */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.getChar:()C
            castore
         8: .line 427
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat6.entryCount:C
            if_icmplt 7
        end local 3 // int i
        10: .line 430
            return
        end local 2 // int offset
        end local 1 // com.sun.javafx.font.FontFileReader$Buffer buffer
        end local 0 // com.sun.javafx.font.CMap$CMapFormat6 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/javafx/font/CMap$CMapFormat6;
            0   11     1  buffer  Lcom/sun/javafx/font/FontFileReader$Buffer;
            0   11     2  offset  I
            6   10     3       i  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  

  char getGlyph(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.font.CMap$CMapFormat6 this
        start local 1 // int charCode
         0: .line 433
            aload 0 /* this */
            iload 1 /* charCode */
            iconst_1
            invokevirtual com.sun.javafx.font.CMap$CMapFormat6.getControlCodeGlyph:(IZ)I
            istore 2 /* controlGlyph */
        start local 2 // int controlGlyph
         1: .line 434
            iload 2 /* controlGlyph */
            iflt 3
         2: .line 435
            iload 2 /* controlGlyph */
            i2c
            ireturn
         3: .line 438
      StackMap locals: int
      StackMap stack:
            iload 1 /* charCode */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat6.firstCode:C
            isub
            istore 1 /* charCode */
         4: .line 439
            iload 1 /* charCode */
            iflt 5
            iload 1 /* charCode */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat6.entryCount:C
            if_icmplt 6
         5: .line 440
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat6.glyphIdArray:[C
            iload 1 /* charCode */
            caload
            ireturn
        end local 2 // int controlGlyph
        end local 1 // int charCode
        end local 0 // com.sun.javafx.font.CMap$CMapFormat6 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/sun/javafx/font/CMap$CMapFormat6;
            0    7     1      charCode  I
            1    7     2  controlGlyph  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: com.sun.javafx.font.CMap
InnerClasses:
  CMapFormat6 = com.sun.javafx.font.CMap$CMapFormat6 of com.sun.javafx.font.CMap
  Buffer = com.sun.javafx.font.FontFileReader$Buffer of com.sun.javafx.font.FontFileReader