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

  protected com.sun.glass.ui.monocle.InputDeviceRegistry createInputDeviceRegistry();
    descriptor: ()Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.glass.ui.monocle.VNCPlatform this
         0: .line 32
            new com.sun.glass.ui.monocle.VNCPlatform$1
            dup
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.VNCPlatform$1.<init>:(Lcom/sun/glass/ui/monocle/VNCPlatform;)V
            astore 1 /* registry */
        start local 1 // com.sun.glass.ui.monocle.InputDeviceRegistry registry
         1: .line 45
            aload 1 /* registry */
            areturn
        end local 1 // com.sun.glass.ui.monocle.InputDeviceRegistry registry
        end local 0 // com.sun.glass.ui.monocle.VNCPlatform this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/glass/ui/monocle/VNCPlatform;
            1    2     1  registry  Lcom/sun/glass/ui/monocle/InputDeviceRegistry;

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