public final class com.sun.javafx.event.EventQueue
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.event.EventQueue
  super_class: java.lang.Object
{
  private java.util.Queue<javafx.event.Event> queue;
    descriptor: Ljava/util/Queue;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Queue<Ljavafx/event/Event;>;

  private boolean inLoop;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.event.EventQueue this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            putfield com.sun.javafx.event.EventQueue.queue:Ljava/util/Queue;
         2: .line 32
            return
        end local 0 // com.sun.javafx.event.EventQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/event/EventQueue;

  public void postEvent(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.event.EventQueue this
        start local 1 // javafx.event.Event event
         0: .line 37
            aload 0 /* this */
            getfield com.sun.javafx.event.EventQueue.queue:Ljava/util/Queue;
            aload 1 /* event */
            invokeinterface java.util.Queue.add:(Ljava/lang/Object;)Z
            pop
         1: .line 38
            return
        end local 1 // javafx.event.Event event
        end local 0 // com.sun.javafx.event.EventQueue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/event/EventQueue;
            0    2     1  event  Ljavafx/event/Event;
    MethodParameters:
       Name  Flags
      event  

  public void fire();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.javafx.event.EventQueue this
         0: .line 41
            aload 0 /* this */
            getfield com.sun.javafx.event.EventQueue.inLoop:Z
            ifeq 2
         1: .line 42
            return
         2: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.event.EventQueue.inLoop:Z
         3: .line 46
            goto 6
         4: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.event.EventQueue.queue:Ljava/util/Queue;
            invokeinterface java.util.Queue.remove:()Ljava/lang/Object;
            checkcast javafx.event.Event
            astore 1 /* top */
        start local 1 // javafx.event.Event top
         5: .line 48
            aload 1 /* top */
            invokevirtual javafx.event.Event.getTarget:()Ljavafx/event/EventTarget;
            aload 1 /* top */
            invokestatic javafx.event.Event.fireEvent:(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V
        end local 1 // javafx.event.Event top
         6: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.event.EventQueue.queue:Ljava/util/Queue;
            invokeinterface java.util.Queue.isEmpty:()Z
            ifeq 4
         7: .line 50
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.event.EventQueue.inLoop:Z
        10: .line 52
            aload 2
            athrow
        11: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.event.EventQueue.inLoop:Z
        12: .line 53
            return
        end local 0 // com.sun.javafx.event.EventQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/javafx/event/EventQueue;
            5    6     1   top  Ljavafx/event/Event;
      Exception table:
        from    to  target  type
           3     8       8  any
}
SourceFile: "EventQueue.java"