class javafx.scene.shape.Shape$4 extends javafx.css.StyleableObjectProperty<javafx.scene.paint.Paint>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Shape$4
  super_class: javafx.css.StyleableObjectProperty
{
  boolean needsListener;
    descriptor: Z
    flags: (0x0000) 

  final javafx.scene.shape.Shape this$0;
    descriptor: Ljavafx/scene/shape/Shape;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Shape$4 this
         0: .line 518
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            aload 0 /* this */
            invokespecial javafx.css.StyleableObjectProperty.<init>:()V
         1: .line 520
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.shape.Shape$4.needsListener:Z
         2: .line 518
            return
        end local 0 // javafx.scene.shape.Shape$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/Shape$4;
    MethodParameters:
        Name  Flags
      this$0  final

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.shape.Shape$4 this
         0: .line 524
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Shape$4.get:()Ljava/lang/Object;
            checkcast javafx.scene.paint.Paint
            astore 1 /* _stroke */
        start local 1 // javafx.scene.paint.Paint _stroke
         1: .line 526
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.needsListener:Z
            ifeq 4
         2: .line 527
            invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
         3: .line 528
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            getfield javafx.scene.shape.Shape.old_stroke:Ljavafx/scene/paint/Paint;
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            getfield javafx.scene.shape.Shape.platformImageChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
            invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.removeListener:(Ljavafx/scene/paint/Paint;Lcom/sun/javafx/beans/event/AbstractNotifyListener;)V
         4: .line 530
      StackMap locals: javafx.scene.paint.Paint
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _stroke */
            ifnull 6
         5: .line 531
            invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
            aload 1 /* _stroke */
            invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.isMutable:(Ljavafx/scene/paint/Paint;)Z
            ifeq 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack: javafx.scene.shape.Shape$4
         6: iconst_0
         7: .line 530
      StackMap locals: javafx.scene.shape.Shape$4 javafx.scene.paint.Paint
      StackMap stack: javafx.scene.shape.Shape$4 int
            putfield javafx.scene.shape.Shape$4.needsListener:Z
         8: .line 532
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            aload 1 /* _stroke */
            putfield javafx.scene.shape.Shape.old_stroke:Ljavafx/scene/paint/Paint;
         9: .line 534
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.needsListener:Z
            ifeq 12
        10: .line 535
            invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
        11: .line 536
            aload 1 /* _stroke */
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            getfield javafx.scene.shape.Shape.platformImageChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
            invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.addListener:(Ljavafx/scene/paint/Paint;Lcom/sun/javafx/beans/event/AbstractNotifyListener;)V
        12: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            getstatic com.sun.javafx.scene.DirtyBits.SHAPE_STROKE:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
        13: .line 540
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            invokevirtual javafx.scene.shape.Shape.checkModeChanged:()V
        14: .line 541
            return
        end local 1 // javafx.scene.paint.Paint _stroke
        end local 0 // javafx.scene.shape.Shape$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Ljavafx/scene/shape/Shape$4;
            1   15     1  _stroke  Ljavafx/scene/paint/Paint;

  public javafx.css.CssMetaData<javafx.scene.shape.Shape, javafx.scene.paint.Paint> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$4 this
         0: .line 545
            getstatic javafx.scene.shape.Shape$StyleableProperties.STROKE:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.shape.Shape$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$4;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Paint;>;

  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.Shape$4 this
         0: .line 550
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$4.this$0:Ljavafx/scene/shape/Shape;
            areturn
        end local 0 // javafx.scene.shape.Shape$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$4;

  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.Shape$4 this
         0: .line 555
            ldc "stroke"
            areturn
        end local 0 // javafx.scene.shape.Shape$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$4;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/paint/Paint;>;
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape.strokeProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.Shape
InnerClasses:
  public abstract PaintAccessor = com.sun.javafx.tk.Toolkit$PaintAccessor of com.sun.javafx.tk.Toolkit
  javafx.scene.shape.Shape$4
  private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape