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

  protected com.sun.glass.ui.monocle.NativeCursor createCursor();
    descriptor: ()Lcom/sun/glass/ui/monocle/NativeCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.glass.ui.monocle.OMAPPlatform this
         0: .line 32
            getstatic com.sun.glass.ui.monocle.OMAPPlatform.useCursor:Z
            ifeq 1
            new com.sun.glass.ui.monocle.OMAPCursor
            dup
            invokespecial com.sun.glass.ui.monocle.OMAPCursor.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack:
         1: new com.sun.glass.ui.monocle.NullCursor
            dup
            invokespecial com.sun.glass.ui.monocle.NullCursor.<init>:()V
      StackMap locals:
      StackMap stack: com.sun.glass.ui.monocle.NativeCursor
         2: astore 1 /* c */
        start local 1 // com.sun.glass.ui.monocle.NativeCursor c
         3: .line 33
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.glass.ui.monocle.OMAPPlatform.logSelectedCursor:(Lcom/sun/glass/ui/monocle/NativeCursor;)Lcom/sun/glass/ui/monocle/NativeCursor;
            areturn
        end local 1 // com.sun.glass.ui.monocle.NativeCursor c
        end local 0 // com.sun.glass.ui.monocle.OMAPPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/glass/ui/monocle/OMAPPlatform;
            3    4     1     c  Lcom/sun/glass/ui/monocle/NativeCursor;

  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.OMAPPlatform this
         0: .line 38
            new com.sun.glass.ui.monocle.OMAPScreen
            dup
            invokespecial com.sun.glass.ui.monocle.OMAPScreen.<init>:()V
            areturn
        end local 0 // com.sun.glass.ui.monocle.OMAPPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/OMAPPlatform;
}
SourceFile: "OMAPPlatform.java"