class com.sun.glass.ui.monocle.VNCPlatform$1 extends com.sun.glass.ui.monocle.InputDeviceRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.glass.ui.monocle.VNCPlatform$1
  super_class: com.sun.glass.ui.monocle.InputDeviceRegistry
{
  final com.sun.glass.ui.monocle.VNCPlatform this$0;
    descriptor: Lcom/sun/glass/ui/monocle/VNCPlatform;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.glass.ui.monocle.VNCPlatform);
    descriptor: (Lcom/sun/glass/ui/monocle/VNCPlatform;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.monocle.VNCPlatform$1 this
         0: .line 32
            aload 0 /* this */
            aload 1
            putfield com.sun.glass.ui.monocle.VNCPlatform$1.this$0:Lcom/sun/glass/ui/monocle/VNCPlatform;
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.InputDeviceRegistry.<init>:()V
         1: .line 36
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.VNCPlatform$1.devices:Ljavafx/collections/ObservableSet;
            new com.sun.glass.ui.monocle.VNCPlatform$1$1
            dup
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.VNCPlatform$1$1.<init>:(Lcom/sun/glass/ui/monocle/VNCPlatform$1;)V
            invokeinterface javafx.collections.ObservableSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 32
            return
        end local 0 // com.sun.glass.ui.monocle.VNCPlatform$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/glass/ui/monocle/VNCPlatform$1;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "VNCPlatform.java"
EnclosingMethod: com.sun.glass.ui.monocle.VNCPlatform.createInputDeviceRegistry:()Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
NestHost: com.sun.glass.ui.monocle.VNCPlatform
InnerClasses:
  com.sun.glass.ui.monocle.VNCPlatform$1
  com.sun.glass.ui.monocle.VNCPlatform$1$1