class javafx.scene.shape.Shape$StrokeAttributes$3 extends javafx.css.StyleableObjectProperty<javafx.scene.shape.StrokeLineJoin>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Shape$StrokeAttributes$3
  super_class: javafx.css.StyleableObjectProperty
{
  final javafx.scene.shape.Shape$StrokeAttributes this$1;
    descriptor: Ljavafx/scene/shape/Shape$StrokeAttributes;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.Shape$StrokeAttributes, javafx.scene.shape.StrokeLineJoin);
    descriptor: (Ljavafx/scene/shape/Shape$StrokeAttributes;Ljavafx/scene/shape/StrokeLineJoin;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$3 this
        start local 2 // javafx.scene.shape.StrokeLineJoin $anonymous0
         0: .line 1306
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Shape$StrokeAttributes$3.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableObjectProperty.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.shape.StrokeLineJoin $anonymous0
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/Shape$StrokeAttributes$3;
            0    1     2  $anonymous0  Ljavafx/scene/shape/StrokeLineJoin;
    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$StrokeAttributes$3 this
         0: .line 1311
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$3.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
         1: .line 1312
            getstatic javafx.scene.shape.Shape$StyleableProperties.STROKE_LINE_JOIN:Ljavafx/css/CssMetaData;
         2: .line 1311
            invokevirtual javafx.scene.shape.Shape$StrokeAttributes.invalidated:(Ljavafx/css/CssMetaData;)V
         3: .line 1313
            return
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$3;

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

  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$StrokeAttributes$3 this
         0: .line 1322
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$3.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            invokestatic javafx.scene.shape.Shape$StrokeAttributes.access$0:(Ljavafx/scene/shape/Shape$StrokeAttributes;)Ljavafx/scene/shape/Shape;
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$3;

  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$StrokeAttributes$3 this
         0: .line 1327
            ldc "strokeLineJoin"
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$3;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/shape/StrokeLineJoin;>;
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape$StrokeAttributes.lineJoinProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.Shape
InnerClasses:
  private final StrokeAttributes = javafx.scene.shape.Shape$StrokeAttributes of javafx.scene.shape.Shape
  javafx.scene.shape.Shape$StrokeAttributes$3
  private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape