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

  com.sun.javafx.util.WeakReferenceQueue nodes;
    descriptor: Lcom/sun/javafx/util/WeakReferenceQueue;
    flags: (0x0000) 

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 55
            new javafx.scene.shape.PathElement$1
            dup
            invokespecial javafx.scene.shape.PathElement$1.<init>:()V
            invokestatic com.sun.javafx.scene.shape.PathElementHelper.setPathElementAccessor:(Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;)V
         1: .line 66
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.shape.PathElement this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.shape.PathElement.pathElementHelper:Lcom/sun/javafx/scene/shape/PathElementHelper;
         2: .line 72
            aload 0 /* this */
            new com.sun.javafx.util.WeakReferenceQueue
            dup
            invokespecial com.sun.javafx.util.WeakReferenceQueue.<init>:()V
            putfield javafx.scene.shape.PathElement.nodes:Lcom/sun/javafx/util/WeakReferenceQueue;
         3: .line 45
            return
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/shape/PathElement;

  void addNode(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.PathElement this
        start local 1 // javafx.scene.Node n
         0: .line 75
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.nodes:Lcom/sun/javafx/util/WeakReferenceQueue;
            aload 1 /* n */
            invokevirtual com.sun.javafx.util.WeakReferenceQueue.add:(Ljava/lang/Object;)V
         1: .line 76
            return
        end local 1 // javafx.scene.Node n
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/PathElement;
            0    2     1     n  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      n     final

  void removeNode(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.PathElement this
        start local 1 // javafx.scene.Node n
         0: .line 79
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.nodes:Lcom/sun/javafx/util/WeakReferenceQueue;
            aload 1 /* n */
            invokevirtual com.sun.javafx.util.WeakReferenceQueue.remove:(Ljava/lang/Object;)V
         1: .line 80
            return
        end local 1 // javafx.scene.Node n
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/PathElement;
            0    2     1     n  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      n     final

  void u();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.shape.PathElement this
         0: .line 83
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.nodes:Lcom/sun/javafx/util/WeakReferenceQueue;
            invokevirtual com.sun.javafx.util.WeakReferenceQueue.iterator:()Ljava/util/Iterator;
            astore 1 /* iterator */
        start local 1 // java.util.Iterator iterator
         1: .line 84
            goto 3
         2: .line 85
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.markPathDirty:()V
         3: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         4: .line 87
            return
        end local 1 // java.util.Iterator iterator
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavafx/scene/shape/PathElement;
            1    5     1  iterator  Ljava/util/Iterator;

  abstract void addTo(com.sun.javafx.sg.prism.NGPath);
    descriptor: (Lcom/sun/javafx/sg/prism/NGPath;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      pgPath  

  public final void setAbsolute(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.PathElement this
        start local 1 // boolean value
         0: .line 104
            aload 0 /* this */
            invokevirtual javafx.scene.shape.PathElement.absoluteProperty:()Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
         1: .line 105
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/shape/PathElement;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isAbsolute();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.PathElement this
         0: .line 108
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.absolute:Ljavafx/beans/property/BooleanProperty;
            ifnull 1
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.absolute:Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/PathElement;

  public final javafx.beans.property.BooleanProperty absoluteProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.shape.PathElement this
         0: .line 112
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.absolute:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 2
         1: .line 113
            aload 0 /* this */
            new javafx.scene.shape.PathElement$2
            dup
            aload 0 /* this */
            iconst_1
            invokespecial javafx.scene.shape.PathElement$2.<init>:(Ljavafx/scene/shape/PathElement;Z)V
            putfield javafx.scene.shape.PathElement.absolute:Ljavafx/beans/property/BooleanProperty;
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.PathElement.absolute:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.shape.PathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/PathElement;
}
SourceFile: "PathElement.java"
NestMembers:
  javafx.scene.shape.PathElement$1  javafx.scene.shape.PathElement$2
InnerClasses:
  public abstract PathElementAccessor = com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor of com.sun.javafx.scene.shape.PathElementHelper
  javafx.scene.shape.PathElement$1
  javafx.scene.shape.PathElement$2