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 297
            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 301
            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 302
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.isRunningEmbedded:()Z
            ifeq 6
         2: .line 303
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$2.isBound:()Z
            ifeq 4
         3: .line 304
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$2.unbind:()V
         4: .line 306
      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 307
            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 309
      StackMap locals:
      StackMap stack:
            dload 1 /* newRate */
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpg
            ifge 17
         7: .line 310
            aload 0 /* this */
            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: .line 311
            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
         9: .line 312
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.oldRate:D
            dsub
        10: .line 311
            invokestatic java.lang.Math.abs:(D)D
        11: .line 312
            ldc 1.0E-12
            dcmpg
            ifge 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: javafx.animation.Animation
        12: iconst_0
        13: .line 311
      StackMap locals: javafx.animation.Animation$2 double
      StackMap stack: javafx.animation.Animation int
            putfield javafx.animation.Animation.lastPlayedForward:Z
        14: .line 314
      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
        15: .line 315
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.pauseReceiver:()V
        16: .line 316
            goto 32
        17: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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: .line 318
            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
        19: .line 319
            dload 3 /* currentRate */
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpg
            ifge 25
        20: .line 320
            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 21
            dload 1 /* newRate */
            goto 22
      StackMap locals: javafx.animation.Animation$2 double double
      StackMap stack: javafx.animation.Animation
        21: dload 1 /* newRate */
            dneg
      StackMap locals: javafx.animation.Animation$2 double double
      StackMap stack: javafx.animation.Animation double
        22: invokevirtual javafx.animation.Animation.doSetCurrentRate:(D)V
        23: .line 321
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.resumeReceiver:()V
        24: .line 322
            goto 31
        25: .line 323
      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
            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 /* playingForward */
        start local 5 // boolean playingForward
        28: .line 324
            aload 0 /* this */
            getfield javafx.animation.Animation$2.this$0:Ljavafx/animation/Animation;
            iload 5 /* playingForward */
            ifeq 29
            dload 1 /* newRate */
            goto 30
      StackMap locals: javafx.animation.Animation$2 double double int
      StackMap stack: javafx.animation.Animation
        29: dload 1 /* newRate */
            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 // boolean playingForward
        end local 3 // double currentRate
        31: .line 327
      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
        32: .line 329
      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
        33: .line 331
            return
        end local 1 // double newRate
        end local 0 // javafx.animation.Animation$2 this
      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 // javafx.animation.Animation$2 this
         0: .line 335
            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 340
            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
  public final Status = javafx.animation.Animation$Status of javafx.animation.Animation