class com.sun.glass.ui.monocle.OMAPX11Platform extends com.sun.glass.ui.monocle.OMAPPlatform
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.glass.ui.monocle.OMAPX11Platform
super_class: com.sun.glass.ui.monocle.OMAPPlatform
{
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.OMAPPlatform.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/monocle/OMAPX11Platform;
protected com.sun.glass.ui.monocle.NativeScreen createScreen();
descriptor: ()Lcom/sun/glass/ui/monocle/NativeScreen;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.sun.glass.ui.monocle.X11Screen
dup
iconst_0
invokespecial com.sun.glass.ui.monocle.X11Screen.<init>:(Z)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/monocle/OMAPX11Platform;
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 start local 1 0: aload 0
getfield com.sun.glass.ui.monocle.OMAPX11Platform.accScreen:Lcom/sun/glass/ui/monocle/AcceleratedScreen;
ifnonnull 2
1: aload 0
new com.sun.glass.ui.monocle.X11AcceleratedScreen
dup
aload 1
invokespecial com.sun.glass.ui.monocle.X11AcceleratedScreen.<init>:([I)V
putfield com.sun.glass.ui.monocle.OMAPX11Platform.accScreen:Lcom/sun/glass/ui/monocle/AcceleratedScreen;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.glass.ui.monocle.OMAPX11Platform.accScreen:Lcom/sun/glass/ui/monocle/AcceleratedScreen;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/monocle/OMAPX11Platform;
0 3 1 attributes [I
Exceptions:
throws com.sun.glass.ui.monocle.GLException
MethodParameters:
Name Flags
attributes
}
SourceFile: "OMAPX11Platform.java"