class javafx.animation.ParallelTransition$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.ParallelTransition$2
super_class: com.sun.javafx.collections.TrackableObservableList
{
final javafx.animation.ParallelTransition this$0;
descriptor: Ljavafx/animation/ParallelTransition;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.animation.ParallelTransition);
descriptor: (Ljavafx/animation/ParallelTransition;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // javafx.animation.ParallelTransition$2 this
0: .line 171
aload 0 /* this */
aload 1
putfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
aload 0 /* this */
invokespecial com.sun.javafx.collections.TrackableObservableList.<init>:()V
return
end local 0 // javafx.animation.ParallelTransition$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/ParallelTransition$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.ParallelTransition$2 this
start local 1 // javafx.collections.ListChangeListener$Change c
0: .line 174
goto 15
1: .line 175
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.ParallelTransition$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 176
aload 2 /* animation */
aconst_null
putfield javafx.animation.Animation.parent:Ljavafx/animation/Animation;
4: .line 177
aload 2 /* animation */
invokevirtual javafx.animation.Animation.rateProperty:()Ljavafx/beans/property/DoubleProperty;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
invokevirtual javafx.beans.property.DoubleProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
5: .line 178
aload 2 /* animation */
invokevirtual javafx.animation.Animation.totalDurationProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
invokevirtual javafx.beans.property.ReadOnlyObjectProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
6: .line 179
aload 2 /* animation */
invokevirtual javafx.animation.Animation.delayProperty:()Ljavafx/beans/property/ObjectProperty;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
invokevirtual javafx.beans.property.ObjectProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
end local 2 // javafx.animation.Animation animation
7: .line 175
StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
8: .line 181
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 182
aload 2 /* animation */
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
putfield javafx.animation.Animation.parent:Ljavafx/animation/Animation;
11: .line 183
aload 2 /* animation */
invokevirtual javafx.animation.Animation.rateProperty:()Ljavafx/beans/property/DoubleProperty;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
invokevirtual javafx.beans.property.DoubleProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
12: .line 184
aload 2 /* animation */
invokevirtual javafx.animation.Animation.totalDurationProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
invokevirtual javafx.beans.property.ReadOnlyObjectProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
13: .line 185
aload 2 /* animation */
invokevirtual javafx.animation.Animation.delayProperty:()Ljavafx/beans/property/ObjectProperty;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
invokevirtual javafx.beans.property.ObjectProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
end local 2 // javafx.animation.Animation animation
14: .line 181
StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 9
15: .line 174
StackMap locals: javafx.animation.ParallelTransition$2 javafx.collections.ListChangeListener$Change
StackMap stack:
aload 1 /* c */
invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
ifne 1
16: .line 188
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.childrenListener:Ljavafx/beans/InvalidationListener;
aload 0 /* this */
getfield javafx.animation.ParallelTransition$2.this$0:Ljavafx/animation/ParallelTransition;
getfield javafx.animation.ParallelTransition.children:Ljavafx/collections/ObservableList;
invokeinterface javafx.beans.InvalidationListener.invalidated:(Ljavafx/beans/Observable;)V
17: .line 189
return
end local 1 // javafx.collections.ListChangeListener$Change c
end local 0 // javafx.animation.ParallelTransition$2 this
LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Ljavafx/animation/ParallelTransition$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: "ParallelTransition.java"
EnclosingMethod: javafx.animation.ParallelTransition
NestHost: javafx.animation.ParallelTransition
InnerClasses:
javafx.animation.ParallelTransition$2
public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener