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 // javafx.animation.Animation$2 this
        start local 2 // double $anonymous0
         0: .line 320
            aload 0 /* this */
            aload 1
            putfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.DoublePropertyBase.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.animation.Animation$2 this
      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 // javafx.animation.Animation$2 this
         0: .line 324
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getRate:()D
            dstore 1 /* newRate */
        start local 1 // double newRate
         1: .line 325
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.isRunningEmbedded:()Z
            ifeq 6
         2: .line 326
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$2.isBound:()Z
            ifeq 4
         3: .line 327
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$2.unbind:()V
         4: .line 329
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            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: .line 330
            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: .line 332
      StackMap locals:
      StackMap stack:
            dload 1 /* newRate */
            invokestatic javafx.animation.Animation.isNearZero:(D)Z
            ifeq 12
         7: .line 333
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.isRunning:()Z
            ifeq 9
         8: .line 334
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getCurrentRate:()D
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.oldRate:D
            invokestatic javafx.animation.Animation.areNearEqual:(DD)Z
            putfield javafx.animation.Animation.lastPlayedForward:Z
         9: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            dconst_0
            invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
        10: .line 337
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.pauseReceiver:()V
        11: .line 338
            goto 25
        12: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.isRunning:()Z
            ifeq 24
        13: .line 340
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getCurrentRate:()D
            dstore 3 /* currentRate */
        start local 3 // double currentRate
        14: .line 341
            dload 3 /* currentRate */
            invokestatic javafx.animation.Animation.isNearZero:(D)Z
            ifeq 20
        15: .line 342
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.lastPlayedForward:Z
            ifeq 16
            dload 1 /* newRate */
            goto 17
      StackMap locals: javafx.animation.Animation$2 double double
      StackMap stack: javafx.animation.Animation
        16: dload 1 /* newRate */
            dneg
      StackMap locals: javafx.animation.Animation$2 double double
      StackMap stack: javafx.animation.Animation double
        17: invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
        18: .line 343
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.resumeReceiver:()V
        19: .line 344
            goto 24
        20: .line 345
      StackMap locals:
      StackMap stack:
            dload 3 /* currentRate */
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.oldRate:D
            invokestatic javafx.animation.Animation.areNearEqual:(DD)Z
            istore 5 /* playingForward */
        start local 5 // boolean playingForward
        21: .line 346
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            iload 5 /* playingForward */
            ifeq 22
            dload 1 /* newRate */
            goto 23
      StackMap locals: javafx.animation.Animation$2 double double int
      StackMap stack: javafx.animation.Animation
        22: dload 1 /* newRate */
            dneg
      StackMap locals: javafx.animation.Animation$2 double double int
      StackMap stack: javafx.animation.Animation double
        23: invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
        end local 5 // boolean playingForward
        end local 3 // double currentRate
        24: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            dload 1 /* newRate */
            putfield javafx.animation.Animation.oldRate:D
        25: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.clipEnvelope:Lcom/sun/scenario/animation/shared/ClipEnvelope;
            dload 1 /* newRate */
            invokevirtual com.sun.scenario.animation.shared.ClipEnvelope.setRate:(D)V
        26: .line 352
            return
        end local 1 // double newRate
        end local 0 // javafx.animation.Animation$2 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0            this  Ljavafx/animation/Animation$2;
            1   27     1         newRate  D
           14   24     3     currentRate  D
           21   24     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 // javafx.animation.Animation$2 this
         0: .line 356
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            areturn
        end local 0 // javafx.animation.Animation$2 this
      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 // javafx.animation.Animation$2 this
         0: .line 361
            ldc "rate"
            areturn
        end local 0 // javafx.animation.Animation$2 this
      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