class javafx.scene.effect.DropShadow$3 extends javafx.beans.property.DoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.effect.DropShadow$3
  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$3 this
        start local 2 // double $anonymous0
         0: .line 366
            aload 0 /* this */
            aload 1
            putfield javafx.scene.effect.DropShadow$3.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$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/effect/DropShadow$3;
            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$3 this
         0: .line 371
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            invokevirtual javafx.scene.effect.DropShadow.getHeight:()D
            dstore 1 /* localHeight */
        start local 1 // double localHeight
         1: .line 372
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            getfield javafx.scene.effect.DropShadow.changeIsLocal:Z
            ifne 7
         2: .line 373
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            iconst_1
            putfield javafx.scene.effect.DropShadow.changeIsLocal:Z
         3: .line 374
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            dload 1 /* localHeight */
            invokevirtual javafx.scene.effect.DropShadow.updateHeight:(D)V
         4: .line 375
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            iconst_0
            putfield javafx.scene.effect.DropShadow.changeIsLocal:Z
         5: .line 376
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.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 377
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            invokevirtual javafx.scene.effect.DropShadow.effectBoundsChanged:()V
         7: .line 379
      StackMap locals: double
      StackMap stack:
            return
        end local 1 // double localHeight
        end local 0 // javafx.scene.effect.DropShadow$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Ljavafx/scene/effect/DropShadow$3;
            1    8     1  localHeight  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$3 this
         0: .line 383
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$3.this$0:Ljavafx/scene/effect/DropShadow;
            areturn
        end local 0 // javafx.scene.effect.DropShadow$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$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.effect.DropShadow$3 this
         0: .line 388
            ldc "height"
            areturn
        end local 0 // javafx.scene.effect.DropShadow$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$3;
}
SourceFile: "DropShadow.java"
EnclosingMethod: javafx.scene.effect.DropShadow.heightProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.effect.DropShadow
InnerClasses:
  javafx.scene.effect.DropShadow$3