class com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval extends com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval
super_class: com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval
{
private final javafx.beans.value.WritableFloatValue target;
descriptor: Ljavafx/beans/value/WritableFloatValue;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
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/scenario/animation/shared/InterpolationInterval;
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.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(javafx.animation.KeyValue, long, javafx.animation.KeyValue, long);
descriptor: (Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 5 0: aload 0
aload 1
lload 2
aload 4
lload 5
invokespecial com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval.<init>:(Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)V
1: getstatic com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.$assertionsDisabled:Z
ifne 2
aload 1
invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
instanceof javafx.beans.value.WritableFloatValue
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval javafx.animation.KeyValue long javafx.animation.KeyValue long
StackMap stack:
aload 0
aload 1
invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
checkcast javafx.beans.value.WritableFloatValue
putfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
3: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
0 4 1 rightKeyValue Ljavafx/animation/KeyValue;
0 4 2 ticks J
0 4 4 leftKeyValue Ljavafx/animation/KeyValue;
0 4 5 duration J
MethodParameters:
Name Flags
rightKeyValue
ticks
leftKeyValue
duration
private void <init>(javafx.animation.KeyValue, long);
descriptor: (Ljavafx/animation/KeyValue;J)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
lload 2
invokespecial com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval.<init>:(Ljavafx/animation/KeyValue;J)V
1: getstatic com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.$assertionsDisabled:Z
ifne 2
aload 1
invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
instanceof javafx.beans.value.WritableFloatValue
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval javafx.animation.KeyValue long
StackMap stack:
aload 0
aload 1
invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
checkcast javafx.beans.value.WritableFloatValue
putfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
3: aload 0
aload 0
getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
invokeinterface javafx.beans.value.WritableFloatValue.get:()F
f2d
invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.recalculateStartValue:(D)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
0 5 1 rightKeyValue Ljavafx/animation/KeyValue;
0 5 2 ticks J
MethodParameters:
Name Flags
rightKeyValue
ticks
public void interpolate(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
aload 0
dload 1
invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.calculate:(D)D
d2f
invokeinterface javafx.beans.value.WritableFloatValue.set:(F)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
0 2 1 frac D
MethodParameters:
Name Flags
frac
public void recalculateStartValue();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.target:Ljavafx/beans/value/WritableFloatValue;
invokeinterface javafx.beans.value.WritableFloatValue.get:()F
f2d
invokevirtual com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval.recalculateStartValue:(D)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/scenario/animation/shared/InterpolationInterval$TangentFloatInterpolationInterval;
}
SourceFile: "InterpolationInterval.java"
NestHost: com.sun.scenario.animation.shared.InterpolationInterval
InnerClasses:
private TangentFloatInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$TangentFloatInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval
private abstract TangentInterpolationInterval = com.sun.scenario.animation.shared.InterpolationInterval$TangentInterpolationInterval of com.sun.scenario.animation.shared.InterpolationInterval