class javafx.animation.Interpolator$5 extends javafx.animation.Interpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Interpolator$5
  super_class: javafx.animation.Interpolator
{
  private static final double S1;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2.7777777777777777

  private static final double S2;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5.555555555555555

  private static final double S3;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1.7777777777777777

  private static final double S4;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.1111111111111112

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Interpolator$5 this
         0: .line 161
            aload 0 /* this */
            invokespecial javafx.animation.Interpolator.<init>:()V
            return
        end local 0 // javafx.animation.Interpolator$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$5;

  protected double curve(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // javafx.animation.Interpolator$5 this
        start local 1 // double t
         0: .line 171
            dload 1 /* t */
            ldc 0.8
            dcmpl
            ifle 1
            ldc -2.7777777777777777
            dload 1 /* t */
            dmul
            dload 1 /* t */
            dmul
            ldc 5.555555555555555
            dload 1 /* t */
            dmul
            dadd
            ldc -1.7777777777777777
            dadd
            goto 3
      StackMap locals:
      StackMap stack:
         1: ldc 1.1111111111111112
         2: .line 172
            dload 1 /* t */
            dmul
         3: .line 171
      StackMap locals:
      StackMap stack: double
            invokestatic javafx.animation.Interpolator.clamp:(D)D
            dreturn
        end local 1 // double t
        end local 0 // javafx.animation.Interpolator$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/animation/Interpolator$5;
            0    4     1     t  D
    MethodParameters:
      Name  Flags
      t     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Interpolator$5 this
         0: .line 177
            ldc "Interpolator.EASE_OUT"
            areturn
        end local 0 // javafx.animation.Interpolator$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$5;
}
SourceFile: "Interpolator.java"
EnclosingMethod: javafx.animation.Interpolator
NestHost: javafx.animation.Interpolator
InnerClasses:
  javafx.animation.Interpolator$5