class javafx.animation.SequentialTransition$2 extends com.sun.javafx.collections.TrackableObservableList<javafx.animation.Animation>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.SequentialTransition$2
  super_class: com.sun.javafx.collections.TrackableObservableList
{
  final javafx.animation.SequentialTransition this$0;
    descriptor: Ljavafx/animation/SequentialTransition;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.animation.SequentialTransition);
    descriptor: (Ljavafx/animation/SequentialTransition;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.SequentialTransition$2 this
         0: .line 179
            aload 0 /* this */
            aload 1
            putfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.TrackableObservableList.<init>:()V
            return
        end local 0 // javafx.animation.SequentialTransition$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/SequentialTransition$2;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void onChanged(javafx.collections.ListChangeListener$Change<javafx.animation.Animation>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javafx.animation.SequentialTransition$2 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 182
            goto 15
         1: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemoved:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: javafx.animation.SequentialTransition$2 javafx.collections.ListChangeListener$Change top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.Animation
            astore 2 /* animation */
        start local 2 // javafx.animation.Animation animation
         3: .line 184
            aload 2 /* animation */
            aconst_null
            putfield javafx.animation.Animation.parent:Ljavafx/animation/Animation;
         4: .line 185
            aload 2 /* animation */
            invokevirtual javafx.animation.Animation.rateProperty:()Ljavafx/beans/property/DoubleProperty;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.DoubleProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
         5: .line 186
            aload 2 /* animation */
            invokevirtual javafx.animation.Animation.totalDurationProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ReadOnlyObjectProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
         6: .line 187
            aload 2 /* animation */
            invokevirtual javafx.animation.Animation.delayProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ObjectProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
        end local 2 // javafx.animation.Animation animation
         7: .line 183
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 189
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getAddedSubList:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 14
      StackMap locals:
      StackMap stack:
         9: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.Animation
            astore 2 /* animation */
        start local 2 // javafx.animation.Animation animation
        10: .line 190
            aload 2 /* animation */
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            putfield javafx.animation.Animation.parent:Ljavafx/animation/Animation;
        11: .line 191
            aload 2 /* animation */
            invokevirtual javafx.animation.Animation.rateProperty:()Ljavafx/beans/property/DoubleProperty;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.DoubleProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        12: .line 192
            aload 2 /* animation */
            invokevirtual javafx.animation.Animation.totalDurationProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ReadOnlyObjectProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        13: .line 193
            aload 2 /* animation */
            invokevirtual javafx.animation.Animation.delayProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ObjectProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        end local 2 // javafx.animation.Animation animation
        14: .line 189
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        15: .line 182
      StackMap locals: javafx.animation.SequentialTransition$2 javafx.collections.ListChangeListener$Change
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ifne 1
        16: .line 196
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.childrenListener:Ljavafx/beans/InvalidationListener;
            aload 0 /* this */
            getfield javafx.animation.SequentialTransition$2.this$0:Ljavafx/animation/SequentialTransition;
            getfield javafx.animation.SequentialTransition.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.beans.InvalidationListener.invalidated:(Ljavafx/beans/Observable;)V
        17: .line 197
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.animation.SequentialTransition$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Ljavafx/animation/SequentialTransition$2;
            0   18     1          c  Ljavafx/collections/ListChangeListener$Change<Ljavafx/animation/Animation;>;
            3    7     2  animation  Ljavafx/animation/Animation;
           10   14     2  animation  Ljavafx/animation/Animation;
    Signature: (Ljavafx/collections/ListChangeListener$Change<Ljavafx/animation/Animation;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Lcom/sun/javafx/collections/TrackableObservableList<Ljavafx/animation/Animation;>;
SourceFile: "SequentialTransition.java"
EnclosingMethod: javafx.animation.SequentialTransition
NestHost: javafx.animation.SequentialTransition
InnerClasses:
  javafx.animation.SequentialTransition$2
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener