public abstract class com.sun.glass.ui.monocle.NativePlatform
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.glass.ui.monocle.NativePlatform
  super_class: java.lang.Object
{
  private static com.sun.glass.ui.monocle.InputDeviceRegistry inputDeviceRegistry;
    descriptor: Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final com.sun.glass.ui.monocle.RunnableProcessor runnableProcessor;
    descriptor: Lcom/sun/glass/ui/monocle/RunnableProcessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.glass.ui.monocle.NativeCursor cursor;
    descriptor: Lcom/sun/glass/ui/monocle/NativeCursor;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.glass.ui.monocle.NativeScreen screen;
    descriptor: Lcom/sun/glass/ui/monocle/NativeScreen;
    flags: (0x0002) ACC_PRIVATE

  protected com.sun.glass.ui.monocle.AcceleratedScreen accScreen;
    descriptor: Lcom/sun/glass/ui/monocle/AcceleratedScreen;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            new com.sun.glass.ui.monocle.RunnableProcessor
            dup
            invokespecial com.sun.glass.ui.monocle.RunnableProcessor.<init>:()V
            putfield com.sun.glass.ui.monocle.NativePlatform.runnableProcessor:Lcom/sun/glass/ui/monocle/RunnableProcessor;
         2: .line 39
            return
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/glass/ui/monocle/NativePlatform;

  void shutdown();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
         0: .line 45
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.runnableProcessor:Lcom/sun/glass/ui/monocle/RunnableProcessor;
            invokevirtual com.sun.glass.ui.monocle.RunnableProcessor.shutdown:()V
         1: .line 46
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.cursor:Lcom/sun/glass/ui/monocle/NativeCursor;
            ifnull 3
         2: .line 47
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.cursor:Lcom/sun/glass/ui/monocle/NativeCursor;
            invokevirtual com.sun.glass.ui.monocle.NativeCursor.shutdown:()V
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.screen:Lcom/sun/glass/ui/monocle/NativeScreen;
            ifnull 5
         4: .line 50
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.screen:Lcom/sun/glass/ui/monocle/NativeScreen;
            invokeinterface com.sun.glass.ui.monocle.NativeScreen.shutdown:()V
         5: .line 52
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/glass/ui/monocle/NativePlatform;

  com.sun.glass.ui.monocle.RunnableProcessor getRunnableProcessor();
    descriptor: ()Lcom/sun/glass/ui/monocle/RunnableProcessor;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
         0: .line 58
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.runnableProcessor:Lcom/sun/glass/ui/monocle/RunnableProcessor;
            areturn
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/NativePlatform;

  synchronized com.sun.glass.ui.monocle.InputDeviceRegistry getInputDeviceRegistry();
    descriptor: ()Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
         0: .line 66
            getstatic com.sun.glass.ui.monocle.NativePlatform.inputDeviceRegistry:Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
            ifnonnull 2
         1: .line 67
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.NativePlatform.createInputDeviceRegistry:()Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
            putstatic com.sun.glass.ui.monocle.NativePlatform.inputDeviceRegistry:Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
         2: .line 69
      StackMap locals:
      StackMap stack:
            getstatic com.sun.glass.ui.monocle.NativePlatform.inputDeviceRegistry:Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
            areturn
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/glass/ui/monocle/NativePlatform;

  protected abstract com.sun.glass.ui.monocle.InputDeviceRegistry createInputDeviceRegistry();
    descriptor: ()Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract com.sun.glass.ui.monocle.NativeCursor createCursor();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeCursor;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  synchronized com.sun.glass.ui.monocle.NativeCursor getCursor();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeCursor;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
         0: .line 91
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.cursor:Lcom/sun/glass/ui/monocle/NativeCursor;
            ifnonnull 2
         1: .line 92
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.NativePlatform.createCursor:()Lcom/sun/glass/ui/monocle/NativeCursor;
            putfield com.sun.glass.ui.monocle.NativePlatform.cursor:Lcom/sun/glass/ui/monocle/NativeCursor;
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.cursor:Lcom/sun/glass/ui/monocle/NativeCursor;
            areturn
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/glass/ui/monocle/NativePlatform;

  protected abstract com.sun.glass.ui.monocle.NativeScreen createScreen();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeScreen;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  synchronized com.sun.glass.ui.monocle.NativeScreen getScreen();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeScreen;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
         0: .line 110
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.screen:Lcom/sun/glass/ui/monocle/NativeScreen;
            ifnonnull 2
         1: .line 111
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.NativePlatform.createScreen:()Lcom/sun/glass/ui/monocle/NativeScreen;
            putfield com.sun.glass.ui.monocle.NativePlatform.screen:Lcom/sun/glass/ui/monocle/NativeScreen;
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.screen:Lcom/sun/glass/ui/monocle/NativeScreen;
            areturn
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/glass/ui/monocle/NativePlatform;

  public synchronized com.sun.glass.ui.monocle.AcceleratedScreen getAcceleratedScreen(int[]);
    descriptor: ([I)Lcom/sun/glass/ui/monocle/AcceleratedScreen;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.monocle.NativePlatform this
        start local 1 // int[] attributes
         0: .line 126
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.accScreen:Lcom/sun/glass/ui/monocle/AcceleratedScreen;
            ifnonnull 2
         1: .line 127
            aload 0 /* this */
            new com.sun.glass.ui.monocle.AcceleratedScreen
            dup
            aload 1 /* attributes */
            invokespecial com.sun.glass.ui.monocle.AcceleratedScreen.<init>:([I)V
            putfield com.sun.glass.ui.monocle.NativePlatform.accScreen:Lcom/sun/glass/ui/monocle/AcceleratedScreen;
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.NativePlatform.accScreen:Lcom/sun/glass/ui/monocle/AcceleratedScreen;
            areturn
        end local 1 // int[] attributes
        end local 0 // com.sun.glass.ui.monocle.NativePlatform this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/glass/ui/monocle/NativePlatform;
            0    3     1  attributes  [I
    Exceptions:
      throws com.sun.glass.ui.monocle.GLException, java.lang.UnsatisfiedLinkError
    MethodParameters:
            Name  Flags
      attributes  
}
SourceFile: "NativePlatform.java"