class com.sun.glass.ui.monocle.HeadlessPlatform extends com.sun.glass.ui.monocle.NativePlatform
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.glass.ui.monocle.HeadlessPlatform
  super_class: com.sun.glass.ui.monocle.NativePlatform
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
         0: .line 28
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.NativePlatform.<init>:()V
            return
        end local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/HeadlessPlatform;

  protected com.sun.glass.ui.monocle.InputDeviceRegistry createInputDeviceRegistry();
    descriptor: ()Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
         0: .line 34
            new com.sun.glass.ui.monocle.LinuxInputDeviceRegistry
            dup
            iconst_1
            invokespecial com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.<init>:(Z)V
            areturn
        end local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/HeadlessPlatform;

  protected com.sun.glass.ui.monocle.NativeCursor createCursor();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
         0: .line 39
            new com.sun.glass.ui.monocle.NullCursor
            dup
            invokespecial com.sun.glass.ui.monocle.NullCursor.<init>:()V
            areturn
        end local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/HeadlessPlatform;

  protected com.sun.glass.ui.monocle.NativeScreen createScreen();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeScreen;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
         0: .line 44
            new com.sun.glass.ui.monocle.HeadlessScreen
            dup
            invokespecial com.sun.glass.ui.monocle.HeadlessScreen.<init>:()V
            areturn
        end local 0 // com.sun.glass.ui.monocle.HeadlessPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/HeadlessPlatform;
}
SourceFile: "HeadlessPlatform.java"