class com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1 extends com.sun.javafx.scene.control.inputmap.InputMap$Mapping<javafx.scene.input.ContextMenuEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1
  super_class: com.sun.javafx.scene.control.inputmap.InputMap$Mapping
{
  final com.sun.javafx.scene.control.behavior.TextInputControlBehavior this$0;
    descriptor: Lcom/sun/javafx/scene/control/behavior/TextInputControlBehavior;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.javafx.scene.control.behavior.TextInputControlBehavior, javafx.event.EventType, javafx.event.EventHandler);
    descriptor: (Lcom/sun/javafx/scene/control/behavior/TextInputControlBehavior;Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1 this
        start local 2 // javafx.event.EventType $anonymous0
        start local 3 // javafx.event.EventHandler $anonymous1
         0: .line 208
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1.this$0:Lcom/sun/javafx/scene/control/behavior/TextInputControlBehavior;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial com.sun.javafx.scene.control.inputmap.InputMap$Mapping.<init>:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
            return
        end local 3 // javafx.event.EventHandler $anonymous1
        end local 2 // javafx.event.EventType $anonymous0
        end local 0 // com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/javafx/scene/control/behavior/TextInputControlBehavior$1;
            0    1     2  $anonymous0  Ljavafx/event/EventType<Ljavafx/scene/input/ContextMenuEvent;>;
            0    1     3  $anonymous1  Ljavafx/event/EventHandler<Ljavafx/scene/input/ContextMenuEvent;>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public int getSpecificity(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1 this
        start local 1 // javafx.event.Event event
         0: .line 210
            iconst_1
            ireturn
        end local 1 // javafx.event.Event event
        end local 0 // com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/javafx/scene/control/behavior/TextInputControlBehavior$1;
            0    1     1  event  Ljavafx/event/Event;
    MethodParameters:
       Name  Flags
      event  
}
Signature: Lcom/sun/javafx/scene/control/inputmap/InputMap$Mapping<Ljavafx/scene/input/ContextMenuEvent;>;
SourceFile: "TextInputControlBehavior.java"
EnclosingMethod: com.sun.javafx.scene.control.behavior.TextInputControlBehavior.<init>:(Ljavafx/scene/control/TextInputControl;)V
NestHost: com.sun.javafx.scene.control.behavior.TextInputControlBehavior
InnerClasses:
  com.sun.javafx.scene.control.behavior.TextInputControlBehavior$1
  public abstract Mapping = com.sun.javafx.scene.control.inputmap.InputMap$Mapping of com.sun.javafx.scene.control.inputmap.InputMap