public abstract class com.sun.javafx.scene.shape.PathElementHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.scene.shape.PathElementHelper
  super_class: java.lang.Object
{
  private static com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor pathElementAccessor;
    descriptor: Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            ldc Ljavafx/scene/shape/PathElement;
            invokestatic com.sun.javafx.util.Utils.forceInit:(Ljava/lang/Class;)V
         1: .line 40
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.shape.PathElementHelper this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            return
        end local 0 // com.sun.javafx.scene.shape.PathElementHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/scene/shape/PathElementHelper;

  private static com.sun.javafx.scene.shape.PathElementHelper getHelper(javafx.scene.shape.PathElement);
    descriptor: (Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.PathElement pathElement
         0: .line 46
            getstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
            aload 0 /* pathElement */
            invokeinterface com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor.getHelper:(Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
            areturn
        end local 0 // javafx.scene.shape.PathElement pathElement
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  pathElement  Ljavafx/scene/shape/PathElement;
    MethodParameters:
             Name  Flags
      pathElement  

  protected static void setHelper(javafx.scene.shape.PathElement, com.sun.javafx.scene.shape.PathElementHelper);
    descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/scene/shape/PathElementHelper;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.shape.PathElement pathElement
        start local 1 // com.sun.javafx.scene.shape.PathElementHelper pathElementHelper
         0: .line 50
            getstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
            aload 0 /* pathElement */
            aload 1 /* pathElementHelper */
            invokeinterface com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor.setHelper:(Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/scene/shape/PathElementHelper;)V
         1: .line 51
            return
        end local 1 // com.sun.javafx.scene.shape.PathElementHelper pathElementHelper
        end local 0 // javafx.scene.shape.PathElement pathElement
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0        pathElement  Ljavafx/scene/shape/PathElement;
            0    2     1  pathElementHelper  Lcom/sun/javafx/scene/shape/PathElementHelper;
    MethodParameters:
                   Name  Flags
      pathElement        
      pathElementHelper  

  public static void addTo(javafx.scene.shape.PathElement, com.sun.javafx.geom.Path2D);
    descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/geom/Path2D;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.shape.PathElement pathElement
        start local 1 // com.sun.javafx.geom.Path2D path
         0: .line 60
            aload 0 /* pathElement */
            invokestatic com.sun.javafx.scene.shape.PathElementHelper.getHelper:(Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
            aload 0 /* pathElement */
            aload 1 /* path */
            invokevirtual com.sun.javafx.scene.shape.PathElementHelper.addToImpl:(Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/geom/Path2D;)V
         1: .line 61
            return
        end local 1 // com.sun.javafx.geom.Path2D path
        end local 0 // javafx.scene.shape.PathElement pathElement
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0  pathElement  Ljavafx/scene/shape/PathElement;
            0    2     1         path  Lcom/sun/javafx/geom/Path2D;
    MethodParameters:
             Name  Flags
      pathElement  
      path         

  protected abstract void addToImpl(javafx.scene.shape.PathElement, com.sun.javafx.geom.Path2D);
    descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/geom/Path2D;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      pathElement  
      path         

  public static void setPathElementAccessor(com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor);
    descriptor: (Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor newAccessor
         0: .line 74
            getstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
            ifnull 2
         1: .line 75
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* newAccessor */
            putstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
         3: .line 79
            return
        end local 0 // com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor newAccessor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0  newAccessor  Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
    MethodParameters:
             Name  Flags
      newAccessor  final
}
SourceFile: "PathElementHelper.java"
NestMembers:
  com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor
InnerClasses:
  public abstract PathElementAccessor = com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor of com.sun.javafx.scene.shape.PathElementHelper