class javafx.scene.paint.PhongMaterial$8 extends javafx.beans.property.SimpleObjectProperty<javafx.scene.image.Image>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.paint.PhongMaterial$8
  super_class: javafx.beans.property.SimpleObjectProperty
{
  private boolean needsListeners;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(javafx.scene.paint.PhongMaterial, java.lang.Object, java.lang.String);
    descriptor: (Ljavafx/scene/paint/PhongMaterial;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javafx.scene.paint.PhongMaterial$8 this
        start local 2 // java.lang.Object $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 400
            aload 0 /* this */
            aload 1
            putfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 403
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.paint.PhongMaterial$8.needsListeners:Z
         2: .line 400
            return
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Object $anonymous0
        end local 0 // javafx.scene.paint.PhongMaterial$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavafx/scene/paint/PhongMaterial$8;
            0    3     2  $anonymous0  Ljava/lang/Object;
            0    3     3  $anonymous1  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javafx.scene.paint.PhongMaterial$8 this
         0: .line 407
            aload 0 /* this */
            invokevirtual javafx.scene.paint.PhongMaterial$8.get:()Ljava/lang/Object;
            checkcast javafx.scene.image.Image
            astore 1 /* _image */
        start local 1 // javafx.scene.image.Image _image
         1: .line 409
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.needsListeners:Z
            ifeq 4
         2: .line 410
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldSelfIlluminationMap:Ljavafx/scene/image/Image;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
         3: .line 411
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.platformImageChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
            invokevirtual com.sun.javafx.beans.event.AbstractNotifyListener.getWeakListener:()Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ReadOnlyObjectProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
         4: .line 414
      StackMap locals: javafx.scene.image.Image
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _image */
            ifnull 7
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 1 /* _image */
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.isAnimation:(Ljavafx/scene/image/Image;)Z
            ifne 6
         5: .line 415
            aload 1 /* _image */
            invokevirtual javafx.scene.image.Image.getProgress:()D
            dconst_1
            dcmpg
            ifge 7
      StackMap locals:
      StackMap stack: javafx.scene.paint.PhongMaterial$8
         6: iconst_1
            goto 8
      StackMap locals:
      StackMap stack: javafx.scene.paint.PhongMaterial$8
         7: iconst_0
         8: .line 414
      StackMap locals: javafx.scene.paint.PhongMaterial$8 javafx.scene.image.Image
      StackMap stack: javafx.scene.paint.PhongMaterial$8 int
            putfield javafx.scene.paint.PhongMaterial$8.needsListeners:Z
         9: .line 417
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.needsListeners:Z
            ifeq 12
        10: .line 418
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 1 /* _image */
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
        11: .line 419
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.platformImageChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
            invokevirtual com.sun.javafx.beans.event.AbstractNotifyListener.getWeakListener:()Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ReadOnlyObjectProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        12: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            aload 1 /* _image */
            putfield javafx.scene.paint.PhongMaterial.oldSelfIlluminationMap:Ljavafx/scene/image/Image;
        13: .line 423
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            putfield javafx.scene.paint.PhongMaterial.selfIlluminationMapDirty:Z
        14: .line 424
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$8.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            invokevirtual javafx.scene.paint.PhongMaterial.setDirty:(Z)V
        15: .line 425
            return
        end local 1 // javafx.scene.image.Image _image
        end local 0 // javafx.scene.paint.PhongMaterial$8 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Ljavafx/scene/paint/PhongMaterial$8;
            1   16     1  _image  Ljavafx/scene/image/Image;
}
Signature: Ljavafx/beans/property/SimpleObjectProperty<Ljavafx/scene/image/Image;>;
SourceFile: "PhongMaterial.java"
EnclosingMethod: javafx.scene.paint.PhongMaterial.selfIlluminationMapProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.paint.PhongMaterial
InnerClasses:
  public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit
  javafx.scene.paint.PhongMaterial$8