class javafx.scene.shape.SVGPath$3 extends javafx.beans.property.StringPropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.SVGPath$3
  super_class: javafx.beans.property.StringPropertyBase
{
  final javafx.scene.shape.SVGPath this$0;
    descriptor: Ljavafx/scene/shape/SVGPath;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.SVGPath, java.lang.String);
    descriptor: (Ljavafx/scene/shape/SVGPath;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.shape.SVGPath$3 this
        start local 2 // java.lang.String $anonymous0
         0: .line 152
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.SVGPath$3.this$0:Ljavafx/scene/shape/SVGPath;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.StringPropertyBase.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // javafx.scene.shape.SVGPath$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/SVGPath$3;
            0    1     2  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath$3 this
         0: .line 156
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath$3.this$0:Ljavafx/scene/shape/SVGPath;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_CONTENTS:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 157
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath$3.this$0:Ljavafx/scene/shape/SVGPath;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         2: .line 158
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath$3.this$0:Ljavafx/scene/shape/SVGPath;
            aconst_null
            putfield javafx.scene.shape.SVGPath.path2d:Lcom/sun/javafx/geom/Path2D;
         3: .line 159
            return
        end local 0 // javafx.scene.shape.SVGPath$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/shape/SVGPath$3;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath$3 this
         0: .line 163
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath$3.this$0:Ljavafx/scene/shape/SVGPath;
            areturn
        end local 0 // javafx.scene.shape.SVGPath$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/SVGPath$3;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath$3 this
         0: .line 168
            ldc "content"
            areturn
        end local 0 // javafx.scene.shape.SVGPath$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/SVGPath$3;
}
SourceFile: "SVGPath.java"
EnclosingMethod: javafx.scene.shape.SVGPath.contentProperty:()Ljavafx/beans/property/StringProperty;
NestHost: javafx.scene.shape.SVGPath
InnerClasses:
  javafx.scene.shape.SVGPath$3