class javafx.scene.shape.Rectangle$6 extends javafx.css.StyleableDoubleProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Rectangle$6
  super_class: javafx.css.StyleableDoubleProperty
{
  final javafx.scene.shape.Rectangle this$0;
    descriptor: Ljavafx/scene/shape/Rectangle;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.Rectangle);
    descriptor: (Ljavafx/scene/shape/Rectangle;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Rectangle$6 this
         0: .line 335
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Rectangle$6.this$0:Ljavafx/scene/shape/Rectangle;
            aload 0 /* this */
            invokespecial javafx.css.StyleableDoubleProperty.<init>:()V
            return
        end local 0 // javafx.scene.shape.Rectangle$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Rectangle$6;
    MethodParameters:
        Name  Flags
      this$0  final

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Rectangle$6 this
         0: .line 339
            aload 0 /* this */
            getfield javafx.scene.shape.Rectangle$6.this$0:Ljavafx/scene/shape/Rectangle;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_GEOMETRY:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 340
            return
        end local 0 // javafx.scene.shape.Rectangle$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/Rectangle$6;

  public javafx.css.CssMetaData<javafx.scene.shape.Rectangle, java.lang.Number> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Rectangle$6 this
         0: .line 344
            getstatic javafx.scene.shape.Rectangle$StyleableProperties.ARC_WIDTH:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.shape.Rectangle$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Rectangle$6;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/shape/Rectangle;Ljava/lang/Number;>;

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

  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.Rectangle$6 this
         0: .line 354
            ldc "arcWidth"
            areturn
        end local 0 // javafx.scene.shape.Rectangle$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Rectangle$6;
}
SourceFile: "Rectangle.java"
EnclosingMethod: javafx.scene.shape.Rectangle.arcWidthProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.shape.Rectangle
InnerClasses:
  javafx.scene.shape.Rectangle$6
  private StyleableProperties = javafx.scene.shape.Rectangle$StyleableProperties of javafx.scene.shape.Rectangle