class javafx.scene.shape.Shape$2 extends com.sun.javafx.beans.event.AbstractNotifyListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Shape$2
  super_class: com.sun.javafx.beans.event.AbstractNotifyListener
{
  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$2 this
         0: .line 501
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Shape$2.this$0:Ljavafx/scene/shape/Shape;
            aload 0 /* this */
            invokespecial com.sun.javafx.beans.event.AbstractNotifyListener.<init>:()V
            return
        end local 0 // javafx.scene.shape.Shape$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void invalidated(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Shape$2 this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 504
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$2.this$0:Ljavafx/scene/shape/Shape;
            getstatic com.sun.javafx.scene.DirtyBits.SHAPE_FILL:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 505
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$2.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
         2: .line 506
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$2.this$0:Ljavafx/scene/shape/Shape;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         3: .line 507
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$2.this$0:Ljavafx/scene/shape/Shape;
            invokevirtual javafx.scene.shape.Shape.checkModeChanged:()V
         4: .line 508
            return
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // javafx.scene.shape.Shape$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljavafx/scene/shape/Shape$2;
            0    5     1  valueModel  Ljavafx/beans/Observable;
    MethodParameters:
            Name  Flags
      valueModel  
}
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape
NestHost: javafx.scene.shape.Shape
InnerClasses:
  javafx.scene.shape.Shape$2