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

  void <init>(javafx.animation.Animation, javafx.util.Duration);
    descriptor: (Ljavafx/animation/Animation;Ljavafx/util/Duration;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.animation.Animation$3 this
        start local 2 // javafx.util.Duration $anonymous0
         0: .line 527
            aload 0 /* this */
            aload 1
            putfield javafx.animation.Animation$3.this$0:Ljavafx/animation/Animation;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.util.Duration $anonymous0
        end local 0 // javafx.animation.Animation$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/animation/Animation$3;
            0    1     2  $anonymous0  Ljavafx/util/Duration;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

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

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.animation.Animation$3 this
         0: .line 541
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$3.get:()Ljava/lang/Object;
            checkcast javafx.util.Duration
            astore 1 /* newDuration */
        start local 1 // javafx.util.Duration newDuration
         1: .line 542
            aload 1 /* newDuration */
            getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
            invokevirtual javafx.util.Duration.lessThan:(Ljavafx/util/Duration;)Z
            ifeq 6
         2: .line 543
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$3.isBound:()Z
            ifeq 4
         3: .line 544
            aload 0 /* this */
            invokevirtual javafx.animation.Animation$3.unbind:()V
         4: .line 546
      StackMap locals: javafx.util.Duration
      StackMap stack:
            aload 0 /* this */
            getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
            invokevirtual javafx.animation.Animation$3.set:(Ljava/lang/Object;)V
         5: .line 547
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot set delay to negative value. Setting to Duration.ZERO"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 549
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.util.Duration newDuration
        end local 0 // javafx.animation.Animation$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljavafx/animation/Animation$3;
            1    7     1  newDuration  Ljavafx/util/Duration;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/util/Duration;>;
SourceFile: "Animation.java"
EnclosingMethod: javafx.animation.Animation.delayProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.animation.Animation
InnerClasses:
  javafx.animation.Animation$3