class javafx.animation.SequentialTransition$3 extends com.sun.javafx.collections.VetoableListDecorator<javafx.animation.Animation>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.animation.SequentialTransition$3
super_class: com.sun.javafx.collections.VetoableListDecorator
{
final javafx.animation.SequentialTransition this$0;
descriptor: Ljavafx/animation/SequentialTransition;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.animation.SequentialTransition, javafx.collections.ObservableList);
descriptor: (Ljavafx/animation/SequentialTransition;Ljavafx/collections/ObservableList;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
aload 0
aload 2
invokespecial com.sun.javafx.collections.VetoableListDecorator.<init>:(Ljavafx/collections/ObservableList;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/SequentialTransition$3;
0 1 2 $anonymous0 Ljavafx/collections/ObservableList<Ljavafx/animation/Animation;>;
MethodParameters:
Name Flags
this$0 final
$anonymous0
protected void onProposedChange(java.util.List<javafx.animation.Animation>, );
descriptor: (Ljava/util/List;[I)V
flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: iconst_0
istore 4
start local 4 2: goto 9
3: StackMap locals: java.lang.IllegalArgumentException int
StackMap stack:
aload 2
iload 4
iaload
istore 5
start local 5 4: goto 7
5: StackMap locals: int
StackMap stack:
aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
getfield javafx.animation.SequentialTransition.childrenSet:Ljava/util/Set;
aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
getfield javafx.animation.SequentialTransition.children:Ljavafx/collections/ObservableList;
iload 5
invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
pop
6: iinc 5 1
StackMap locals:
StackMap stack:
7: iload 5
aload 2
iload 4
iconst_1
iadd
iaload
if_icmplt 5
end local 5 8: iinc 4 2
StackMap locals:
StackMap stack:
9: iload 4
aload 2
arraylength
if_icmplt 3
end local 4 10: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 21
StackMap locals: javafx.animation.SequentialTransition$3 java.util.List int[] java.lang.IllegalArgumentException top java.util.Iterator
StackMap stack:
11: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast javafx.animation.Animation
astore 4
start local 4 12: aload 4
ifnonnull 15
13: new java.lang.IllegalArgumentException
dup
ldc "Child cannot be null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
astore 3
14: goto 22
15: StackMap locals: javafx.animation.SequentialTransition$3 java.util.List int[] java.lang.IllegalArgumentException javafx.animation.Animation java.util.Iterator
StackMap stack:
aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
getfield javafx.animation.SequentialTransition.childrenSet:Ljava/util/Set;
aload 4
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
ifne 18
16: new java.lang.IllegalArgumentException
dup
ldc "Attempting to add a duplicate to the list of children"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
astore 3
17: goto 22
18: StackMap locals:
StackMap stack:
aload 4
aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
invokestatic javafx.animation.SequentialTransition.checkCycle:(Ljavafx/animation/Animation;Ljavafx/animation/Animation;)Z
ifeq 21
19: new java.lang.IllegalArgumentException
dup
ldc "This change would create cycle"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
astore 3
20: goto 22
end local 4 21: StackMap locals: javafx.animation.SequentialTransition$3 java.util.List int[] java.lang.IllegalArgumentException top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 11
22: StackMap locals: javafx.animation.SequentialTransition$3 java.util.List int[] java.lang.IllegalArgumentException
StackMap stack:
aload 3
ifnull 26
23: aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
getfield javafx.animation.SequentialTransition.childrenSet:Ljava/util/Set;
invokeinterface java.util.Set.clear:()V
24: aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
getfield javafx.animation.SequentialTransition.childrenSet:Ljava/util/Set;
aload 0
getfield javafx.animation.SequentialTransition$3.this$0:Ljavafx/animation/SequentialTransition;
getfield javafx.animation.SequentialTransition.children:Ljavafx/collections/ObservableList;
invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
pop
25: aload 3
athrow
26: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Ljavafx/animation/SequentialTransition$3;
0 27 1 toBeAdded Ljava/util/List<Ljavafx/animation/Animation;>;
0 27 2 indexes [I
1 27 3 exception Ljava/lang/IllegalArgumentException;
2 10 4 i I
4 8 5 idx I
12 21 4 child Ljavafx/animation/Animation;
Signature: (Ljava/util/List<Ljavafx/animation/Animation;>;[I)V
MethodParameters:
Name Flags
toBeAdded
indexes
}
Signature: Lcom/sun/javafx/collections/VetoableListDecorator<Ljavafx/animation/Animation;>;
SourceFile: "SequentialTransition.java"
EnclosingMethod: javafx.animation.SequentialTransition
NestHost: javafx.animation.SequentialTransition
InnerClasses:
javafx.animation.SequentialTransition$3