class javafx.animation.Interpolator$4 extends javafx.animation.Interpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Interpolator$4
  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 S3;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.1111111111111112

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

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

  protected double curve(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.animation.Interpolator$4 this
        start local 1 // double t
         0: .line 143
            dload 1 /* t */
            ldc 0.2
            dcmpg
            ifge 1
            ldc 2.7777777777777777
            dload 1 /* t */
            dmul
            dload 1 /* t */
            dmul
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc 1.1111111111111112
            dload 1 /* t */
            dmul
            ldc 0.1111111111111111
            dsub
      StackMap locals:
      StackMap stack: double
         2: invokestatic javafx.animation.Interpolator.clamp:(D)D
            dreturn
        end local 1 // double t
        end local 0 // javafx.animation.Interpolator$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/Interpolator$4;
            0    3     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$4 this
         0: .line 148
            ldc "Interpolator.EASE_IN"
            areturn
        end local 0 // javafx.animation.Interpolator$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$4;
}
SourceFile: "Interpolator.java"
EnclosingMethod: javafx.animation.Interpolator
NestHost: javafx.animation.Interpolator
InnerClasses:
  javafx.animation.Interpolator$4