public class javafx.scene.input.Mnemonic
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javafx.scene.input.Mnemonic
super_class: java.lang.Object
{
private javafx.scene.input.KeyCombination keyCombination;
descriptor: Ljavafx/scene/input/KeyCombination;
flags: (0x0002) ACC_PRIVATE
private javafx.scene.Node node;
descriptor: Ljavafx/scene/Node;
flags: (0x0002) ACC_PRIVATE
public void <init>(javafx.scene.Node, javafx.scene.input.KeyCombination);
descriptor: (Ljavafx/scene/Node;Ljavafx/scene/input/KeyCombination;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
2: aload 0
aload 2
putfield javafx.scene.input.Mnemonic.keyCombination:Ljavafx/scene/input/KeyCombination;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/scene/input/Mnemonic;
0 4 1 node Ljavafx/scene/Node;
0 4 2 keyCombination Ljavafx/scene/input/KeyCombination;
RuntimeVisibleParameterAnnotations:
0:
javafx.beans.NamedArg(value = "node")
1:
javafx.beans.NamedArg(value = "keyCombination")
MethodParameters:
Name Flags
node
keyCombination
public javafx.scene.input.KeyCombination getKeyCombination();
descriptor: ()Ljavafx/scene/input/KeyCombination;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.input.Mnemonic.keyCombination:Ljavafx/scene/input/KeyCombination;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/input/Mnemonic;
public void setKeyCombination(javafx.scene.input.KeyCombination);
descriptor: (Ljavafx/scene/input/KeyCombination;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield javafx.scene.input.Mnemonic.keyCombination:Ljavafx/scene/input/KeyCombination;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/scene/input/Mnemonic;
0 2 1 keyCombination Ljavafx/scene/input/KeyCombination;
MethodParameters:
Name Flags
keyCombination
public javafx.scene.Node getNode();
descriptor: ()Ljavafx/scene/Node;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/input/Mnemonic;
public void setNode(javafx.scene.Node);
descriptor: (Ljavafx/scene/Node;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/scene/input/Mnemonic;
0 2 1 node Ljavafx/scene/Node;
MethodParameters:
Name Flags
node
public void fire();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
ifnull 2
1: aload 0
getfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
new javafx.event.ActionEvent
dup
invokespecial javafx.event.ActionEvent.<init>:()V
invokevirtual javafx.scene.Node.fireEvent:(Ljavafx/event/Event;)V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/input/Mnemonic;
}
SourceFile: "Mnemonic.java"