public class com.sun.javafx.animation.TickCalculation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.javafx.animation.TickCalculation
super_class: java.lang.Object
{
public static final int TICKS_PER_SECOND;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6000
private static final double TICKS_PER_MILLI;
descriptor: D
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 6.0
private static final double TICKS_PER_NANO;
descriptor: D
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 6.0E-6
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lcom/sun/javafx/animation/TickCalculation;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic com.sun.javafx.animation.TickCalculation.$assertionsDisabled:Z
3: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/animation/TickCalculation;
public static long add(long, long);
descriptor: (JJ)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 2 0: getstatic com.sun.javafx.animation.TickCalculation.$assertionsDisabled:Z
ifne 1
lload 0
lconst_0
lcmp
ifge 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
lload 0
ldc 9223372036854775807
lcmp
ifeq 2
lload 2
ldc 9223372036854775807
lcmp
ifne 3
2: StackMap locals:
StackMap stack:
ldc 9223372036854775807
lreturn
3: StackMap locals:
StackMap stack:
lload 2
ldc -9223372036854775808
lcmp
ifne 5
4: lconst_0
lreturn
5: StackMap locals:
StackMap stack:
lload 2
lconst_0
lcmp
iflt 10
6: lload 0
lload 2
ladd
lstore 4
start local 4 7: lload 4
lconst_0
lcmp
ifge 8
ldc 9223372036854775807
goto 9
StackMap locals: long
StackMap stack:
8: lload 4
StackMap locals:
StackMap stack: long
9: lreturn
end local 4 10: StackMap locals:
StackMap stack:
lconst_0
lload 0
lload 2
ladd
invokestatic java.lang.Math.max:(JJ)J
lreturn
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 op1 J
0 11 2 op2 J
7 10 4 result J
MethodParameters:
Name Flags
op1
op2
public static long sub(long, long);
descriptor: (JJ)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 2 0: getstatic com.sun.javafx.animation.TickCalculation.$assertionsDisabled:Z
ifne 1
lload 0
lconst_0
lcmp
ifge 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
lload 0
ldc 9223372036854775807
lcmp
ifeq 2
lload 2
ldc -9223372036854775808
lcmp
ifne 3
2: StackMap locals:
StackMap stack:
ldc 9223372036854775807
lreturn
3: StackMap locals:
StackMap stack:
lload 2
ldc 9223372036854775807
lcmp
ifne 5
4: lconst_0
lreturn
5: StackMap locals:
StackMap stack:
lload 2
lconst_0
lcmp
iflt 7
6: lconst_0
lload 0
lload 2
lsub
invokestatic java.lang.Math.max:(JJ)J
lreturn
7: StackMap locals:
StackMap stack:
lload 0
lload 2
lsub
lstore 4
start local 4 8: lload 4
lconst_0
lcmp
ifge 9
ldc 9223372036854775807
goto 10
StackMap locals: long
StackMap stack:
9: lload 4
StackMap locals:
StackMap stack: long
10: lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 op1 J
0 11 2 op2 J
8 11 4 result J
MethodParameters:
Name Flags
op1
op2
public static long fromMillis(double);
descriptor: (D)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: ldc 6.0
dload 0
dmul
invokestatic java.lang.Math.round:(D)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 millis D
MethodParameters:
Name Flags
millis
public static long fromNano(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: ldc 6.0E-6
lload 0
l2d
dmul
invokestatic java.lang.Math.round:(D)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 nano J
MethodParameters:
Name Flags
nano
public static long fromDuration(javafx.util.Duration);
descriptor: (Ljavafx/util/Duration;)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javafx.util.Duration.toMillis:()D
invokestatic com.sun.javafx.animation.TickCalculation.fromMillis:(D)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 duration Ljavafx/util/Duration;
MethodParameters:
Name Flags
duration
public static long fromDuration(javafx.util.Duration, double);
descriptor: (Ljavafx/util/Duration;D)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: ldc 6.0
aload 0
invokevirtual javafx.util.Duration.toMillis:()D
dmul
dload 1
invokestatic java.lang.Math.abs:(D)D
ddiv
invokestatic java.lang.Math.round:(D)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 duration Ljavafx/util/Duration;
0 1 1 rate D
MethodParameters:
Name Flags
duration
rate
public static javafx.util.Duration toDuration(long);
descriptor: (J)Ljavafx/util/Duration;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: lload 0
invokestatic com.sun.javafx.animation.TickCalculation.toMillis:(J)D
invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 ticks J
MethodParameters:
Name Flags
ticks
public static double toMillis(long);
descriptor: (J)D
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: lload 0
l2d
ldc 6.0
ddiv
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 ticks J
MethodParameters:
Name Flags
ticks
}
SourceFile: "TickCalculation.java"