class com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval extends com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval
  super_class: com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval
{
  private final javafx.beans.value.WritableDoubleValue target;
    descriptor: Ljavafx/beans/value/WritableDoubleValue;
    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 273
            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$TangentDoubleInterpolationInterval.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(javafx.animation.KeyValue, long, javafx.animation.KeyValue, long);
    descriptor: (Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval this
        start local 1 // javafx.animation.KeyValue rightKeyValue
        start local 2 // long ticks
        start local 4 // javafx.animation.KeyValue leftKeyValue
        start local 5 // long duration
         0: .line 280
            aload 0 /* this */
            aload 1 /* rightKeyValue */
            lload 2 /* ticks */
            aload 4 /* leftKeyValue */
            lload 5 /* duration */
            invokespecial com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval.<init>:(Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)V
         1: .line 281
            getstatic com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.$assertionsDisabled:Z
            ifne 2
            aload 1 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            instanceof javafx.beans.value.WritableDoubleValue
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 282
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval javafx.animation.KeyValue long javafx.animation.KeyValue long
      StackMap stack:
            aload 0 /* this */
            aload 1 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            checkcast javafx.beans.value.WritableDoubleValue
            putfield com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
         3: .line 283
            return
        end local 5 // long duration
        end local 4 // javafx.animation.KeyValue leftKeyValue
        end local 2 // long ticks
        end local 1 // javafx.animation.KeyValue rightKeyValue
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentDoubleInterpolationInterval;
            0    4     1  rightKeyValue  Ljavafx/animation/KeyValue;
            0    4     2          ticks  J
            0    4     4   leftKeyValue  Ljavafx/animation/KeyValue;
            0    4     5       duration  J
    MethodParameters:
               Name  Flags
      rightKeyValue  
      ticks          
      leftKeyValue   
      duration       

  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$TangentDoubleInterpolationInterval this
        start local 1 // javafx.animation.KeyValue rightKeyValue
        start local 2 // long ticks
         0: .line 287
            aload 0 /* this */
            aload 1 /* rightKeyValue */
            lload 2 /* ticks */
            invokespecial com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval.<init>:(Ljavafx/animation/KeyValue;J)V
         1: .line 288
            getstatic com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.$assertionsDisabled:Z
            ifne 2
            aload 1 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            instanceof javafx.beans.value.WritableDoubleValue
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 289
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval javafx.animation.KeyValue long
      StackMap stack:
            aload 0 /* this */
            aload 1 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            checkcast javafx.beans.value.WritableDoubleValue
            putfield com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
         3: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
            invokeinterface javafx.beans.value.WritableDoubleValue.get:()D
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.recalculateStartValue:(D)V
         4: .line 291
            return
        end local 2 // long ticks
        end local 1 // javafx.animation.KeyValue rightKeyValue
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentDoubleInterpolationInterval;
            0    5     1  rightKeyValue  Ljavafx/animation/KeyValue;
            0    5     2          ticks  J
    MethodParameters:
               Name  Flags
      rightKeyValue  
      ticks          

  public void interpolate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval this
        start local 1 // double frac
         0: .line 295
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
            aload 0 /* this */
            dload 1 /* frac */
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.calculate:(D)D
            invokeinterface javafx.beans.value.WritableDoubleValue.set:(D)V
         1: .line 296
            return
        end local 1 // double frac
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentDoubleInterpolationInterval;
            0    2     1  frac  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$TangentDoubleInterpolationInterval this
         0: .line 300
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.target:Ljavafx/beans/value/WritableDoubleValue;
            invokeinterface javafx.beans.value.WritableDoubleValue.get:()D
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval.recalculateStartValue:(D)V
         1: .line 301
            return
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentDoubleInterpolationInterval;
}
SourceFile: "InterpolationInterval.java"
NestHost: com.sun.scenario.animation.shared.InterpolationInterval
InnerClasses:
  private TangentDoubleInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$TangentDoubleInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval
  private abstract TangentInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval