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 0: aload 0
invokespecial com.sun.glass.ui.monocle.NativePlatformFactory.<init>:()V
return
end local 0 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 0: 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: 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: iconst_0
goto 4
StackMap locals:
StackMap stack:
3: iconst_1
StackMap locals:
StackMap stack: int
4: istore 1
start local 1 5: iload 1
ireturn
end local 1 end local 0 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 0: iconst_1
ireturn
end local 0 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 0: iconst_0
ireturn
end local 0 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 0: new com.sun.glass.ui.monocle.MX6Platform
dup
invokespecial com.sun.glass.ui.monocle.MX6Platform.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/monocle/MX6PlatformFactory;
}
SourceFile: "MX6PlatformFactory.java"