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

  void <init>(javafx.scene.shape.Shape, boolean);
    descriptor: (Ljavafx/scene/shape/Shape;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.shape.Shape$5 this
        start local 2 // boolean $anonymous0
         0: .line 581
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Shape$5.this$0:Ljavafx/scene/shape/Shape;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableBooleanProperty.<init>:(Z)V
            return
        end local 2 // boolean $anonymous0
        end local 0 // javafx.scene.shape.Shape$5 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/Shape$5;
            0    1     2  $anonymous0  Z
    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.Shape$5 this
         0: .line 585
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$5.this$0:Ljavafx/scene/shape/Shape;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_SMOOTH:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 586
            return
        end local 0 // javafx.scene.shape.Shape$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/Shape$5;

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

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

  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$5 this
         0: .line 600
            ldc "smooth"
            areturn
        end local 0 // javafx.scene.shape.Shape$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$5;
}
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape.smoothProperty:()Ljavafx/beans/property/BooleanProperty;
NestHost: javafx.scene.shape.Shape
InnerClasses:
  javafx.scene.shape.Shape$5
  private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape