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 0: aload 0
aload 1
putfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 0: lload 1
aload 0
getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.startTime:J
lsub
lstore 3
start local 3 1: lload 3
lconst_0
lcmp
ifge 3
2: return
3: StackMap locals: long
StackMap stack:
aload 0
getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.accessCtrlCtx:Ljava/security/AccessControlContext;
ifnonnull 5
4: new java.lang.IllegalStateException
dup
ldc "Error: AccessControlContext not captured"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
lload 3
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: aload 0
getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
getfield javafx.animation.Animation.accessCtrlCtx:Ljava/security/AccessControlContext;
7: invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
pop
8: return
end local 3 end local 1 end local 0 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 0: aload 0
getfield javafx.animation.Animation$1.this$0:Ljavafx/animation/Animation;
lload 1
invokevirtual javafx.animation.Animation.doTimePulse:(J)V
1: aconst_null
areturn
end local 0 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