class javafx.animation.Animation$6 extends javafx.beans.property.ObjectPropertyBase<javafx.event.EventHandler<javafx.event.ActionEvent>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Animation$6
  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.event.EventHandler);
    descriptor: (Ljavafx/animation/Animation;Ljavafx/event/EventHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.animation.Animation$6 this
        start local 2 // javafx.event.EventHandler $anonymous0
         0: .line 749
            aload 0 /* this */
            aload 1
            putfield javafx.animation.Animation$6.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.event.EventHandler $anonymous0
        end local 0 // javafx.animation.Animation$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/animation/Animation$6;
            0    1     2  $anonymous0  Ljavafx/event/EventHandler<Ljavafx/event/ActionEvent;>;
    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$6 this
         0: .line 753
            aload 0 /* this */
            getfield javafx.animation.Animation$6.this$0:Ljavafx/animation/Animation;
            areturn
        end local 0 // javafx.animation.Animation$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$6;

  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$6 this
         0: .line 758
            ldc "onFinished"
            areturn
        end local 0 // javafx.animation.Animation$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Animation$6;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/event/EventHandler<Ljavafx/event/ActionEvent;>;>;
SourceFile: "Animation.java"
EnclosingMethod: javafx.animation.Animation.onFinishedProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.animation.Animation
InnerClasses:
  javafx.animation.Animation$6