public class com.sun.scenario.animation.NumberTangentInterpolator extends javafx.animation.Interpolator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.scenario.animation.NumberTangentInterpolator
super_class: javafx.animation.Interpolator
{
private final double inValue;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double outValue;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long inTicks;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long outTicks;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public double getInValue();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
public double getOutValue();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
public double getInTicks();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
l2d
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
public double getOutTicks();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
l2d
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
public void <init>(javafx.util.Duration, double, javafx.util.Duration, double);
descriptor: (Ljavafx/util/Duration;DLjavafx/util/Duration;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 5 0: aload 0
invokespecial javafx.animation.Interpolator.<init>:()V
1: aload 0
aload 1
invokestatic com.sun.javafx.animation.TickCalculation.fromDuration:(Ljavafx/util/Duration;)J
putfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
2: aload 0
dload 2
putfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
3: aload 0
aload 4
invokestatic com.sun.javafx.animation.TickCalculation.fromDuration:(Ljavafx/util/Duration;)J
putfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
4: aload 0
dload 5
putfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
5: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
0 6 1 inDuration Ljavafx/util/Duration;
0 6 2 inValue D
0 6 4 outDuration Ljavafx/util/Duration;
0 6 5 outValue D
MethodParameters:
Name Flags
inDuration
inValue
outDuration
outValue
public void <init>(javafx.util.Duration, double);
descriptor: (Ljavafx/util/Duration;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial javafx.animation.Interpolator.<init>:()V
1: aload 0
aload 0
aload 1
invokestatic com.sun.javafx.animation.TickCalculation.fromDuration:(Ljavafx/util/Duration;)J
dup2_x1
putfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
putfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
2: aload 0
aload 0
dload 2
dup2_x1
putfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
putfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
0 4 1 duration Ljavafx/util/Duration;
0 4 2 value D
MethodParameters:
Name Flags
duration
value
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "NumberTangentInterpolator [inValue="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
1: ldc ", inDuration="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
invokestatic com.sun.javafx.animation.TickCalculation.toDuration:(J)Ljavafx/util/Duration;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ", outValue="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
ldc ", outDuration="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
invokestatic com.sun.javafx.animation.TickCalculation.toDuration:(J)Ljavafx/util/Duration;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: bipush 7
istore 1
start local 1 1: bipush 59
iload 1
imul
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
bipush 32
lushr
lxor
l2i
iadd
istore 1
2: bipush 59
iload 1
imul
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
bipush 32
lushr
lxor
l2i
iadd
istore 1
3: bipush 59
iload 1
imul
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
bipush 32
lushr
lxor
l2i
iadd
istore 1
4: bipush 59
iload 1
imul
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
bipush 32
lushr
lxor
l2i
iadd
istore 1
5: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
1 6 1 hash I
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.scenario.animation.NumberTangentInterpolator
astore 2
start local 2 5: aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
aload 2
getfield com.sun.scenario.animation.NumberTangentInterpolator.inValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
lcmp
ifeq 7
6: iconst_0
ireturn
7: StackMap locals: com.sun.scenario.animation.NumberTangentInterpolator
StackMap stack:
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
aload 2
getfield com.sun.scenario.animation.NumberTangentInterpolator.outValue:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
lcmp
ifeq 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
aload 2
getfield com.sun.scenario.animation.NumberTangentInterpolator.inTicks:J
lcmp
ifeq 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
aload 2
getfield com.sun.scenario.animation.NumberTangentInterpolator.outTicks:J
lcmp
ifeq 13
12: iconst_0
ireturn
13: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
0 14 1 obj Ljava/lang/Object;
5 14 2 other Lcom/sun/scenario/animation/NumberTangentInterpolator;
MethodParameters:
Name Flags
obj
protected double curve(double);
descriptor: (D)D
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: dload 1
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/animation/NumberTangentInterpolator;
0 1 1 t D
MethodParameters:
Name Flags
t
}
SourceFile: "NumberTangentInterpolator.java"