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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
anewarray com.sun.glass.ui.monocle.InputDevice
2: invokestatic javafx.collections.FXCollections.observableSet:([Ljava/lang/Object;)Ljavafx/collections/ObservableSet;
putfield com.sun.glass.ui.monocle.InputDeviceRegistry.devices:Ljavafx/collections/ObservableSet;
3: return
end local 0 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 0: aload 0
getfield com.sun.glass.ui.monocle.InputDeviceRegistry.devices:Ljavafx/collections/ObservableSet;
areturn
end local 0 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"