public class javafx.scene.shape.CubicCurveTo extends javafx.scene.shape.PathElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.shape.CubicCurveTo
  super_class: javafx.scene.shape.PathElement
{
  private javafx.beans.property.DoubleProperty controlX1;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty controlY1;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty controlX2;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty controlY2;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty x;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty y;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 71
            new javafx.scene.shape.CubicCurveTo$1
            dup
            invokespecial javafx.scene.shape.CubicCurveTo$1.<init>:()V
            invokestatic com.sun.javafx.scene.shape.CubicCurveToHelper.setCubicCurveToAccessor:(Lcom/sun/javafx/scene/shape/CubicCurveToHelper$CubicCurveToAccessor;)V
         1: .line 77
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 82
            aload 0 /* this */
            invokespecial javafx.scene.shape.PathElement.<init>:()V
         1: .line 83
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CubicCurveToHelper.initHelper:(Ljavafx/scene/shape/CubicCurveTo;)V
         2: .line 84
            return
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public void <init>(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=13, args_size=7
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double controlX1
        start local 3 // double controlY1
        start local 5 // double controlX2
        start local 7 // double controlY2
        start local 9 // double x
        start local 11 // double y
         0: .line 95
            aload 0 /* this */
            invokespecial javafx.scene.shape.PathElement.<init>:()V
         1: .line 98
            aload 0 /* this */
            dload 1 /* controlX1 */
            invokevirtual javafx.scene.shape.CubicCurveTo.setControlX1:(D)V
         2: .line 99
            aload 0 /* this */
            dload 3 /* controlY1 */
            invokevirtual javafx.scene.shape.CubicCurveTo.setControlY1:(D)V
         3: .line 100
            aload 0 /* this */
            dload 5 /* controlX2 */
            invokevirtual javafx.scene.shape.CubicCurveTo.setControlX2:(D)V
         4: .line 101
            aload 0 /* this */
            dload 7 /* controlY2 */
            invokevirtual javafx.scene.shape.CubicCurveTo.setControlY2:(D)V
         5: .line 102
            aload 0 /* this */
            dload 9 /* x */
            invokevirtual javafx.scene.shape.CubicCurveTo.setX:(D)V
         6: .line 103
            aload 0 /* this */
            dload 11 /* y */
            invokevirtual javafx.scene.shape.CubicCurveTo.setY:(D)V
         7: .line 104
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CubicCurveToHelper.initHelper:(Ljavafx/scene/shape/CubicCurveTo;)V
         8: .line 105
            return
        end local 11 // double y
        end local 9 // double x
        end local 7 // double controlY2
        end local 5 // double controlX2
        end local 3 // double controlY1
        end local 1 // double controlX1
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavafx/scene/shape/CubicCurveTo;
            0    9     1  controlX1  D
            0    9     3  controlY1  D
            0    9     5  controlX2  D
            0    9     7  controlY2  D
            0    9     9          x  D
            0    9    11          y  D
    MethodParameters:
           Name  Flags
      controlX1  
      controlY1  
      controlX2  
      controlY2  
      x          
      y          

  public final void setControlX1(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double value
         0: .line 116
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX1:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.controlX1Property:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/CubicCurveTo;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getControlX1();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 122
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX1:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX1:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final javafx.beans.property.DoubleProperty controlX1Property();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 126
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX1:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 127
            aload 0 /* this */
            new javafx.scene.shape.CubicCurveTo$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.CubicCurveTo$2.<init>:(Ljavafx/scene/shape/CubicCurveTo;)V
            putfield javafx.scene.shape.CubicCurveTo.controlX1:Ljavafx/beans/property/DoubleProperty;
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX1:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final void setControlY1(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double value
         0: .line 157
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY1:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.controlY1Property:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/CubicCurveTo;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getControlY1();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 163
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY1:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY1:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final javafx.beans.property.DoubleProperty controlY1Property();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 167
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY1:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 168
            aload 0 /* this */
            new javafx.scene.shape.CubicCurveTo$3
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.CubicCurveTo$3.<init>:(Ljavafx/scene/shape/CubicCurveTo;)V
            putfield javafx.scene.shape.CubicCurveTo.controlY1:Ljavafx/beans/property/DoubleProperty;
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY1:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final void setControlX2(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double value
         0: .line 198
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX2:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.controlX2Property:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 201
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/CubicCurveTo;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getControlX2();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 204
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX2:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX2:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final javafx.beans.property.DoubleProperty controlX2Property();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 208
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX2:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 209
            aload 0 /* this */
            new javafx.scene.shape.CubicCurveTo$4
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.CubicCurveTo$4.<init>:(Ljavafx/scene/shape/CubicCurveTo;)V
            putfield javafx.scene.shape.CubicCurveTo.controlX2:Ljavafx/beans/property/DoubleProperty;
         2: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlX2:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final void setControlY2(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double value
         0: .line 239
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY2:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.controlY2Property:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 242
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/CubicCurveTo;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getControlY2();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 245
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY2:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY2:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final javafx.beans.property.DoubleProperty controlY2Property();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 249
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY2:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 250
            aload 0 /* this */
            new javafx.scene.shape.CubicCurveTo$5
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.CubicCurveTo$5.<init>:(Ljavafx/scene/shape/CubicCurveTo;)V
            putfield javafx.scene.shape.CubicCurveTo.controlY2:Ljavafx/beans/property/DoubleProperty;
         2: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.controlY2:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final void setX(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double value
         0: .line 279
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.x:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.xProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 282
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/CubicCurveTo;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getX();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 285
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.x:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.x:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final javafx.beans.property.DoubleProperty xProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 289
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.x:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 290
            aload 0 /* this */
            new javafx.scene.shape.CubicCurveTo$6
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.CubicCurveTo$6.<init>:(Ljavafx/scene/shape/CubicCurveTo;)V
            putfield javafx.scene.shape.CubicCurveTo.x:Ljavafx/beans/property/DoubleProperty;
         2: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.x:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final void setY(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // double value
         0: .line 320
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.y:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.yProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/CubicCurveTo;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getY();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 326
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.y:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.y:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  public final javafx.beans.property.DoubleProperty yProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 330
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.y:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 331
            aload 0 /* this */
            new javafx.scene.shape.CubicCurveTo$7
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.CubicCurveTo$7.<init>:(Ljavafx/scene/shape/CubicCurveTo;)V
            putfield javafx.scene.shape.CubicCurveTo.y:Ljavafx/beans/property/DoubleProperty;
         2: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.CubicCurveTo.y:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/CubicCurveTo;

  void addTo(com.sun.javafx.sg.prism.NGPath);
    descriptor: (Lcom/sun/javafx/sg/prism/NGPath;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // com.sun.javafx.sg.prism.NGPath pgPath
         0: .line 357
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.isAbsolute:()Z
            ifeq 6
         1: .line 358
            aload 1 /* pgPath */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX1:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY1:()D
            d2f
         2: .line 359
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX2:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY2:()D
            d2f
         3: .line 360
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getX:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getY:()D
            d2f
         4: .line 358
            invokevirtual com.sun.javafx.sg.prism.NGPath.addCubicTo:(FFFFFF)V
         5: .line 361
            goto 12
         6: .line 362
      StackMap locals:
      StackMap stack:
            aload 1 /* pgPath */
            invokevirtual com.sun.javafx.sg.prism.NGPath.getCurrentX:()F
            f2d
            dstore 2 /* dx */
        start local 2 // double dx
         7: .line 363
            aload 1 /* pgPath */
            invokevirtual com.sun.javafx.sg.prism.NGPath.getCurrentY:()F
            f2d
            dstore 4 /* dy */
        start local 4 // double dy
         8: .line 364
            aload 1 /* pgPath */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX1:()D
            dload 2 /* dx */
            dadd
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY1:()D
            dload 4 /* dy */
            dadd
            d2f
         9: .line 365
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX2:()D
            dload 2 /* dx */
            dadd
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY2:()D
            dload 4 /* dy */
            dadd
            d2f
        10: .line 366
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getX:()D
            dload 2 /* dx */
            dadd
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getY:()D
            dload 4 /* dy */
            dadd
            d2f
        11: .line 364
            invokevirtual com.sun.javafx.sg.prism.NGPath.addCubicTo:(FFFFFF)V
        end local 4 // double dy
        end local 2 // double dx
        12: .line 368
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.javafx.sg.prism.NGPath pgPath
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Ljavafx/scene/shape/CubicCurveTo;
            0   13     1  pgPath  Lcom/sun/javafx/sg/prism/NGPath;
            7   12     2      dx  D
            8   12     4      dy  D
    MethodParameters:
        Name  Flags
      pgPath  

  private void doAddTo(com.sun.javafx.geom.Path2D);
    descriptor: (Lcom/sun/javafx/geom/Path2D;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // javafx.scene.shape.CubicCurveTo this
        start local 1 // com.sun.javafx.geom.Path2D path
         0: .line 374
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.isAbsolute:()Z
            ifeq 6
         1: .line 375
            aload 1 /* path */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX1:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY1:()D
            d2f
         2: .line 376
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX2:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY2:()D
            d2f
         3: .line 377
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getX:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getY:()D
            d2f
         4: .line 375
            invokevirtual com.sun.javafx.geom.Path2D.curveTo:(FFFFFF)V
         5: .line 378
            goto 12
         6: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            invokevirtual com.sun.javafx.geom.Path2D.getCurrentX:()F
            f2d
            dstore 2 /* dx */
        start local 2 // double dx
         7: .line 380
            aload 1 /* path */
            invokevirtual com.sun.javafx.geom.Path2D.getCurrentY:()F
            f2d
            dstore 4 /* dy */
        start local 4 // double dy
         8: .line 381
            aload 1 /* path */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX1:()D
            dload 2 /* dx */
            dadd
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY1:()D
            dload 4 /* dy */
            dadd
            d2f
         9: .line 382
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX2:()D
            dload 2 /* dx */
            dadd
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY2:()D
            dload 4 /* dy */
            dadd
            d2f
        10: .line 383
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getX:()D
            dload 2 /* dx */
            dadd
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getY:()D
            dload 4 /* dy */
            dadd
            d2f
        11: .line 381
            invokevirtual com.sun.javafx.geom.Path2D.curveTo:(FFFFFF)V
        end local 4 // double dy
        end local 2 // double dx
        12: .line 385
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.javafx.geom.Path2D path
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljavafx/scene/shape/CubicCurveTo;
            0   13     1  path  Lcom/sun/javafx/geom/Path2D;
            7   12     2    dx  D
            8   12     4    dy  D
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.shape.CubicCurveTo this
         0: .line 393
            new java.lang.StringBuilder
            dup
            ldc "CubicCurveTo["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 395
            aload 1 /* sb */
            ldc "x="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getX:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         2: .line 396
            aload 1 /* sb */
            ldc ", y="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getY:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         3: .line 397
            aload 1 /* sb */
            ldc ", controlX1="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX1:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         4: .line 398
            aload 1 /* sb */
            ldc ", controlY1="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY1:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         5: .line 399
            aload 1 /* sb */
            ldc ", controlX2="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlX2:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         6: .line 400
            aload 1 /* sb */
            ldc ", controlY2="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.CubicCurveTo.getControlY2:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         7: .line 402
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // javafx.scene.shape.CubicCurveTo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/shape/CubicCurveTo;
            1    8     1    sb  Ljava/lang/StringBuilder;
}
SourceFile: "CubicCurveTo.java"
NestMembers:
  javafx.scene.shape.CubicCurveTo$1  javafx.scene.shape.CubicCurveTo$2  javafx.scene.shape.CubicCurveTo$3  javafx.scene.shape.CubicCurveTo$4  javafx.scene.shape.CubicCurveTo$5  javafx.scene.shape.CubicCurveTo$6  javafx.scene.shape.CubicCurveTo$7
InnerClasses:
  public abstract CubicCurveToAccessor = com.sun.javafx.scene.shape.CubicCurveToHelper$CubicCurveToAccessor of com.sun.javafx.scene.shape.CubicCurveToHelper
  javafx.scene.shape.CubicCurveTo$1
  javafx.scene.shape.CubicCurveTo$2
  javafx.scene.shape.CubicCurveTo$3
  javafx.scene.shape.CubicCurveTo$4
  javafx.scene.shape.CubicCurveTo$5
  javafx.scene.shape.CubicCurveTo$6
  javafx.scene.shape.CubicCurveTo$7