final class javafx.scene.layout.Region$ShapeProperty extends javafx.css.StyleableObjectProperty<javafx.scene.shape.Shape> implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.layout.Region$ShapeProperty
  super_class: javafx.css.StyleableObjectProperty
{
  final javafx.scene.layout.Region this$0;
    descriptor: Ljavafx/scene/layout/Region;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(javafx.scene.layout.Region);
    descriptor: (Ljavafx/scene/layout/Region;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.layout.Region$ShapeProperty this
         0: .line 1351
            aload 0 /* this */
            aload 1
            putfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            aload 0 /* this */
            invokespecial javafx.css.StyleableObjectProperty.<init>:()V
            return
        end local 0 // javafx.scene.layout.Region$ShapeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Region$ShapeProperty;
    MethodParameters:
        Name  Flags
      this$0  final

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

  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.layout.Region$ShapeProperty this
         0: .line 1353
            ldc "shape"
            areturn
        end local 0 // javafx.scene.layout.Region$ShapeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Region$ShapeProperty;

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.layout.Region$ShapeProperty this
         0: .line 1358
            aload 0 /* this */
            invokevirtual javafx.scene.layout.Region$ShapeProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.shape.Shape
            astore 1 /* value */
        start local 1 // javafx.scene.shape.Shape value
         1: .line 1359
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
            aload 1 /* value */
            if_acmpeq 8
         2: .line 1361
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
            ifnull 3
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
            aconst_null
            invokestatic com.sun.javafx.scene.shape.ShapeHelper.setShapeChangeListener:(Ljavafx/scene/shape/Shape;Ljava/lang/Runnable;)V
         3: .line 1362
      StackMap locals: javafx.scene.shape.Shape
      StackMap stack:
            aload 1 /* value */
            ifnull 4
            aload 1 /* value */
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.ShapeHelper.setShapeChangeListener:(Ljavafx/scene/shape/Shape;Ljava/lang/Runnable;)V
         4: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.layout.Region$ShapeProperty.run:()V
         5: .line 1365
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
            ifnull 6
            aload 1 /* value */
            ifnonnull 7
         6: .line 1369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            getfield javafx.scene.layout.Region.insets:Ljavafx/scene/layout/Region$InsetsProperty;
            invokevirtual javafx.scene.layout.Region$InsetsProperty.fireValueChanged:()V
         7: .line 1372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            aload 1 /* value */
            putfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
         8: .line 1374
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.shape.Shape value
        end local 0 // javafx.scene.layout.Region$ShapeProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljavafx/scene/layout/Region$ShapeProperty;
            1    9     1  value  Ljavafx/scene/shape/Shape;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Region$ShapeProperty this
         0: .line 1377
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         1: .line 1378
            aload 0 /* this */
            getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
            getstatic com.sun.javafx.scene.DirtyBits.REGION_SHAPE:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         2: .line 1379
            return
        end local 0 // javafx.scene.layout.Region$ShapeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/Region$ShapeProperty;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/shape/Shape;>;Ljava/lang/Runnable;
SourceFile: "Region.java"
NestHost: javafx.scene.layout.Region
InnerClasses:
  private final InsetsProperty = javafx.scene.layout.Region$InsetsProperty of javafx.scene.layout.Region
  private final ShapeProperty = javafx.scene.layout.Region$ShapeProperty of javafx.scene.layout.Region
  private StyleableProperties = javafx.scene.layout.Region$StyleableProperties of javafx.scene.layout.Region