class javafx.scene.effect.Effect$EffectInputChangeListener extends javafx.scene.effect.EffectChangeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.effect.Effect$EffectInputChangeListener
  super_class: javafx.scene.effect.EffectChangeListener
{
  private int oldBits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final javafx.scene.effect.Effect this$0;
    descriptor: Ljavafx/scene/effect/Effect;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.Effect$EffectInputChangeListener this
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield javafx.scene.effect.Effect$EffectInputChangeListener.this$0:Ljavafx/scene/effect/Effect;
            aload 0 /* this */
            invokespecial javafx.scene.effect.EffectChangeListener.<init>:()V
            return
        end local 0 // javafx.scene.effect.Effect$EffectInputChangeListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Effect$EffectInputChangeListener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void register(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.Effect$EffectInputChangeListener this
        start local 1 // javafx.scene.effect.Effect value
         0: .line 194
            aload 0 /* this */
            aload 1 /* value */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: javafx.scene.effect.Effect$EffectInputChangeListener
         1: aload 1 /* value */
            invokevirtual javafx.scene.effect.Effect.effectDirtyProperty:()Ljavafx/beans/property/IntegerProperty;
      StackMap locals: javafx.scene.effect.Effect$EffectInputChangeListener javafx.scene.effect.Effect
      StackMap stack: javafx.scene.effect.Effect$EffectInputChangeListener javafx.beans.property.IntegerProperty
         2: invokespecial javafx.scene.effect.EffectChangeListener.register:(Ljavafx/beans/value/ObservableValue;)V
         3: .line 195
            aload 1 /* value */
            ifnull 5
         4: .line 196
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual javafx.scene.effect.Effect.effectDirtyProperty:()Ljavafx/beans/property/IntegerProperty;
            invokevirtual javafx.beans.property.IntegerProperty.get:()I
            putfield javafx.scene.effect.Effect$EffectInputChangeListener.oldBits:I
         5: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.effect.Effect value
        end local 0 // javafx.scene.effect.Effect$EffectInputChangeListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/scene/effect/Effect$EffectInputChangeListener;
            0    6     1  value  Ljavafx/scene/effect/Effect;
    MethodParameters:
       Name  Flags
      value  

  public void invalidated(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javafx.scene.effect.Effect$EffectInputChangeListener this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 202
            aload 1 /* valueModel */
            checkcast javafx.beans.property.IntegerProperty
            invokevirtual javafx.beans.property.IntegerProperty.get:()I
            istore 2 /* newBits */
        start local 2 // int newBits
         1: .line 203
            iload 2 /* newBits */
            aload 0 /* this */
            getfield javafx.scene.effect.Effect$EffectInputChangeListener.oldBits:I
            ixor
            istore 3 /* dirtyBits */
        start local 3 // int dirtyBits
         2: .line 204
            aload 0 /* this */
            iload 2 /* newBits */
            putfield javafx.scene.effect.Effect$EffectInputChangeListener.oldBits:I
         3: .line 205
            iload 3 /* dirtyBits */
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokestatic com.sun.javafx.effect.EffectDirtyBits.isSet:(ILcom/sun/javafx/effect/EffectDirtyBits;)Z
            ifeq 6
         4: .line 206
            iload 2 /* newBits */
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokestatic com.sun.javafx.effect.EffectDirtyBits.isSet:(ILcom/sun/javafx/effect/EffectDirtyBits;)Z
            ifeq 6
         5: .line 207
            aload 0 /* this */
            getfield javafx.scene.effect.Effect$EffectInputChangeListener.this$0:Ljavafx/scene/effect/Effect;
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokevirtual javafx.scene.effect.Effect.markDirty:(Lcom/sun/javafx/effect/EffectDirtyBits;)V
         6: .line 209
      StackMap locals: int int
      StackMap stack:
            iload 3 /* dirtyBits */
            getstatic com.sun.javafx.effect.EffectDirtyBits.BOUNDS_CHANGED:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokestatic com.sun.javafx.effect.EffectDirtyBits.isSet:(ILcom/sun/javafx/effect/EffectDirtyBits;)Z
            ifeq 8
         7: .line 210
            aload 0 /* this */
            getfield javafx.scene.effect.Effect$EffectInputChangeListener.this$0:Ljavafx/scene/effect/Effect;
            getstatic com.sun.javafx.effect.EffectDirtyBits.BOUNDS_CHANGED:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokevirtual javafx.scene.effect.Effect.toggleDirty:(Lcom/sun/javafx/effect/EffectDirtyBits;)V
         8: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int dirtyBits
        end local 2 // int newBits
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // javafx.scene.effect.Effect$EffectInputChangeListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljavafx/scene/effect/Effect$EffectInputChangeListener;
            0    9     1  valueModel  Ljavafx/beans/Observable;
            1    9     2     newBits  I
            2    9     3   dirtyBits  I
    MethodParameters:
            Name  Flags
      valueModel  
}
SourceFile: "Effect.java"
NestHost: javafx.scene.effect.Effect
InnerClasses:
  EffectInputChangeListener = javafx.scene.effect.Effect$EffectInputChangeListener of javafx.scene.effect.Effect