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 // javafx.scene.input.Mnemonic this
        start local 1 // javafx.scene.Node node
        start local 2 // javafx.scene.input.KeyCombination keyCombination
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* node */
            putfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
         2: .line 58
            aload 0 /* this */
            aload 2 /* keyCombination */
            putfield javafx.scene.input.Mnemonic.keyCombination:Ljavafx/scene/input/KeyCombination;
         3: .line 59
            return
        end local 2 // javafx.scene.input.KeyCombination keyCombination
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.input.Mnemonic this
      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 // javafx.scene.input.Mnemonic this
         0: .line 66
            aload 0 /* this */
            getfield javafx.scene.input.Mnemonic.keyCombination:Ljavafx/scene/input/KeyCombination;
            areturn
        end local 0 // javafx.scene.input.Mnemonic this
      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 // javafx.scene.input.Mnemonic this
        start local 1 // javafx.scene.input.KeyCombination keyCombination
         0: .line 73
            aload 0 /* this */
            aload 1 /* keyCombination */
            putfield javafx.scene.input.Mnemonic.keyCombination:Ljavafx/scene/input/KeyCombination;
         1: .line 74
            return
        end local 1 // javafx.scene.input.KeyCombination keyCombination
        end local 0 // javafx.scene.input.Mnemonic this
      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 // javafx.scene.input.Mnemonic this
         0: .line 82
            aload 0 /* this */
            getfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.input.Mnemonic this
      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 // javafx.scene.input.Mnemonic this
        start local 1 // javafx.scene.Node node
         0: .line 90
            aload 0 /* this */
            aload 1 /* node */
            putfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
         1: .line 91
            return
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.input.Mnemonic this
      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 // javafx.scene.input.Mnemonic this
         0: .line 97
            aload 0 /* this */
            getfield javafx.scene.input.Mnemonic.node:Ljavafx/scene/Node;
            ifnull 2
         1: .line 98
            aload 0 /* this */
            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: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.input.Mnemonic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/input/Mnemonic;
}
SourceFile: "Mnemonic.java"