class com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval 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$TangentFloatInterpolationInterval
  super_class: com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval
{
  private final javafx.beans.value.WritableFloatValue target;
    descriptor: Ljavafx/beans/value/WritableFloatValue;
    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 344
            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$TangentFloatInterpolationInterval.$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$TangentFloatInterpolationInterval 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 351
            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 352
            getstatic com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.$assertionsDisabled:Z
            ifne 2
            aload 1 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            instanceof javafx.beans.value.WritableFloatValue
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 353
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval 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.WritableFloatValue
            putfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
         3: .line 354
            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$TangentFloatInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
            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$TangentFloatInterpolationInterval this
        start local 1 // javafx.animation.KeyValue rightKeyValue
        start local 2 // long ticks
         0: .line 358
            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 359
            getstatic com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.$assertionsDisabled:Z
            ifne 2
            aload 1 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            instanceof javafx.beans.value.WritableFloatValue
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 360
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval 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.WritableFloatValue
            putfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
         3: .line 361
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
            invokeinterface javafx.beans.value.WritableFloatValue.get:()F
            f2d
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.recalculateStartValue:(D)V
         4: .line 362
            return
        end local 2 // long ticks
        end local 1 // javafx.animation.KeyValue rightKeyValue
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
            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$TangentFloatInterpolationInterval this
        start local 1 // double frac
         0: .line 366
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
            aload 0 /* this */
            dload 1 /* frac */
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.calculate:(D)D
            d2f
            invokeinterface javafx.beans.value.WritableFloatValue.set:(F)V
         1: .line 367
            return
        end local 1 // double frac
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
            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$TangentFloatInterpolationInterval this
         0: .line 371
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
            invokeinterface javafx.beans.value.WritableFloatValue.get:()F
            f2d
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.recalculateStartValue:(D)V
         1: .line 372
            return
        end local 0 // com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
}
SourceFile: "InterpolationInterval.java"
NestHost: com.sun.scenario.animation.shared.InterpolationInterval
InnerClasses:
  private TangentFloatInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval
  private abstract TangentInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval