public abstract class com.sun.javafx.event.CompositeEventDispatcher extends com.sun.javafx.event.BasicEventDispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.event.CompositeEventDispatcher
  super_class: com.sun.javafx.event.BasicEventDispatcher
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.event.CompositeEventDispatcher this
         0: .line 34
            aload 0 /* this */
            invokespecial com.sun.javafx.event.BasicEventDispatcher.<init>:()V
            return
        end local 0 // com.sun.javafx.event.CompositeEventDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/event/CompositeEventDispatcher;

  public abstract com.sun.javafx.event.BasicEventDispatcher getFirstDispatcher();
    descriptor: ()Lcom/sun/javafx/event/BasicEventDispatcher;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.javafx.event.BasicEventDispatcher getLastDispatcher();
    descriptor: ()Lcom/sun/javafx/event/BasicEventDispatcher;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public final javafx.event.Event dispatchCapturingEvent(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)Ljavafx/event/Event;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.event.CompositeEventDispatcher this
        start local 1 // javafx.event.Event event
         0: .line 41
            aload 0 /* this */
            invokevirtual com.sun.javafx.event.CompositeEventDispatcher.getFirstDispatcher:()Lcom/sun/javafx/event/BasicEventDispatcher;
            astore 2 /* childDispatcher */
        start local 2 // com.sun.javafx.event.BasicEventDispatcher childDispatcher
         1: .line 42
            goto 6
         2: .line 43
      StackMap locals: com.sun.javafx.event.BasicEventDispatcher
      StackMap stack:
            aload 2 /* childDispatcher */
            aload 1 /* event */
            invokevirtual com.sun.javafx.event.BasicEventDispatcher.dispatchCapturingEvent:(Ljavafx/event/Event;)Ljavafx/event/Event;
            astore 1 /* event */
         3: .line 44
            aload 1 /* event */
            invokevirtual javafx.event.Event.isConsumed:()Z
            ifeq 5
         4: .line 45
            goto 7
         5: .line 48
      StackMap locals:
      StackMap stack:
            aload 2 /* childDispatcher */
            invokevirtual com.sun.javafx.event.BasicEventDispatcher.getNextDispatcher:()Lcom/sun/javafx/event/BasicEventDispatcher;
            astore 2 /* childDispatcher */
         6: .line 42
      StackMap locals:
      StackMap stack:
            aload 2 /* childDispatcher */
            ifnonnull 2
         7: .line 51
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            areturn
        end local 2 // com.sun.javafx.event.BasicEventDispatcher childDispatcher
        end local 1 // javafx.event.Event event
        end local 0 // com.sun.javafx.event.CompositeEventDispatcher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/javafx/event/CompositeEventDispatcher;
            0    8     1            event  Ljavafx/event/Event;
            1    8     2  childDispatcher  Lcom/sun/javafx/event/BasicEventDispatcher;
    MethodParameters:
       Name  Flags
      event  

  public final javafx.event.Event dispatchBubblingEvent(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)Ljavafx/event/Event;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.event.CompositeEventDispatcher this
        start local 1 // javafx.event.Event event
         0: .line 57
            aload 0 /* this */
            invokevirtual com.sun.javafx.event.CompositeEventDispatcher.getLastDispatcher:()Lcom/sun/javafx/event/BasicEventDispatcher;
            astore 2 /* childDispatcher */
        start local 2 // com.sun.javafx.event.BasicEventDispatcher childDispatcher
         1: .line 58
            goto 6
         2: .line 59
      StackMap locals: com.sun.javafx.event.BasicEventDispatcher
      StackMap stack:
            aload 2 /* childDispatcher */
            aload 1 /* event */
            invokevirtual com.sun.javafx.event.BasicEventDispatcher.dispatchBubblingEvent:(Ljavafx/event/Event;)Ljavafx/event/Event;
            astore 1 /* event */
         3: .line 60
            aload 1 /* event */
            invokevirtual javafx.event.Event.isConsumed:()Z
            ifeq 5
         4: .line 61
            goto 7
         5: .line 64
      StackMap locals:
      StackMap stack:
            aload 2 /* childDispatcher */
            invokevirtual com.sun.javafx.event.BasicEventDispatcher.getPreviousDispatcher:()Lcom/sun/javafx/event/BasicEventDispatcher;
            astore 2 /* childDispatcher */
         6: .line 58
      StackMap locals:
      StackMap stack:
            aload 2 /* childDispatcher */
            ifnonnull 2
         7: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            areturn
        end local 2 // com.sun.javafx.event.BasicEventDispatcher childDispatcher
        end local 1 // javafx.event.Event event
        end local 0 // com.sun.javafx.event.CompositeEventDispatcher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/javafx/event/CompositeEventDispatcher;
            0    8     1            event  Ljavafx/event/Event;
            1    8     2  childDispatcher  Lcom/sun/javafx/event/BasicEventDispatcher;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "CompositeEventDispatcher.java"