class javafx.scene.effect.DropShadow$5 extends javafx.beans.property.DoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.effect.DropShadow$5
  super_class: javafx.beans.property.DoublePropertyBase
{
  final javafx.scene.effect.DropShadow this$0;
    descriptor: Ljavafx/scene/effect/DropShadow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.effect.DropShadow);
    descriptor: (Ljavafx/scene/effect/DropShadow;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.DropShadow$5 this
         0: .line 488
            aload 0 /* this */
            aload 1
            putfield javafx.scene.effect.DropShadow$5.this$0:Ljavafx/scene/effect/DropShadow;
            aload 0 /* this */
            invokespecial javafx.beans.property.DoublePropertyBase.<init>:()V
            return
        end local 0 // javafx.scene.effect.DropShadow$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$5;
    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.effect.DropShadow$5 this
         0: .line 492
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$5.this$0:Ljavafx/scene/effect/DropShadow;
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokevirtual javafx.scene.effect.DropShadow.markDirty:(Lcom/sun/javafx/effect/EffectDirtyBits;)V
         1: .line 493
            return
        end local 0 // javafx.scene.effect.DropShadow$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/effect/DropShadow$5;

  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.effect.DropShadow$5 this
         0: .line 497
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$5.this$0:Ljavafx/scene/effect/DropShadow;
            areturn
        end local 0 // javafx.scene.effect.DropShadow$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$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.effect.DropShadow$5 this
         0: .line 502
            ldc "spread"
            areturn
        end local 0 // javafx.scene.effect.DropShadow$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$5;
}
SourceFile: "DropShadow.java"
EnclosingMethod: javafx.scene.effect.DropShadow.spreadProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.effect.DropShadow
InnerClasses:
  javafx.scene.effect.DropShadow$5