class javafx.scene.effect.DropShadow$2 extends javafx.beans.property.DoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.effect.DropShadow$2
  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, double);
    descriptor: (Ljavafx/scene/effect/DropShadow;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.effect.DropShadow$2 this
        start local 2 // double $anonymous0
         0: .line 294
            aload 0 /* this */
            aload 1
            putfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.DoublePropertyBase.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.scene.effect.DropShadow$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/effect/DropShadow$2;
            0    1     2  $anonymous0  D
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javafx.scene.effect.DropShadow$2 this
         0: .line 299
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            invokevirtual javafx.scene.effect.DropShadow.getWidth:()D
            dstore 1 /* localWidth */
        start local 1 // double localWidth
         1: .line 300
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            getfield javafx.scene.effect.DropShadow.changeIsLocal:Z
            ifne 7
         2: .line 301
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            iconst_1
            putfield javafx.scene.effect.DropShadow.changeIsLocal:Z
         3: .line 302
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            dload 1 /* localWidth */
            invokevirtual javafx.scene.effect.DropShadow.updateWidth:(D)V
         4: .line 303
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            iconst_0
            putfield javafx.scene.effect.DropShadow.changeIsLocal:Z
         5: .line 304
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.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
         6: .line 305
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$2.this$0:Ljavafx/scene/effect/DropShadow;
            invokevirtual javafx.scene.effect.DropShadow.effectBoundsChanged:()V
         7: .line 307
      StackMap locals: double
      StackMap stack:
            return
        end local 1 // double localWidth
        end local 0 // javafx.scene.effect.DropShadow$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljavafx/scene/effect/DropShadow$2;
            1    8     1  localWidth  D

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

  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$2 this
         0: .line 316
            ldc "width"
            areturn
        end local 0 // javafx.scene.effect.DropShadow$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$2;
}
SourceFile: "DropShadow.java"
EnclosingMethod: javafx.scene.effect.DropShadow.widthProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.effect.DropShadow
InnerClasses:
  javafx.scene.effect.DropShadow$2