class javafx.animation.Animation$AnimationReadOnlyProperty<T> extends javafx.beans.property.ReadOnlyObjectPropertyBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Animation$AnimationReadOnlyProperty
  super_class: javafx.beans.property.ReadOnlyObjectPropertyBase
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  final javafx.animation.Animation this$0;
    descriptor: Ljavafx/animation/Animation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(java.lang.String, );
    descriptor: (Ljavafx/animation/Animation;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
        start local 2 // java.lang.String name
        start local 3 // java.lang.Object value
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield javafx.animation.Animation$AnimationReadOnlyProperty.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyObjectPropertyBase.<init>:()V
         1: .line 222
            aload 0 /* this */
            aload 2 /* name */
            putfield javafx.animation.Animation$AnimationReadOnlyProperty.name:Ljava/lang/String;
         2: .line 223
            aload 0 /* this */
            aload 3 /* value */
            putfield javafx.animation.Animation$AnimationReadOnlyProperty.value:Ljava/lang/Object;
         3: .line 224
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String name
        end local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
            0    4     2   name  Ljava/lang/String;
            0    4     3  value  TT;
    Signature: (Ljava/lang/String;TT;)V
    MethodParameters:
        Name  Flags
      this$0  final
      name    
      value   

  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.animation.Animation$AnimationReadOnlyProperty this
         0: .line 228
            aload 0 /* this */
            getfield javafx.animation.Animation$AnimationReadOnlyProperty.this$0:Ljavafx/animation/Animation;
            areturn
        end local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;

  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.animation.Animation$AnimationReadOnlyProperty this
         0: .line 233
            aload 0 /* this */
            getfield javafx.animation.Animation$AnimationReadOnlyProperty.name:Ljava/lang/String;
            areturn
        end local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;

  public T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
         0: .line 238
            aload 0 /* this */
            getfield javafx.animation.Animation$AnimationReadOnlyProperty.value:Ljava/lang/Object;
            areturn
        end local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
    Signature: ()TT;

  private void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
        start local 1 // java.lang.Object value
         0: .line 242
            aload 0 /* this */
            aload 1 /* value */
            putfield javafx.animation.Animation$AnimationReadOnlyProperty.value:Ljava/lang/Object;
         1: .line 243
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$AnimationReadOnlyProperty.fireValueChangedEvent:()V
         2: .line 244
            return
        end local 1 // java.lang.Object value
        end local 0 // javafx.animation.Animation$AnimationReadOnlyProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
            0    3     1  value  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  
}
Signature: <T:Ljava/lang/Object;>Ljavafx/beans/property/ReadOnlyObjectPropertyBase<TT;>;
SourceFile: "Animation.java"
NestHost: javafx.animation.Animation
InnerClasses:
  private AnimationReadOnlyProperty = javafx.animation.Animation$AnimationReadOnlyProperty of javafx.animation.Animation