class com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval extends com.sun.scenario.animation.shared.InterpolationInterval
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval
  super_class: com.sun.scenario.animation.shared.InterpolationInterval
{
  private final javafx.beans.value.WritableDoubleValue target;
    descriptor: Ljavafx/beans/value/WritableDoubleValue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private double leftValue;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private final double rightValue;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 233
            ldc Lcom/sun/scenario/animation/shared/InterpolationInterval;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(javafx.animation.KeyValue, long, java.lang.Object);
    descriptor: (Ljavafx/animation/KeyValue;JLjava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
        start local 1 // javafx.animation.KeyValue keyValue
        start local 2 // long ticks
        start local 4 // java.lang.Object leftValue
         0: .line 242
            aload 0 /* this */
            lload 2 /* ticks */
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getInterpolator:()Ljavafx/animation/Interpolator;
            invokespecial com.sun.scenario.animation.shared.InterpolationInterval.<init>:(JLjavafx/animation/Interpolator;)V
         1: .line 243
            getstatic com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.$assertionsDisabled:Z
            ifne 5
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            instanceof javafx.beans.value.WritableDoubleValue
            ifeq 4
         2: .line 244
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getEndValue:()Ljava/lang/Object;
            instanceof java.lang.Number
            ifeq 4
         3: .line 245
            aload 4 /* leftValue */
            instanceof java.lang.Number
            ifne 5
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval javafx.animation.KeyValue long java.lang.Object
      StackMap stack:
         4: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            checkcast javafx.beans.value.WritableDoubleValue
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
         6: .line 247
            aload 0 /* this */
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getEndValue:()Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.rightValue:D
         7: .line 248
            aload 0 /* this */
            aload 4 /* leftValue */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.leftValue:D
         8: .line 249
            return
        end local 4 // java.lang.Object leftValue
        end local 2 // long ticks
        end local 1 // javafx.animation.KeyValue keyValue
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/scenario/animation/shared/InterpolationInterval$DoubleInterpolationInterval;
            0    9     1   keyValue  Ljavafx/animation/KeyValue;
            0    9     2      ticks  J
            0    9     4  leftValue  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      keyValue   
      ticks      
      leftValue  

  private void <init>(javafx.animation.KeyValue, long);
    descriptor: (Ljavafx/animation/KeyValue;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
        start local 1 // javafx.animation.KeyValue keyValue
        start local 2 // long ticks
         0: .line 252
            aload 0 /* this */
            lload 2 /* ticks */
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getInterpolator:()Ljavafx/animation/Interpolator;
            invokespecial com.sun.scenario.animation.shared.InterpolationInterval.<init>:(JLjavafx/animation/Interpolator;)V
         1: .line 253
            getstatic com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.$assertionsDisabled:Z
            ifne 4
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            instanceof javafx.beans.value.WritableDoubleValue
            ifeq 3
         2: .line 254
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getEndValue:()Ljava/lang/Object;
            instanceof java.lang.Number
            ifne 4
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval javafx.animation.KeyValue long
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            checkcast javafx.beans.value.WritableDoubleValue
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
         5: .line 256
            aload 0 /* this */
            aload 1 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getEndValue:()Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.rightValue:D
         6: .line 257
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
            invokeinterface javafx.beans.value.WritableDoubleValue.get:()D
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.leftValue:D
         7: .line 258
            return
        end local 2 // long ticks
        end local 1 // javafx.animation.KeyValue keyValue
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/scenario/animation/shared/InterpolationInterval$DoubleInterpolationInterval;
            0    8     1  keyValue  Ljavafx/animation/KeyValue;
            0    8     2     ticks  J
    MethodParameters:
          Name  Flags
      keyValue  
      ticks     

  public void interpolate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
        start local 1 // double frac
         0: .line 262
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.rightInterpolator:Ljavafx/animation/Interpolator;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.leftValue:D
         1: .line 263
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.rightValue:D
            dload 1 /* frac */
         2: .line 262
            invokevirtual javafx.animation.Interpolator.interpolate:(DDD)D
            dstore 3 /* value */
        start local 3 // double value
         3: .line 264
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
            dload 3 /* value */
            invokeinterface javafx.beans.value.WritableDoubleValue.set:(D)V
         4: .line 265
            return
        end local 3 // double value
        end local 1 // double frac
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/scenario/animation/shared/InterpolationInterval$DoubleInterpolationInterval;
            0    5     1   frac  D
            3    5     3  value  D
    MethodParameters:
      Name  Flags
      frac  

  public void recalculateStartValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
         0: .line 269
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
            invokeinterface javafx.beans.value.WritableDoubleValue.get:()D
            putfield com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval.leftValue:D
         1: .line 270
            return
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/InterpolationInterval$DoubleInterpolationInterval;
}
SourceFile: "InterpolationInterval.java"
NestHost: com.sun.scenario.animation.shared.InterpolationInterval
InnerClasses:
  private DoubleInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$DoubleInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval