final class javafx.scene.image.Image$DoublePropertyImpl extends javafx.beans.property.ReadOnlyDoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.image.Image$DoublePropertyImpl
  super_class: javafx.beans.property.ReadOnlyDoublePropertyBase
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private double value;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(javafx.scene.image.Image, java.lang.String);
    descriptor: (Ljavafx/scene/image/Image;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.image.Image$DoublePropertyImpl this
        start local 2 // java.lang.String name
         0: .line 308
            aload 0 /* this */
            aload 1
            putfield javafx.scene.image.Image$DoublePropertyImpl.this$0:Ljavafx/scene/image/Image;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyDoublePropertyBase.<init>:()V
         1: .line 309
            aload 0 /* this */
            aload 2 /* name */
            putfield javafx.scene.image.Image$DoublePropertyImpl.name:Ljava/lang/String;
         2: .line 310
            return
        end local 2 // java.lang.String name
        end local 0 // javafx.scene.image.Image$DoublePropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/image/Image$DoublePropertyImpl;
            0    3     2  name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      name    final

  public void store(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.image.Image$DoublePropertyImpl this
        start local 1 // double value
         0: .line 313
            aload 0 /* this */
            dload 1 /* value */
            putfield javafx.scene.image.Image$DoublePropertyImpl.value:D
         1: .line 314
            return
        end local 1 // double value
        end local 0 // javafx.scene.image.Image$DoublePropertyImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/image/Image$DoublePropertyImpl;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  final

  public void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.image.Image$DoublePropertyImpl this
         0: .line 318
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyDoublePropertyBase.fireValueChangedEvent:()V
         1: .line 319
            return
        end local 0 // javafx.scene.image.Image$DoublePropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/image/Image$DoublePropertyImpl;

  public double get();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.image.Image$DoublePropertyImpl this
         0: .line 323
            aload 0 /* this */
            getfield javafx.scene.image.Image$DoublePropertyImpl.value:D
            dreturn
        end local 0 // javafx.scene.image.Image$DoublePropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/Image$DoublePropertyImpl;

  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.image.Image$DoublePropertyImpl this
         0: .line 328
            aload 0 /* this */
            getfield javafx.scene.image.Image$DoublePropertyImpl.this$0:Ljavafx/scene/image/Image;
            areturn
        end local 0 // javafx.scene.image.Image$DoublePropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/Image$DoublePropertyImpl;

  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.image.Image$DoublePropertyImpl this
         0: .line 333
            aload 0 /* this */
            getfield javafx.scene.image.Image$DoublePropertyImpl.name:Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.image.Image$DoublePropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/Image$DoublePropertyImpl;
}
SourceFile: "Image.java"
NestHost: javafx.scene.image.Image
InnerClasses:
  private final DoublePropertyImpl = javafx.scene.image.Image$DoublePropertyImpl of javafx.scene.image.Image