class javafx.animation.Animation$2 extends javafx.beans.property.DoublePropertyBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.animation.Animation$2
super_class: javafx.beans.property.DoublePropertyBase
{
final javafx.animation.Animation this$0;
descriptor: Ljavafx/animation/Animation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.animation.Animation, double);
descriptor: (Ljavafx/animation/Animation;D)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
aload 0
dload 2
invokespecial javafx.beans.property.DoublePropertyBase.<init>:(D)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$2;
0 1 2 $anonymous0 D
MethodParameters:
Name Flags
this$0 final
$anonymous0
public void invalidated();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.getRate:()D
dstore 1
start local 1 1: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.isRunningEmbedded:()Z
ifeq 6
2: aload 0
invokevirtual javafx.animation.Animation$2.isBound:()Z
ifeq 4
3: aload 0
invokevirtual javafx.animation.Animation$2.unbind:()V
4: StackMap locals: double
StackMap stack:
aload 0
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.oldRate:D
invokevirtual javafx.animation.Animation$2.set:(D)V
5: new java.lang.IllegalArgumentException
dup
ldc "Cannot set rate of embedded animation while running."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
dload 1
invokestatic java.lang.Math.abs:(D)D
ldc 1.0E-12
dcmpg
ifge 17
7: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.getStatus:()Ljavafx/animation/Animation$Status;
getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
if_acmpne 14
8: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.getCurrentRate:()D
9: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.oldRate:D
dsub
10: invokestatic java.lang.Math.abs:(D)D
11: ldc 1.0E-12
dcmpg
ifge 12
iconst_1
goto 13
StackMap locals:
StackMap stack: javafx.animation.Animation
12: iconst_0
13: StackMap locals: javafx.animation.Animation$2 double
StackMap stack: javafx.animation.Animation int
putfield javafx.animation.Animation.lastPlayedForward:Z
14: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
dconst_0
invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
15: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.pauseReceiver:()V
16: goto 32
17: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.getStatus:()Ljavafx/animation/Animation$Status;
getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
if_acmpne 31
18: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.getCurrentRate:()D
dstore 3
start local 3 19: dload 3
invokestatic java.lang.Math.abs:(D)D
ldc 1.0E-12
dcmpg
ifge 25
20: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.lastPlayedForward:Z
ifeq 21
dload 1
goto 22
StackMap locals: javafx.animation.Animation$2 double double
StackMap stack: javafx.animation.Animation
21: dload 1
dneg
StackMap locals: javafx.animation.Animation$2 double double
StackMap stack: javafx.animation.Animation double
22: invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
23: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
invokevirtual javafx.animation.Animation.resumeReceiver:()V
24: goto 31
25: StackMap locals:
StackMap stack:
dload 3
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.oldRate:D
dsub
invokestatic java.lang.Math.abs:(D)D
ldc 1.0E-12
dcmpg
ifge 26
iconst_1
goto 27
StackMap locals:
StackMap stack:
26: iconst_0
StackMap locals:
StackMap stack: int
27: istore 5
start local 5 28: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
iload 5
ifeq 29
dload 1
goto 30
StackMap locals: javafx.animation.Animation$2 double double int
StackMap stack: javafx.animation.Animation
29: dload 1
dneg
StackMap locals: javafx.animation.Animation$2 double double int
StackMap stack: javafx.animation.Animation double
30: invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
end local 5 end local 3 31: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
dload 1
putfield javafx.animation.Animation.oldRate:D
32: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.clipEnvelope:Lcom/sun/scenario/animation/shared/ClipEnvelope;
dload 1
invokevirtual com.sun.scenario.animation.shared.ClipEnvelope.setRate:(D)V
33: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Ljavafx/animation/Animation$2;
1 34 1 newRate D
19 31 3 currentRate D
28 31 5 playingForward Z
public java.lang.Object getBean();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$2;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "rate"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$2;
}
SourceFile: "Animation.java"
EnclosingMethod: javafx.animation.Animation.rateProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.animation.Animation
InnerClasses:
javafx.animation.Animation$2
public final Status = javafx.animation.Animation$Status of javafx.animation.Animation