public class com.sun.scenario.animation.NumberTangentInterpolator extends javafx.animation.Interpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.animation.NumberTangentInterpolator
  super_class: javafx.animation.Interpolator
{
  private final double inValue;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final long inTicks;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long outTicks;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public double getInValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
         0: .line 37
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
            dreturn
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;

  public double getOutValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
         0: .line 39
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            dreturn
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;

  public double getInTicks();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
         0: .line 41
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            l2d
            dreturn
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;

  public double getOutTicks();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
         0: .line 43
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
            l2d
            dreturn
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;

  public void <init>(javafx.util.Duration, double, javafx.util.Duration, double);
    descriptor: (Ljavafx/util/Duration;DLjavafx/util/Duration;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
        start local 1 // javafx.util.Duration inDuration
        start local 2 // double inValue
        start local 4 // javafx.util.Duration outDuration
        start local 5 // double outValue
         0: .line 45
            aload 0 /* this */
            invokespecial javafx.animation.Interpolator.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* inDuration */
            invokestatic com.sun.javafx.animation.TickCalculation.fromDuration:(Ljavafx/util/Duration;)J
            putfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
         2: .line 47
            aload 0 /* this */
            dload 2 /* inValue */
            putfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
         3: .line 48
            aload 0 /* this */
            aload 4 /* outDuration */
            invokestatic com.sun.javafx.animation.TickCalculation.fromDuration:(Ljavafx/util/Duration;)J
            putfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
         4: .line 49
            aload 0 /* this */
            dload 5 /* outValue */
            putfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
         5: .line 50
            return
        end local 5 // double outValue
        end local 4 // javafx.util.Duration outDuration
        end local 2 // double inValue
        end local 1 // javafx.util.Duration inDuration
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/scenario/animation/NumberTangentInterpolator;
            0    6     1   inDuration  Ljavafx/util/Duration;
            0    6     2      inValue  D
            0    6     4  outDuration  Ljavafx/util/Duration;
            0    6     5     outValue  D
    MethodParameters:
             Name  Flags
      inDuration   
      inValue      
      outDuration  
      outValue     

  public void <init>(javafx.util.Duration, double);
    descriptor: (Ljavafx/util/Duration;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
        start local 1 // javafx.util.Duration duration
        start local 2 // double value
         0: .line 52
            aload 0 /* this */
            invokespecial javafx.animation.Interpolator.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* duration */
            invokestatic com.sun.javafx.animation.TickCalculation.fromDuration:(Ljavafx/util/Duration;)J
            dup2_x1
            putfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            putfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
         2: .line 54
            aload 0 /* this */
            aload 0 /* this */
            dload 2 /* value */
            dup2_x1
            putfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            putfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
         3: .line 55
            return
        end local 2 // double value
        end local 1 // javafx.util.Duration duration
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/scenario/animation/NumberTangentInterpolator;
            0    4     1  duration  Ljavafx/util/Duration;
            0    4     2     value  D
    MethodParameters:
          Name  Flags
      duration  
      value     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
         0: .line 59
            new java.lang.StringBuilder
            dup
            ldc "NumberTangentInterpolator [inValue="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
         1: .line 60
            ldc ", inDuration="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            invokestatic com.sun.javafx.animation.TickCalculation.toDuration:(J)Ljavafx/util/Duration;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", outValue="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 61
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ", outDuration="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
            invokestatic com.sun.javafx.animation.TickCalculation.toDuration:(J)Ljavafx/util/Duration;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 59
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
         0: .line 66
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 67
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* hash */
         2: .line 68
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* hash */
         3: .line 69
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* hash */
         4: .line 70
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* hash */
         5: .line 71
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;
            1    6     1  hash  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
        start local 1 // java.lang.Object obj
         0: .line 76
            aload 1 /* obj */
            ifnonnull 2
         1: .line 77
            iconst_0
            ireturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 80
            iconst_0
            ireturn
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.sun.scenario.animation.NumberTangentInterpolator
            astore 2 /* other */
        start local 2 // com.sun.scenario.animation.NumberTangentInterpolator other
         5: .line 83
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            aload 2 /* other */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifeq 7
         6: .line 84
            iconst_0
            ireturn
         7: .line 86
      StackMap locals: com.sun.scenario.animation.NumberTangentInterpolator
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            aload 2 /* other */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifeq 9
         8: .line 87
            iconst_0
            ireturn
         9: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            aload 2 /* other */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
            lcmp
            ifeq 11
        10: .line 90
            iconst_0
            ireturn
        11: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
            aload 2 /* other */
            getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
            lcmp
            ifeq 13
        12: .line 93
            iconst_0
            ireturn
        13: .line 95
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.sun.scenario.animation.NumberTangentInterpolator other
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/sun/scenario/animation/NumberTangentInterpolator;
            0   14     1    obj  Ljava/lang/Object;
            5   14     2  other  Lcom/sun/scenario/animation/NumberTangentInterpolator;
    MethodParameters:
      Name  Flags
      obj   

  protected double curve(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
        start local 1 // double t
         0: .line 103
            dload 1 /* t */
            dreturn
        end local 1 // double t
        end local 0 // com.sun.scenario.animation.NumberTangentInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/NumberTangentInterpolator;
            0    1     1     t  D
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "NumberTangentInterpolator.java"