class javafx.animation.Interpolator$1 extends javafx.animation.Interpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Interpolator$1
  super_class: javafx.animation.Interpolator
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Interpolator$1 this
         0: .line 58
            aload 0 /* this */
            invokespecial javafx.animation.Interpolator.<init>:()V
            return
        end local 0 // javafx.animation.Interpolator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$1;

  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$1 this
        start local 1 // double t
         0: .line 61
            dload 1 /* t */
            dconst_1
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpg
            ifge 1
            dconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: dconst_0
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 1 // double t
        end local 0 // javafx.animation.Interpolator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/Interpolator$1;
            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$1 this
         0: .line 66
            ldc "Interpolator.DISCRETE"
            areturn
        end local 0 // javafx.animation.Interpolator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$1;
}
SourceFile: "Interpolator.java"
EnclosingMethod: javafx.animation.Interpolator
NestHost: javafx.animation.Interpolator
InnerClasses:
  javafx.animation.Interpolator$1