public class com.sun.javafx.stage.WindowEventDispatcher extends com.sun.javafx.event.CompositeEventDispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.stage.WindowEventDispatcher
  super_class: com.sun.javafx.event.CompositeEventDispatcher
{
  private final com.sun.javafx.event.EventRedirector eventRedirector;
    descriptor: Lcom/sun/javafx/event/EventRedirector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.javafx.stage.WindowCloseRequestHandler windowCloseRequestHandler;
    descriptor: Lcom/sun/javafx/stage/WindowCloseRequestHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.javafx.event.EventHandlerManager eventHandlerManager;
    descriptor: Lcom/sun/javafx/event/EventHandlerManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
        start local 1 // javafx.stage.Window window
         0: .line 48
            aload 0 /* this */
            new com.sun.javafx.event.EventRedirector
            dup
            aload 1 /* window */
            invokespecial com.sun.javafx.event.EventRedirector.<init>:(Ljava/lang/Object;)V
         1: .line 49
            new com.sun.javafx.stage.WindowCloseRequestHandler
            dup
            aload 1 /* window */
            invokespecial com.sun.javafx.stage.WindowCloseRequestHandler.<init>:(Ljavafx/stage/Window;)V
         2: .line 50
            new com.sun.javafx.event.EventHandlerManager
            dup
            aload 1 /* window */
            invokespecial com.sun.javafx.event.EventHandlerManager.<init>:(Ljava/lang/Object;)V
            invokespecial com.sun.javafx.stage.WindowEventDispatcher.<init>:(Lcom/sun/javafx/event/EventRedirector;Lcom/sun/javafx/stage/WindowCloseRequestHandler;Lcom/sun/javafx/event/EventHandlerManager;)V
         3: .line 52
            return
        end local 1 // javafx.stage.Window window
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/javafx/stage/WindowEventDispatcher;
            0    4     1  window  Ljavafx/stage/Window;
    MethodParameters:
        Name  Flags
      window  final

  public void <init>(com.sun.javafx.event.EventRedirector, com.sun.javafx.stage.WindowCloseRequestHandler, com.sun.javafx.event.EventHandlerManager);
    descriptor: (Lcom/sun/javafx/event/EventRedirector;Lcom/sun/javafx/stage/WindowCloseRequestHandler;Lcom/sun/javafx/event/EventHandlerManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
        start local 1 // com.sun.javafx.event.EventRedirector eventRedirector
        start local 2 // com.sun.javafx.stage.WindowCloseRequestHandler windowCloseRequestHandler
        start local 3 // com.sun.javafx.event.EventHandlerManager eventHandlerManager
         0: .line 54
            aload 0 /* this */
            invokespecial com.sun.javafx.event.CompositeEventDispatcher.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* eventRedirector */
            putfield com.sun.javafx.stage.WindowEventDispatcher.eventRedirector:Lcom/sun/javafx/event/EventRedirector;
         2: .line 59
            aload 0 /* this */
            aload 2 /* windowCloseRequestHandler */
            putfield com.sun.javafx.stage.WindowEventDispatcher.windowCloseRequestHandler:Lcom/sun/javafx/stage/WindowCloseRequestHandler;
         3: .line 60
            aload 0 /* this */
            aload 3 /* eventHandlerManager */
            putfield com.sun.javafx.stage.WindowEventDispatcher.eventHandlerManager:Lcom/sun/javafx/event/EventHandlerManager;
         4: .line 62
            aload 1 /* eventRedirector */
            aload 2 /* windowCloseRequestHandler */
            invokevirtual com.sun.javafx.event.EventRedirector.insertNextDispatcher:(Lcom/sun/javafx/event/BasicEventDispatcher;)V
         5: .line 63
            aload 2 /* windowCloseRequestHandler */
            aload 3 /* eventHandlerManager */
            invokevirtual com.sun.javafx.stage.WindowCloseRequestHandler.insertNextDispatcher:(Lcom/sun/javafx/event/BasicEventDispatcher;)V
         6: .line 64
            return
        end local 3 // com.sun.javafx.event.EventHandlerManager eventHandlerManager
        end local 2 // com.sun.javafx.stage.WindowCloseRequestHandler windowCloseRequestHandler
        end local 1 // com.sun.javafx.event.EventRedirector eventRedirector
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    7     0                       this  Lcom/sun/javafx/stage/WindowEventDispatcher;
            0    7     1            eventRedirector  Lcom/sun/javafx/event/EventRedirector;
            0    7     2  windowCloseRequestHandler  Lcom/sun/javafx/stage/WindowCloseRequestHandler;
            0    7     3        eventHandlerManager  Lcom/sun/javafx/event/EventHandlerManager;
    MethodParameters:
                           Name  Flags
      eventRedirector            final
      windowCloseRequestHandler  final
      eventHandlerManager        final

  public final com.sun.javafx.event.EventRedirector getEventRedirector();
    descriptor: ()Lcom/sun/javafx/event/EventRedirector;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.javafx.stage.WindowEventDispatcher.eventRedirector:Lcom/sun/javafx/event/EventRedirector;
            areturn
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/stage/WindowEventDispatcher;

  public final com.sun.javafx.stage.WindowCloseRequestHandler getWindowCloseRequestHandler();
    descriptor: ()Lcom/sun/javafx/stage/WindowCloseRequestHandler;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.javafx.stage.WindowEventDispatcher.windowCloseRequestHandler:Lcom/sun/javafx/stage/WindowCloseRequestHandler;
            areturn
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/stage/WindowEventDispatcher;

  public final com.sun.javafx.event.EventHandlerManager getEventHandlerManager();
    descriptor: ()Lcom/sun/javafx/event/EventHandlerManager;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.javafx.stage.WindowEventDispatcher.eventHandlerManager:Lcom/sun/javafx/event/EventHandlerManager;
            areturn
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/stage/WindowEventDispatcher;

  public com.sun.javafx.event.BasicEventDispatcher getFirstDispatcher();
    descriptor: ()Lcom/sun/javafx/event/BasicEventDispatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
         0: .line 80
            aload 0 /* this */
            getfield com.sun.javafx.stage.WindowEventDispatcher.eventRedirector:Lcom/sun/javafx/event/EventRedirector;
            areturn
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/stage/WindowEventDispatcher;

  public com.sun.javafx.event.BasicEventDispatcher getLastDispatcher();
    descriptor: ()Lcom/sun/javafx/event/BasicEventDispatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.stage.WindowEventDispatcher this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.javafx.stage.WindowEventDispatcher.eventHandlerManager:Lcom/sun/javafx/event/EventHandlerManager;
            areturn
        end local 0 // com.sun.javafx.stage.WindowEventDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/stage/WindowEventDispatcher;
}
SourceFile: "WindowEventDispatcher.java"