class javafx.scene.Node$MiscProperties$10 extends javafx.css.StyleableObjectProperty<javafx.scene.effect.Effect>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$MiscProperties$10
  super_class: javafx.css.StyleableObjectProperty
{
  private javafx.scene.effect.Effect oldEffect;
    descriptor: Ljavafx/scene/effect/Effect;
    flags: (0x0002) ACC_PRIVATE

  private int oldBits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.javafx.beans.event.AbstractNotifyListener effectChangeListener;
    descriptor: Lcom/sun/javafx/beans/event/AbstractNotifyListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final javafx.scene.Node$MiscProperties this$1;
    descriptor: Ljavafx/scene/Node$MiscProperties;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.Node$MiscProperties, javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/Node$MiscProperties;Ljavafx/scene/effect/Effect;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javafx.scene.Node$MiscProperties$10 this
        start local 2 // javafx.scene.effect.Effect $anonymous0
         0: .line 7111
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$MiscProperties$10.this$1:Ljavafx/scene/Node$MiscProperties;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableObjectProperty.<init>:(Ljava/lang/Object;)V
         1: .line 7112
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.Node$MiscProperties$10.oldEffect:Ljavafx/scene/effect/Effect;
         2: .line 7115
            aload 0 /* this */
         3: .line 7116
            new javafx.scene.Node$MiscProperties$10$1
            dup
            aload 0 /* this */
            invokespecial javafx.scene.Node$MiscProperties$10$1.<init>:(Ljavafx/scene/Node$MiscProperties$10;)V
            putfield javafx.scene.Node$MiscProperties$10.effectChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
         4: .line 7111
            return
        end local 2 // javafx.scene.effect.Effect $anonymous0
        end local 0 // javafx.scene.Node$MiscProperties$10 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljavafx/scene/Node$MiscProperties$10;
            0    5     2  $anonymous0  Ljavafx/scene/effect/Effect;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.Node$MiscProperties$10 this
         0: .line 7141
            aload 0 /* this */
            invokevirtual javafx.scene.Node$MiscProperties$10.get:()Ljava/lang/Object;
            checkcast javafx.scene.effect.Effect
            astore 1 /* _effect */
        start local 1 // javafx.scene.effect.Effect _effect
         1: .line 7142
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.oldEffect:Ljavafx/scene/effect/Effect;
            ifnull 5
         2: .line 7143
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.oldEffect:Ljavafx/scene/effect/Effect;
            invokestatic com.sun.scenario.effect.EffectHelper.effectDirtyProperty:(Ljavafx/scene/effect/Effect;)Ljavafx/beans/property/IntegerProperty;
         3: .line 7144
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.effectChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
            invokevirtual com.sun.javafx.beans.event.AbstractNotifyListener.getWeakListener:()Ljavafx/beans/InvalidationListener;
         4: .line 7143
            invokevirtual javafx.beans.property.IntegerProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
         5: .line 7146
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _effect */
            putfield javafx.scene.Node$MiscProperties$10.oldEffect:Ljavafx/scene/effect/Effect;
         6: .line 7147
            aload 1 /* _effect */
            ifnull 13
         7: .line 7148
            aload 1 /* _effect */
            invokestatic com.sun.scenario.effect.EffectHelper.effectDirtyProperty:(Ljavafx/scene/effect/Effect;)Ljavafx/beans/property/IntegerProperty;
         8: .line 7150
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.effectChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
            invokevirtual com.sun.javafx.beans.event.AbstractNotifyListener.getWeakListener:()Ljavafx/beans/InvalidationListener;
         9: .line 7149
            invokevirtual javafx.beans.property.IntegerProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        10: .line 7151
            aload 1 /* _effect */
            invokestatic com.sun.scenario.effect.EffectHelper.isEffectDirty:(Ljavafx/scene/effect/Effect;)Z
            ifeq 12
        11: .line 7152
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            getstatic com.sun.javafx.scene.DirtyBits.EFFECT_EFFECT:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
        12: .line 7154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _effect */
            invokestatic com.sun.scenario.effect.EffectHelper.effectDirtyProperty:(Ljavafx/scene/effect/Effect;)Ljavafx/beans/property/IntegerProperty;
            invokevirtual javafx.beans.property.IntegerProperty.get:()I
            putfield javafx.scene.Node$MiscProperties$10.oldBits:I
        13: .line 7157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_EFFECT:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
        14: .line 7160
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.localBoundsChanged:()V
        15: .line 7161
            return
        end local 1 // javafx.scene.effect.Effect _effect
        end local 0 // javafx.scene.Node$MiscProperties$10 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljavafx/scene/Node$MiscProperties$10;
            1   16     1  _effect  Ljavafx/scene/effect/Effect;

  public javafx.css.CssMetaData getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$MiscProperties$10 this
         0: .line 7165
            getstatic javafx.scene.Node$StyleableProperties.EFFECT:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$10;

  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.Node$MiscProperties$10 this
         0: .line 7170
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$10;

  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.Node$MiscProperties$10 this
         0: .line 7175
            ldc "effect"
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$10;

  static javafx.scene.Node$MiscProperties access$0(javafx.scene.Node$MiscProperties$10);
    descriptor: (Ljavafx/scene/Node$MiscProperties$10;)Ljavafx/scene/Node$MiscProperties;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 7111
            aload 0
            getfield javafx.scene.Node$MiscProperties$10.this$1:Ljavafx/scene/Node$MiscProperties;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/effect/Effect;>;
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties.effectProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.Node
InnerClasses:
  private final MiscProperties = javafx.scene.Node$MiscProperties of javafx.scene.Node
  javafx.scene.Node$MiscProperties$10
  javafx.scene.Node$MiscProperties$10$1
  private StyleableProperties = javafx.scene.Node$StyleableProperties of javafx.scene.Node