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

  void <init>(javafx.scene.shape.Path, javafx.scene.shape.FillRule);
    descriptor: (Ljavafx/scene/shape/Path;Ljavafx/scene/shape/FillRule;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.shape.Path$3 this
        start local 2 // javafx.scene.shape.FillRule $anonymous0
         0: .line 199
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Path$3.this$0:Ljavafx/scene/shape/Path;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.shape.FillRule $anonymous0
        end local 0 // javafx.scene.shape.Path$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/Path$3;
            0    1     2  $anonymous0  Ljavafx/scene/shape/FillRule;
    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.Path$3 this
         0: .line 203
            aload 0 /* this */
            getfield javafx.scene.shape.Path$3.this$0:Ljavafx/scene/shape/Path;
            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 204
            aload 0 /* this */
            getfield javafx.scene.shape.Path$3.this$0:Ljavafx/scene/shape/Path;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         2: .line 205
            return
        end local 0 // javafx.scene.shape.Path$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/Path$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.Path$3 this
         0: .line 209
            aload 0 /* this */
            getfield javafx.scene.shape.Path$3.this$0:Ljavafx/scene/shape/Path;
            areturn
        end local 0 // javafx.scene.shape.Path$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Path$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.Path$3 this
         0: .line 214
            ldc "fillRule"
            areturn
        end local 0 // javafx.scene.shape.Path$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Path$3;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/shape/FillRule;>;
SourceFile: "Path.java"
EnclosingMethod: javafx.scene.shape.Path.fillRuleProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.Path
InnerClasses:
  javafx.scene.shape.Path$3