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

  void <init>(javafx.scene.effect.DropShadow, javafx.scene.effect.BlurType);
    descriptor: (Ljavafx/scene/effect/DropShadow;Ljavafx/scene/effect/BlurType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.effect.DropShadow$4 this
        start local 2 // javafx.scene.effect.BlurType $anonymous0
         0: .line 434
            aload 0 /* this */
            aload 1
            putfield javafx.scene.effect.DropShadow$4.this$0:Ljavafx/scene/effect/DropShadow;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.effect.BlurType $anonymous0
        end local 0 // javafx.scene.effect.DropShadow$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/effect/DropShadow$4;
            0    1     2  $anonymous0  Ljavafx/scene/effect/BlurType;
    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.effect.DropShadow$4 this
         0: .line 438
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$4.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 439
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow$4.this$0:Ljavafx/scene/effect/DropShadow;
            invokevirtual javafx.scene.effect.DropShadow.effectBoundsChanged:()V
         2: .line 440
            return
        end local 0 // javafx.scene.effect.DropShadow$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow$4;

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

  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$4 this
         0: .line 449
            ldc "blurType"
            areturn
        end local 0 // javafx.scene.effect.DropShadow$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow$4;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/effect/BlurType;>;
SourceFile: "DropShadow.java"
EnclosingMethod: javafx.scene.effect.DropShadow.blurTypeProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.effect.DropShadow
InnerClasses:
  javafx.scene.effect.DropShadow$4