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

  protected boolean matches();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.OMAPPlatformFactory this
         0: .line 34
            new java.io.File
            dup
            ldc "/sys/devices/omapdss"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.exists:()Z
            ireturn
        end local 0 // com.sun.glass.ui.monocle.OMAPPlatformFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/OMAPPlatformFactory;

  protected int getMajorVersion();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.OMAPPlatformFactory this
         0: .line 39
            iconst_1
            ireturn
        end local 0 // com.sun.glass.ui.monocle.OMAPPlatformFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/OMAPPlatformFactory;

  protected int getMinorVersion();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.OMAPPlatformFactory this
         0: .line 44
            iconst_0
            ireturn
        end local 0 // com.sun.glass.ui.monocle.OMAPPlatformFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/OMAPPlatformFactory;

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