class javafx.scene.Node$MiscProperties$10$1 extends com.sun.javafx.beans.event.AbstractNotifyListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$MiscProperties$10$1
  super_class: com.sun.javafx.beans.event.AbstractNotifyListener
{
  final javafx.scene.Node$MiscProperties$10 this$2;
    descriptor: Ljavafx/scene/Node$MiscProperties$10;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.Node$MiscProperties$10);
    descriptor: (Ljavafx/scene/Node$MiscProperties$10;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.Node$MiscProperties$10$1 this
         0: .line 7116
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$MiscProperties$10$1.this$2:Ljavafx/scene/Node$MiscProperties$10;
            aload 0 /* this */
            invokespecial com.sun.javafx.beans.event.AbstractNotifyListener.<init>:()V
            return
        end local 0 // javafx.scene.Node$MiscProperties$10$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$10$1;
    MethodParameters:
        Name  Flags
      this$0  final

  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.Node$MiscProperties$10$1 this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 7120
            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 7121
            iload 2 /* newBits */
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10$1.this$2:Ljavafx/scene/Node$MiscProperties$10;
            getfield javafx.scene.Node$MiscProperties$10.oldBits:I
            ixor
            istore 3 /* changedBits */
        start local 3 // int changedBits
         2: .line 7122
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10$1.this$2:Ljavafx/scene/Node$MiscProperties$10;
            iload 2 /* newBits */
            putfield javafx.scene.Node$MiscProperties$10.oldBits:I
         3: .line 7124
            iload 3 /* changedBits */
         4: .line 7125
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
         5: .line 7123
            invokestatic com.sun.javafx.effect.EffectDirtyBits.isSet:(ILcom/sun/javafx/effect/EffectDirtyBits;)Z
         6: .line 7125
            ifeq 12
         7: .line 7127
            iload 2 /* newBits */
         8: .line 7128
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
         9: .line 7126
            invokestatic com.sun.javafx.effect.EffectDirtyBits.isSet:(ILcom/sun/javafx/effect/EffectDirtyBits;)Z
        10: .line 7128
            ifeq 12
        11: .line 7129
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10$1.this$2:Ljavafx/scene/Node$MiscProperties$10;
            invokestatic javafx.scene.Node$MiscProperties$10.access$0:(Ljavafx/scene/Node$MiscProperties$10;)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 7132
      StackMap locals: int int
      StackMap stack:
            iload 3 /* changedBits */
        13: .line 7133
            getstatic com.sun.javafx.effect.EffectDirtyBits.BOUNDS_CHANGED:Lcom/sun/javafx/effect/EffectDirtyBits;
        14: .line 7131
            invokestatic com.sun.javafx.effect.EffectDirtyBits.isSet:(ILcom/sun/javafx/effect/EffectDirtyBits;)Z
        15: .line 7133
            ifeq 17
        16: .line 7134
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$10$1.this$2:Ljavafx/scene/Node$MiscProperties$10;
            invokestatic javafx.scene.Node$MiscProperties$10.access$0:(Ljavafx/scene/Node$MiscProperties$10;)Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.localBoundsChanged:()V
        17: .line 7136
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int changedBits
        end local 2 // int newBits
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // javafx.scene.Node$MiscProperties$10$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Ljavafx/scene/Node$MiscProperties$10$1;
            0   18     1   valueModel  Ljavafx/beans/Observable;
            1   18     2      newBits  I
            2   18     3  changedBits  I
    MethodParameters:
            Name  Flags
      valueModel  
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties$10
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