class javafx.scene.shape.Arc$8 extends javafx.beans.property.ObjectPropertyBase<javafx.scene.shape.ArcType>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Arc$8
  super_class: javafx.beans.property.ObjectPropertyBase
{
  final javafx.scene.shape.Arc this$0;
    descriptor: Ljavafx/scene/shape/Arc;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.Arc, javafx.scene.shape.ArcType);
    descriptor: (Ljavafx/scene/shape/Arc;Ljavafx/scene/shape/ArcType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.shape.Arc$8 this
        start local 2 // javafx.scene.shape.ArcType $anonymous0
         0: .line 374
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Arc$8.this$0:Ljavafx/scene/shape/Arc;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.shape.ArcType $anonymous0
        end local 0 // javafx.scene.shape.Arc$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/Arc$8;
            0    1     2  $anonymous0  Ljavafx/scene/shape/ArcType;
    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.Arc$8 this
         0: .line 378
            aload 0 /* this */
            getfield javafx.scene.shape.Arc$8.this$0:Ljavafx/scene/shape/Arc;
            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 379
            aload 0 /* this */
            getfield javafx.scene.shape.Arc$8.this$0:Ljavafx/scene/shape/Arc;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         2: .line 380
            return
        end local 0 // javafx.scene.shape.Arc$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/Arc$8;

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

  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.Arc$8 this
         0: .line 389
            ldc "type"
            areturn
        end local 0 // javafx.scene.shape.Arc$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Arc$8;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/shape/ArcType;>;
SourceFile: "Arc.java"
EnclosingMethod: javafx.scene.shape.Arc.typeProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.Arc
InnerClasses:
  javafx.scene.shape.Arc$8