class sun.lwawt.macosx.LWCToolkit$OSXPlatformFont extends sun.awt.PlatformFont
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.LWCToolkit$OSXPlatformFont
  super_class: sun.awt.PlatformFont
{
  final sun.lwawt.macosx.LWCToolkit this$0;
    descriptor: Lsun/lwawt/macosx/LWCToolkit;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.macosx.LWCToolkit, java.lang.String, int);
    descriptor: (Lsun/lwawt/macosx/LWCToolkit;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.lwawt.macosx.LWCToolkit$OSXPlatformFont this
        start local 2 // java.lang.String name
        start local 3 // int style
         0: .line 338
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.macosx.LWCToolkit$OSXPlatformFont.this$0:Lsun/lwawt/macosx/LWCToolkit;
         1: .line 339
            aload 0 /* this */
            aload 2 /* name */
            iload 3 /* style */
            invokespecial sun.awt.PlatformFont.<init>:(Ljava/lang/String;I)V
         2: .line 340
            return
        end local 3 // int style
        end local 2 // java.lang.String name
        end local 0 // sun.lwawt.macosx.LWCToolkit$OSXPlatformFont this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/lwawt/macosx/LWCToolkit$OSXPlatformFont;
            0    3     2   name  Ljava/lang/String;
            0    3     3  style  I
    MethodParameters:
        Name  Flags
      this$0  final
      name    
      style   

  protected char getMissingGlyphCharacter();
    descriptor: ()C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.LWCToolkit$OSXPlatformFont this
         0: .line 345
            ldc 65528
            ireturn
        end local 0 // sun.lwawt.macosx.LWCToolkit$OSXPlatformFont this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/LWCToolkit$OSXPlatformFont;
}
SourceFile: "LWCToolkit.java"
NestHost: sun.lwawt.macosx.LWCToolkit
InnerClasses:
  OSXPlatformFont = sun.lwawt.macosx.LWCToolkit$OSXPlatformFont of sun.lwawt.macosx.LWCToolkit