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 // javafx.animation.Animation$CurrentRateProperty this
         0: .line 192
            aload 0 /* this */
            aload 1
            putfield javafx.animation.Animation$CurrentRateProperty.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyDoublePropertyBase.<init>:()V
            return
        end local 0 // javafx.animation.Animation$CurrentRateProperty this
      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 // javafx.animation.Animation$CurrentRateProperty this
         0: .line 197
            aload 0 /* this */
            getfield javafx.animation.Animation$CurrentRateProperty.this$0:Ljavafx/animation/Animation;
            areturn
        end local 0 // javafx.animation.Animation$CurrentRateProperty this
      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 // javafx.animation.Animation$CurrentRateProperty this
         0: .line 202
            ldc "currentRate"
            areturn
        end local 0 // javafx.animation.Animation$CurrentRateProperty this
      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 // javafx.animation.Animation$CurrentRateProperty this
         0: .line 207
            aload 0 /* this */
            getfield javafx.animation.Animation$CurrentRateProperty.value:D
            dreturn
        end local 0 // javafx.animation.Animation$CurrentRateProperty this
      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 // javafx.animation.Animation$CurrentRateProperty this
        start local 1 // double value
         0: .line 211
            aload 0 /* this */
            dload 1 /* value */
            putfield javafx.animation.Animation$CurrentRateProperty.value:D
         1: .line 212
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$CurrentRateProperty.fireValueChangedEvent:()V
         2: .line 213
            return
        end local 1 // double value
        end local 0 // javafx.animation.Animation$CurrentRateProperty this
      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