class javafx.animation.Animation$CurrentTimeProperty extends javafx.beans.property.ReadOnlyObjectPropertyBase<javafx.util.Duration>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Animation$CurrentTimeProperty
  super_class: javafx.beans.property.ReadOnlyObjectPropertyBase
{
  final javafx.animation.Animation this$0;
    descriptor: Ljavafx/animation/Animation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(javafx.animation.Animation);
    descriptor: (Ljavafx/animation/Animation;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Animation$CurrentTimeProperty this
         0: .line 470
            aload 0 /* this */
            aload 1
            putfield javafx.animation.Animation$CurrentTimeProperty.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyObjectPropertyBase.<init>:()V
            return
        end local 0 // javafx.animation.Animation$CurrentTimeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$CurrentTimeProperty;
    MethodParameters:
        Name  Flags
      this$0  final

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

  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$CurrentTimeProperty this
         0: .line 479
            ldc "currentTime"
            areturn
        end local 0 // javafx.animation.Animation$CurrentTimeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$CurrentTimeProperty;

  public javafx.util.Duration get();
    descriptor: ()Ljavafx/util/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Animation$CurrentTimeProperty this
         0: .line 484
            aload 0 /* this */
            getfield javafx.animation.Animation$CurrentTimeProperty.this$0:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getCurrentTime:()Ljavafx/util/Duration;
            areturn
        end local 0 // javafx.animation.Animation$CurrentTimeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$CurrentTimeProperty;

  public void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Animation$CurrentTimeProperty this
         0: .line 489
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent:()V
         1: .line 490
            return
        end local 0 // javafx.animation.Animation$CurrentTimeProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/animation/Animation$CurrentTimeProperty;

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.animation.Animation$CurrentTimeProperty.get:()Ljavafx/util/Duration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/beans/property/ReadOnlyObjectPropertyBase<Ljavafx/util/Duration;>;
SourceFile: "Animation.java"
NestHost: javafx.animation.Animation
InnerClasses:
  private CurrentTimeProperty = javafx.animation.Animation$CurrentTimeProperty of javafx.animation.Animation