public class com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping extends com.sun.javafx.scene.control.inputmap.InputMap$Mapping<javafx.scene.input.MouseEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping
  super_class: com.sun.javafx.scene.control.inputmap.InputMap$Mapping
{
  public void <init>(javafx.event.EventType<javafx.scene.input.MouseEvent>, javafx.event.EventHandler<javafx.scene.input.MouseEvent>);
    descriptor: (Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping this
        start local 1 // javafx.event.EventType eventType
        start local 2 // javafx.event.EventHandler eventHandler
         0: .line 863
            aload 0 /* this */
            aload 1 /* eventType */
            aload 2 /* eventHandler */
            invokespecial com.sun.javafx.scene.control.inputmap.InputMap$Mapping.<init>:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
         1: .line 864
            aload 1 /* eventType */
            ifnonnull 3
         2: .line 865
            new java.lang.IllegalArgumentException
            dup
            ldc "MouseMapping eventType constructor argument can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 867
      StackMap locals: com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping javafx.event.EventType javafx.event.EventHandler
      StackMap stack:
            return
        end local 2 // javafx.event.EventHandler eventHandler
        end local 1 // javafx.event.EventType eventType
        end local 0 // com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/sun/javafx/scene/control/inputmap/InputMap$MouseMapping;
            0    4     1     eventType  Ljavafx/event/EventType<Ljavafx/scene/input/MouseEvent;>;
            0    4     2  eventHandler  Ljavafx/event/EventHandler<Ljavafx/scene/input/MouseEvent;>;
    Signature: (Ljavafx/event/EventType<Ljavafx/scene/input/MouseEvent;>;Ljavafx/event/EventHandler<Ljavafx/scene/input/MouseEvent;>;)V
    MethodParameters:
              Name  Flags
      eventType     final
      eventHandler  final

  public int getSpecificity(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping this
        start local 1 // javafx.event.Event e
         0: .line 879
            aload 0 /* this */
            invokevirtual com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping.isDisabled:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 880
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof javafx.scene.input.MouseEvent
            ifne 2
            iconst_0
            ireturn
         2: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping.getEventType:()Ljavafx/event/EventType;
            astore 2 /* et */
        start local 2 // javafx.event.EventType et
         3: .line 884
            iconst_0
            istore 3 /* s */
        start local 3 // int s
         4: .line 885
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_CLICKED:Ljavafx/event/EventType;
            if_acmpne 5
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_CLICKED:Ljavafx/event/EventType;
            if_acmpeq 5
            iconst_0
            ireturn
      StackMap locals: javafx.event.EventType int
      StackMap stack:
         5: iinc 3 /* s */ 1
         6: .line 886
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_DRAGGED:Ljavafx/event/EventType;
            if_acmpne 7
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_DRAGGED:Ljavafx/event/EventType;
            if_acmpeq 7
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iinc 3 /* s */ 1
         8: .line 887
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_ENTERED:Ljavafx/event/EventType;
            if_acmpne 9
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_ENTERED:Ljavafx/event/EventType;
            if_acmpeq 9
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         9: iinc 3 /* s */ 1
        10: .line 888
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_ENTERED_TARGET:Ljavafx/event/EventType;
            if_acmpne 11
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_ENTERED_TARGET:Ljavafx/event/EventType;
            if_acmpeq 11
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        11: iinc 3 /* s */ 1
        12: .line 889
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_EXITED:Ljavafx/event/EventType;
            if_acmpne 13
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_EXITED:Ljavafx/event/EventType;
            if_acmpeq 13
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        13: iinc 3 /* s */ 1
        14: .line 890
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_EXITED_TARGET:Ljavafx/event/EventType;
            if_acmpne 15
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_EXITED_TARGET:Ljavafx/event/EventType;
            if_acmpeq 15
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        15: iinc 3 /* s */ 1
        16: .line 891
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_MOVED:Ljavafx/event/EventType;
            if_acmpne 17
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_MOVED:Ljavafx/event/EventType;
            if_acmpeq 17
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        17: iinc 3 /* s */ 1
        18: .line 892
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_PRESSED:Ljavafx/event/EventType;
            if_acmpne 19
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_PRESSED:Ljavafx/event/EventType;
            if_acmpeq 19
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        19: iinc 3 /* s */ 1
        20: .line 893
            aload 1 /* e */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.MouseEvent.MOUSE_RELEASED:Ljavafx/event/EventType;
            if_acmpne 21
            aload 2 /* et */
            getstatic javafx.scene.input.MouseEvent.MOUSE_RELEASED:Ljavafx/event/EventType;
            if_acmpeq 21
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        21: iinc 3 /* s */ 1
        22: .line 897
            iload 3 /* s */
            ireturn
        end local 3 // int s
        end local 2 // javafx.event.EventType et
        end local 1 // javafx.event.Event e
        end local 0 // com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/sun/javafx/scene/control/inputmap/InputMap$MouseMapping;
            0   23     1     e  Ljavafx/event/Event;
            3   23     2    et  Ljavafx/event/EventType<Ljavafx/scene/input/MouseEvent;>;
            4   23     3     s  I
    MethodParameters:
      Name  Flags
      e     
}
Signature: Lcom/sun/javafx/scene/control/inputmap/InputMap$Mapping<Ljavafx/scene/input/MouseEvent;>;
SourceFile: "InputMap.java"
NestHost: com.sun.javafx.scene.control.inputmap.InputMap
InnerClasses:
  public abstract Mapping = com.sun.javafx.scene.control.inputmap.InputMap$Mapping of com.sun.javafx.scene.control.inputmap.InputMap
  public MouseMapping = com.sun.javafx.scene.control.inputmap.InputMap$MouseMapping of com.sun.javafx.scene.control.inputmap.InputMap