public class com.sun.javafx.sg.prism.NGSVGPath extends com.sun.javafx.sg.prism.NGShape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGSVGPath
  super_class: com.sun.javafx.sg.prism.NGShape
{
  private com.sun.javafx.geom.Shape path;
    descriptor: Lcom/sun/javafx/geom/Shape;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSVGPath this
         0: .line 33
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGShape.<init>:()V
            return
        end local 0 // com.sun.javafx.sg.prism.NGSVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSVGPath;

  public void setContent(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSVGPath this
        start local 1 // java.lang.Object content
         0: .line 38
            aload 0 /* this */
            aload 1 /* content */
            checkcast com.sun.javafx.geom.Shape
            putfield com.sun.javafx.sg.prism.NGSVGPath.path:Lcom/sun/javafx/geom/Shape;
         1: .line 39
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSVGPath.geometryChanged:()V
         2: .line 40
            return
        end local 1 // java.lang.Object content
        end local 0 // com.sun.javafx.sg.prism.NGSVGPath this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/javafx/sg/prism/NGSVGPath;
            0    3     1  content  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      content  

  public java.lang.Object getGeometry();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSVGPath this
         0: .line 43
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSVGPath.path:Lcom/sun/javafx/geom/Shape;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGSVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSVGPath;

  public com.sun.javafx.geom.Shape getShape();
    descriptor: ()Lcom/sun/javafx/geom/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSVGPath this
         0: .line 48
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSVGPath.path:Lcom/sun/javafx/geom/Shape;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGSVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSVGPath;

  public boolean acceptsPath2dOnUpdate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSVGPath this
         0: .line 52
            iconst_1
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGSVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSVGPath;
}
SourceFile: "NGSVGPath.java"