class com.sun.scenario.animation.shared.SimpleClipInterpolator extends com.sun.scenario.animation.shared.ClipInterpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.scenario.animation.shared.SimpleClipInterpolator
  super_class: com.sun.scenario.animation.shared.ClipInterpolator
{
  private static final javafx.animation.KeyFrame ZERO_FRAME;
    descriptor: Ljavafx/animation/KeyFrame;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private javafx.animation.KeyFrame startKeyFrame;
    descriptor: Ljavafx/animation/KeyFrame;
    flags: (0x0002) ACC_PRIVATE

  private javafx.animation.KeyFrame endKeyFrame;
    descriptor: Ljavafx/animation/KeyFrame;
    flags: (0x0002) ACC_PRIVATE

  private long endTicks;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private com.sun.scenario.animation.shared.InterpolationInterval[] interval;
    descriptor: [Lcom/sun/scenario/animation/shared/InterpolationInterval;
    flags: (0x0002) ACC_PRIVATE

  private int undefinedStartValueCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long ticks;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean invalid;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 43
            new javafx.animation.KeyFrame
            dup
            getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
            iconst_0
            anewarray javafx.animation.KeyValue
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;[Ljavafx/animation/KeyValue;)V
            putstatic com.sun.scenario.animation.shared.SimpleClipInterpolator.ZERO_FRAME:Ljavafx/animation/KeyFrame;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(javafx.animation.KeyFrame, javafx.animation.KeyFrame, long);
    descriptor: (Ljavafx/animation/KeyFrame;Ljavafx/animation/KeyFrame;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
        start local 1 // javafx.animation.KeyFrame startKeyFrame
        start local 2 // javafx.animation.KeyFrame endKeyFrame
        start local 3 // long ticks
         0: .line 56
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.ClipInterpolator.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.invalid:Z
         2: .line 57
            aload 0 /* this */
            aload 1 /* startKeyFrame */
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.startKeyFrame:Ljavafx/animation/KeyFrame;
         3: .line 58
            aload 0 /* this */
            aload 2 /* endKeyFrame */
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endKeyFrame:Ljavafx/animation/KeyFrame;
         4: .line 59
            aload 0 /* this */
            lload 3 /* ticks */
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endTicks:J
         5: .line 60
            return
        end local 3 // long ticks
        end local 2 // javafx.animation.KeyFrame endKeyFrame
        end local 1 // javafx.animation.KeyFrame startKeyFrame
        end local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/sun/scenario/animation/shared/SimpleClipInterpolator;
            0    6     1  startKeyFrame  Ljavafx/animation/KeyFrame;
            0    6     2    endKeyFrame  Ljavafx/animation/KeyFrame;
            0    6     3          ticks  J
    MethodParameters:
               Name  Flags
      startKeyFrame  
      endKeyFrame    
      ticks          

  void <init>(javafx.animation.KeyFrame, long);
    descriptor: (Ljavafx/animation/KeyFrame;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
        start local 1 // javafx.animation.KeyFrame endKeyFrame
        start local 2 // long ticks
         0: .line 62
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.ClipInterpolator.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.invalid:Z
         2: .line 63
            aload 0 /* this */
            getstatic com.sun.scenario.animation.shared.SimpleClipInterpolator.ZERO_FRAME:Ljavafx/animation/KeyFrame;
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.startKeyFrame:Ljavafx/animation/KeyFrame;
         3: .line 64
            aload 0 /* this */
            aload 1 /* endKeyFrame */
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endKeyFrame:Ljavafx/animation/KeyFrame;
         4: .line 65
            aload 0 /* this */
            lload 2 /* ticks */
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endTicks:J
         5: .line 66
            return
        end local 2 // long ticks
        end local 1 // javafx.animation.KeyFrame endKeyFrame
        end local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/scenario/animation/shared/SimpleClipInterpolator;
            0    6     1  endKeyFrame  Ljavafx/animation/KeyFrame;
            0    6     2        ticks  J
    MethodParameters:
             Name  Flags
      endKeyFrame  
      ticks        

  com.sun.scenario.animation.shared.ClipInterpolator setKeyFrames(javafx.animation.KeyFrame[], long[]);
    descriptor: ([Ljavafx/animation/KeyFrame;[J)Lcom/sun/scenario/animation/shared/ClipInterpolator;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
        start local 1 // javafx.animation.KeyFrame[] keyFrames
        start local 2 // long[] keyFrameTicks
         0: .line 71
            aload 1 /* keyFrames */
            invokestatic com.sun.scenario.animation.shared.ClipInterpolator.getRealKeyFrameCount:([Ljavafx/animation/KeyFrame;)I
            iconst_2
            if_icmpeq 2
         1: .line 72
            aload 1 /* keyFrames */
            aload 2 /* keyFrameTicks */
            invokestatic com.sun.scenario.animation.shared.ClipInterpolator.create:([Ljavafx/animation/KeyFrame;[J)Lcom/sun/scenario/animation/shared/ClipInterpolator;
            areturn
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* keyFrames */
            arraylength
            iconst_1
            if_icmpne 7
         3: .line 75
            aload 0 /* this */
            getstatic com.sun.scenario.animation.shared.SimpleClipInterpolator.ZERO_FRAME:Ljavafx/animation/KeyFrame;
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.startKeyFrame:Ljavafx/animation/KeyFrame;
         4: .line 76
            aload 0 /* this */
            aload 1 /* keyFrames */
            iconst_0
            aaload
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endKeyFrame:Ljavafx/animation/KeyFrame;
         5: .line 77
            aload 0 /* this */
            aload 2 /* keyFrameTicks */
            iconst_0
            laload
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endTicks:J
         6: .line 78
            goto 10
         7: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keyFrames */
            iconst_0
            aaload
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.startKeyFrame:Ljavafx/animation/KeyFrame;
         8: .line 80
            aload 0 /* this */
            aload 1 /* keyFrames */
            iconst_1
            aaload
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endKeyFrame:Ljavafx/animation/KeyFrame;
         9: .line 81
            aload 0 /* this */
            aload 2 /* keyFrameTicks */
            iconst_1
            laload
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endTicks:J
        10: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.invalid:Z
        11: .line 84
            aload 0 /* this */
            areturn
        end local 2 // long[] keyFrameTicks
        end local 1 // javafx.animation.KeyFrame[] keyFrames
        end local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/scenario/animation/shared/SimpleClipInterpolator;
            0   12     1      keyFrames  [Ljavafx/animation/KeyFrame;
            0   12     2  keyFrameTicks  [J
    MethodParameters:
               Name  Flags
      keyFrames      
      keyFrameTicks  

  void validate(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
        start local 1 // boolean forceSync
         0: .line 89
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.invalid:Z
            ifeq 29
         1: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endTicks:J
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.ticks:J
         2: .line 92
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* map */
        start local 2 // java.util.Map map
         3: .line 94
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.endKeyFrame:Ljavafx/animation/KeyFrame;
            invokevirtual javafx.animation.KeyFrame.getValues:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: com.sun.scenario.animation.shared.SimpleClipInterpolator int java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 3 /* keyValue */
        start local 3 // javafx.animation.KeyValue keyValue
         5: .line 95
            aload 2 /* map */
            aload 3 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            aload 3 /* keyValue */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // javafx.animation.KeyValue keyValue
         6: .line 94
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 98
            aload 2 /* map */
            invokeinterface java.util.Map.size:()I
            istore 3 /* valueCount */
        start local 3 // int valueCount
         8: .line 99
            aload 0 /* this */
            iload 3 /* valueCount */
            anewarray com.sun.scenario.animation.shared.InterpolationInterval
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
         9: .line 104
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: .line 105
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.startKeyFrame:Ljavafx/animation/KeyFrame;
            invokevirtual javafx.animation.KeyFrame.getValues:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 19
      StackMap locals: com.sun.scenario.animation.shared.SimpleClipInterpolator int java.util.Map int int top java.util.Iterator
      StackMap stack:
        11: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 5 /* startKeyValue */
        start local 5 // javafx.animation.KeyValue startKeyValue
        12: .line 106
            aload 5 /* startKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            astore 7 /* target */
        start local 7 // javafx.beans.value.WritableValue target
        13: .line 107
            aload 2 /* map */
            aload 7 /* target */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 8 /* endKeyValue */
        start local 8 // javafx.animation.KeyValue endKeyValue
        14: .line 108
            aload 8 /* endKeyValue */
            ifnull 19
        15: .line 109
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 8 /* endKeyValue */
        16: .line 110
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.ticks:J
            aload 5 /* startKeyValue */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.ticks:J
        17: .line 109
            invokestatic com.sun.scenario.animation.shared.InterpolationInterval.create:(Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)Lcom/sun/scenario/animation/shared/InterpolationInterval;
            aastore
        18: .line 111
            aload 2 /* map */
            aload 7 /* target */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // javafx.animation.KeyValue endKeyValue
        end local 7 // javafx.beans.value.WritableValue target
        end local 5 // javafx.animation.KeyValue startKeyValue
        19: .line 105
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        20: .line 116
            aload 0 /* this */
            aload 2 /* map */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.undefinedStartValueCount:I
        21: .line 117
            aload 2 /* map */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 26
      StackMap locals:
      StackMap stack:
        22: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 5 /* endKeyValue */
        start local 5 // javafx.animation.KeyValue endKeyValue
        23: .line 118
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 5 /* endKeyValue */
        24: .line 119
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.ticks:J
        25: .line 118
            invokestatic com.sun.scenario.animation.shared.InterpolationInterval.create:(Ljavafx/animation/KeyValue;J)Lcom/sun/scenario/animation/shared/InterpolationInterval;
            aastore
        end local 5 // javafx.animation.KeyValue endKeyValue
        26: .line 117
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        27: .line 122
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SimpleClipInterpolator.invalid:Z
        end local 4 // int i
        end local 3 // int valueCount
        end local 2 // java.util.Map map
        28: .line 123
            goto 36
      StackMap locals: com.sun.scenario.animation.shared.SimpleClipInterpolator int
      StackMap stack:
        29: iload 1 /* forceSync */
            ifeq 36
        30: .line 125
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            arraylength
            istore 2 /* n */
        start local 2 // int n
        31: .line 126
            iload 2 /* n */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.undefinedStartValueCount:I
            isub
            istore 3 /* i */
        start local 3 // int i
        32: goto 35
        33: .line 127
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval.recalculateStartValue:()V
        34: .line 126
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 33
        end local 3 // int i
        end local 2 // int n
        36: .line 130
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean forceSync
        end local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   37     0           this  Lcom/sun/scenario/animation/shared/SimpleClipInterpolator;
            0   37     1      forceSync  Z
            3   28     2            map  Ljava/util/Map<Ljavafx/beans/value/WritableValue<*>;Ljavafx/animation/KeyValue;>;
            5    6     3       keyValue  Ljavafx/animation/KeyValue;
            8   28     3     valueCount  I
           10   28     4              i  I
           12   19     5  startKeyValue  Ljavafx/animation/KeyValue;
           13   19     7         target  Ljavafx/beans/value/WritableValue<*>;
           14   19     8    endKeyValue  Ljavafx/animation/KeyValue;
           23   26     5    endKeyValue  Ljavafx/animation/KeyValue;
           31   36     2              n  I
           32   36     3              i  I
    MethodParameters:
           Name  Flags
      forceSync  

  void interpolate(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
        start local 1 // long ticks
         0: .line 134
            lload 1 /* ticks */
            l2d
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.ticks:J
            l2d
            ddiv
            dstore 3 /* frac */
        start local 3 // double frac
         1: .line 135
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            arraylength
            istore 5 /* n */
        start local 5 // int n
         2: .line 136
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         3: goto 6
         4: .line 137
      StackMap locals: double int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SimpleClipInterpolator.interval:[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 6 /* i */
            aaload
            dload 3 /* frac */
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval.interpolate:(D)V
         5: .line 136
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 6 /* i */
            iload 5 /* n */
            if_icmplt 4
        end local 6 // int i
         7: .line 139
            return
        end local 5 // int n
        end local 3 // double frac
        end local 1 // long ticks
        end local 0 // com.sun.scenario.animation.shared.SimpleClipInterpolator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/scenario/animation/shared/SimpleClipInterpolator;
            0    8     1  ticks  J
            1    8     3   frac  D
            2    8     5      n  I
            3    7     6      i  I
    MethodParameters:
       Name  Flags
      ticks  
}
SourceFile: "SimpleClipInterpolator.java"