class javafx.animation.Animation$CurrentRateProperty extends javafx.beans.property.ReadOnlyDoublePropertyBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.animation.Animation$CurrentRateProperty
super_class: javafx.beans.property.ReadOnlyDoublePropertyBase
{
private double value;
descriptor: D
flags: (0x0002) ACC_PRIVATE
final javafx.animation.Animation this$0;
descriptor: Ljavafx/animation/Animation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(javafx.animation.Animation);
descriptor: (Ljavafx/animation/Animation;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.animation.Animation$CurrentRateProperty.this$0:Ljavafx/animation/Animation;
aload 0
invokespecial javafx.beans.property.ReadOnlyDoublePropertyBase.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$CurrentRateProperty;
MethodParameters:
Name Flags
this$0 final
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$CurrentRateProperty.this$0:Ljavafx/animation/Animation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$CurrentRateProperty;
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 "currentRate"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$CurrentRateProperty;
public double get();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Animation$CurrentRateProperty.value:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$CurrentRateProperty;
private void set(double);
descriptor: (D)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.animation.Animation$CurrentRateProperty.value:D
1: aload 0
invokevirtual javafx.animation.Animation$CurrentRateProperty.fireValueChangedEvent:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/Animation$CurrentRateProperty;
0 3 1 value D
MethodParameters:
Name Flags
value
}
SourceFile: "Animation.java"
NestHost: javafx.animation.Animation
InnerClasses:
private CurrentRateProperty = javafx.animation.Animation$CurrentRateProperty of javafx.animation.Animation