class javafx.scene.image.Image$Animation$1 extends javafx.beans.property.SimpleIntegerProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.image.Image$Animation$1
  super_class: javafx.beans.property.SimpleIntegerProperty
{
  final javafx.scene.image.Image$Animation this$1;
    descriptor: Ljavafx/scene/image/Image$Animation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.image.Image$Animation);
    descriptor: (Ljavafx/scene/image/Image$Animation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.image.Image$Animation$1 this
         0: .line 863
            aload 0 /* this */
            aload 1
            putfield javafx.scene.image.Image$Animation$1.this$1:Ljavafx/scene/image/Image$Animation;
            aload 0 /* this */
            invokespecial javafx.beans.property.SimpleIntegerProperty.<init>:()V
            return
        end local 0 // javafx.scene.image.Image$Animation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/Image$Animation$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.image.Image$Animation$1 this
         0: .line 866
            aload 0 /* this */
            getfield javafx.scene.image.Image$Animation$1.this$1:Ljavafx/scene/image/Image$Animation;
            aload 0 /* this */
            invokevirtual javafx.scene.image.Image$Animation$1.get:()I
            invokevirtual javafx.scene.image.Image$Animation.updateImage:(I)V
         1: .line 867
            return
        end local 0 // javafx.scene.image.Image$Animation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/image/Image$Animation$1;
}
SourceFile: "Image.java"
EnclosingMethod: javafx.scene.image.Image$Animation
NestHost: javafx.scene.image.Image
InnerClasses:
  private final Animation = javafx.scene.image.Image$Animation of javafx.scene.image.Image
  javafx.scene.image.Image$Animation$1