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

  protected double curve(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.animation.Interpolator$2 this
        start local 1 // double t
         0: .line 78
            dload 1 /* t */
            dreturn
        end local 1 // double t
        end local 0 // javafx.animation.Interpolator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$2;
            0    1     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$2 this
         0: .line 83
            ldc "Interpolator.LINEAR"
            areturn
        end local 0 // javafx.animation.Interpolator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Interpolator$2;
}
SourceFile: "Interpolator.java"
EnclosingMethod: javafx.animation.Interpolator
NestHost: javafx.animation.Interpolator
InnerClasses:
  javafx.animation.Interpolator$2