class com.sun.glass.ui.monocle.MX6PlatformFactory 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.MX6PlatformFactory
  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.MX6PlatformFactory 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.MX6PlatformFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/MX6PlatformFactory;

  protected boolean matches();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.glass.ui.monocle.MX6PlatformFactory this
         0: .line 35
            new java.io.File
            dup
            ldc "/sys/devices/platform/mxc_sdc_fb.0"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.exists:()Z
            ifne 3
         1: .line 36
            new java.io.File
            dup
            ldc "/sys/bus/platform/drivers/mxc_sdc_fb"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.exists:()Z
            ifne 3
         2: .line 34
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* retval */
        start local 1 // boolean retval
         5: .line 37
            iload 1 /* retval */
            ireturn
        end local 1 // boolean retval
        end local 0 // com.sun.glass.ui.monocle.MX6PlatformFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/glass/ui/monocle/MX6PlatformFactory;
            5    6     1  retval  Z

  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.MX6PlatformFactory this
         0: .line 42
            iconst_1
            ireturn
        end local 0 // com.sun.glass.ui.monocle.MX6PlatformFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/MX6PlatformFactory;

  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.MX6PlatformFactory this
         0: .line 47
            iconst_0
            ireturn
        end local 0 // com.sun.glass.ui.monocle.MX6PlatformFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/MX6PlatformFactory;

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