public class javafx.scene.shape.ClosePath extends javafx.scene.shape.PathElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.shape.ClosePath
  super_class: javafx.scene.shape.PathElement
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new javafx.scene.shape.ClosePath$1
            dup
            invokespecial javafx.scene.shape.ClosePath$1.<init>:()V
            invokestatic com.sun.javafx.scene.shape.ClosePathHelper.setClosePathAccessor:(Lcom/sun/javafx/scene/shape/ClosePathHelper$ClosePathAccessor;)V
         1: .line 47
            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.ClosePath this
         0: .line 52
            aload 0 /* this */
            invokespecial javafx.scene.shape.PathElement.<init>:()V
         1: .line 53
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.ClosePathHelper.initHelper:(Ljavafx/scene/shape/ClosePath;)V
         2: .line 54
            return
        end local 0 // javafx.scene.shape.ClosePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/ClosePath;

  void addTo(com.sun.javafx.sg.prism.NGPath);
    descriptor: (Lcom/sun/javafx/sg/prism/NGPath;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.ClosePath this
        start local 1 // com.sun.javafx.sg.prism.NGPath pgPath
         0: .line 61
            aload 1 /* pgPath */
            invokevirtual com.sun.javafx.sg.prism.NGPath.addClosePath:()V
         1: .line 62
            return
        end local 1 // com.sun.javafx.sg.prism.NGPath pgPath
        end local 0 // javafx.scene.shape.ClosePath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/scene/shape/ClosePath;
            0    2     1  pgPath  Lcom/sun/javafx/sg/prism/NGPath;
    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=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.ClosePath this
        start local 1 // com.sun.javafx.geom.Path2D path
         0: .line 68
            aload 1 /* path */
            invokevirtual com.sun.javafx.geom.Path2D.closePath:()V
         1: .line 69
            return
        end local 1 // com.sun.javafx.geom.Path2D path
        end local 0 // javafx.scene.shape.ClosePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/ClosePath;
            0    2     1  path  Lcom/sun/javafx/geom/Path2D;
    MethodParameters:
      Name  Flags
      path  

  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.scene.shape.ClosePath this
         0: .line 77
            ldc "ClosePath"
            areturn
        end local 0 // javafx.scene.shape.ClosePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/ClosePath;
}
SourceFile: "ClosePath.java"
NestMembers:
  javafx.scene.shape.ClosePath$1
InnerClasses:
  public abstract ClosePathAccessor = com.sun.javafx.scene.shape.ClosePathHelper$ClosePathAccessor of com.sun.javafx.scene.shape.ClosePathHelper
  javafx.scene.shape.ClosePath$1