class javafx.animation.Interpolator$3 extends javafx.animation.Interpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Interpolator$3
  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$3 this
         0: .line 110
            aload 0 /* this */
            invokespecial javafx.animation.Interpolator.<init>:()V
            return
        end local 0 // javafx.animation.Interpolator$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$3;

  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$3 this
        start local 1 // double t
         0: .line 115
            dload 1 /* t */
            ldc 0.2
            dcmpg
            ifge 1
            ldc 3.125
            dload 1 /* t */
            dmul
            dload 1 /* t */
            dmul
            goto 3
         1: .line 116
      StackMap locals:
      StackMap stack:
            dload 1 /* t */
            ldc 0.8
            dcmpl
            ifle 2
            ldc -3.125
            dload 1 /* t */
            dmul
            dload 1 /* t */
            dmul
            ldc 6.25
            dload 1 /* t */
            dmul
            dadd
            ldc 2.125
            dsub
            goto 3
         2: .line 117
      StackMap locals:
      StackMap stack:
            ldc 1.25
            dload 1 /* t */
            dmul
            ldc 0.125
            dsub
         3: .line 115
      StackMap locals:
      StackMap stack: double
            invokestatic javafx.animation.Interpolator.clamp:(D)D
            dreturn
        end local 1 // double t
        end local 0 // javafx.animation.Interpolator$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/animation/Interpolator$3;
            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$3 this
         0: .line 122
            ldc "Interpolator.EASE_BOTH"
            areturn
        end local 0 // javafx.animation.Interpolator$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$3;
}
SourceFile: "Interpolator.java"
EnclosingMethod: javafx.animation.Interpolator
NestHost: javafx.animation.Interpolator
InnerClasses:
  javafx.animation.Interpolator$3