class javafx.animation.Animation$1 implements com.sun.scenario.animation.shared.PulseReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.animation.Animation$1
  super_class: java.lang.Object
{
  final javafx.animation.Animation this$0;
    descriptor: Ljavafx/animation/Animation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void timePulse(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // javafx.animation.Animation$1 this
        start local 1 // long now
         0: .line 177
            lload 1 /* now */
            aload 0 /* this */
            getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.startTime:J
            lsub
            lstore 3 /* elapsedTime */
        start local 3 // long elapsedTime
         1: .line 178
            lload 3 /* elapsedTime */
            lconst_0
            lcmp
            ifge 3
         2: .line 179
            return
         3: .line 181
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.accessCtrlCtx:Ljava/security/AccessControlContext;
            ifnonnull 5
         4: .line 182
            new java.lang.IllegalStateException
            dup
            ldc "Error: AccessControlContext not captured"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 3 /* elapsedTime */
            invokedynamic run(Ljavafx/animation/Animation$1;J)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  javafx/animation/Animation$1.lambda$0(J)Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         6: .line 188
            aload 0 /* this */
            getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
            getfield javafx.animation.Animation.accessCtrlCtx:Ljava/security/AccessControlContext;
         7: .line 185
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         8: .line 189
            return
        end local 3 // long elapsedTime
        end local 1 // long now
        end local 0 // javafx.animation.Animation$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Ljavafx/animation/Animation$1;
            0    9     1          now  J
            1    9     3  elapsedTime  J
    MethodParameters:
      Name  Flags
      now   

  private java.lang.Void lambda$0(long);
    descriptor: (J)Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.animation.Animation$1 this
         0: .line 186
            aload 0 /* this */
            getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
            lload 1
            invokevirtual javafx.animation.Animation.doTimePulse:(J)V
         1: .line 187
            aconst_null
            areturn
        end local 0 // javafx.animation.Animation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/animation/Animation$1;
}
SourceFile: "Animation.java"
EnclosingMethod: javafx.animation.Animation
NestHost: javafx.animation.Animation
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  javafx.animation.Animation$1