class com.sun.glass.ui.monocle.InputDeviceRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.glass.ui.monocle.InputDeviceRegistry
  super_class: java.lang.Object
{
  protected javafx.collections.ObservableSet<com.sun.glass.ui.monocle.InputDevice> devices;
    descriptor: Ljavafx/collections/ObservableSet;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavafx/collections/ObservableSet<Lcom/sun/glass/ui/monocle/InputDevice;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.InputDeviceRegistry this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iconst_0
            anewarray com.sun.glass.ui.monocle.InputDevice
         2: .line 38
            invokestatic javafx.collections.FXCollections.observableSet:([Ljava/lang/Object;)Ljavafx/collections/ObservableSet;
            putfield com.sun.glass.ui.monocle.InputDeviceRegistry.devices:Ljavafx/collections/ObservableSet;
         3: .line 36
            return
        end local 0 // com.sun.glass.ui.monocle.InputDeviceRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/glass/ui/monocle/InputDeviceRegistry;

  javafx.collections.ObservableSet<com.sun.glass.ui.monocle.InputDevice> getInputDevices();
    descriptor: ()Ljavafx/collections/ObservableSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.InputDeviceRegistry this
         0: .line 45
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.InputDeviceRegistry.devices:Ljavafx/collections/ObservableSet;
            areturn
        end local 0 // com.sun.glass.ui.monocle.InputDeviceRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/InputDeviceRegistry;
    Signature: ()Ljavafx/collections/ObservableSet<Lcom/sun/glass/ui/monocle/InputDevice;>;
}
SourceFile: "InputDeviceRegistry.java"