class com.sun.scenario.animation.shared.GeneralClipInterpolator 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.GeneralClipInterpolator
  super_class: com.sun.scenario.animation.shared.ClipInterpolator
{
  private javafx.animation.KeyFrame[] keyFrames;
    descriptor: [Ljavafx/animation/KeyFrame;
    flags: (0x0002) ACC_PRIVATE

  private long[] keyFrameTicks;
    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[] undefinedStartValues;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  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: .line 49
            ldc Lcom/sun/scenario/animation/shared/GeneralClipInterpolator;
            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.GeneralClipInterpolator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(javafx.animation.KeyFrame[], long[]);
    descriptor: ([Ljavafx/animation/KeyFrame;[J)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
        start local 1 // javafx.animation.KeyFrame[] keyFrames
        start local 2 // long[] keyFrameTicks
         0: .line 62
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.ClipInterpolator.<init>:()V
         1: .line 55
            aload 0 /* this */
            iconst_0
            anewarray com.sun.scenario.animation.shared.InterpolationInterval[]
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
         2: .line 58
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.undefinedStartValues:[I
         3: .line 60
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.invalid:Z
         4: .line 63
            aload 0 /* this */
            aload 1 /* keyFrames */
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrames:[Ljavafx/animation/KeyFrame;
         5: .line 64
            aload 0 /* this */
            aload 2 /* keyFrameTicks */
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrameTicks:[J
         6: .line 65
            return
        end local 2 // long[] keyFrameTicks
        end local 1 // javafx.animation.KeyFrame[] keyFrames
        end local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/sun/scenario/animation/shared/GeneralClipInterpolator;
            0    7     1      keyFrames  [Ljavafx/animation/KeyFrame;
            0    7     2  keyFrameTicks  [J
    MethodParameters:
               Name  Flags
      keyFrames      
      keyFrameTicks  

  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=2, locals=3, args_size=3
        start local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
        start local 1 // javafx.animation.KeyFrame[] keyFrames
        start local 2 // long[] keyFrameTicks
         0: .line 70
            aload 1 /* keyFrames */
            invokestatic com.sun.scenario.animation.shared.ClipInterpolator.getRealKeyFrameCount:([Ljavafx/animation/KeyFrame;)I
            iconst_2
            if_icmpne 2
         1: .line 71
            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 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keyFrames */
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrames:[Ljavafx/animation/KeyFrame;
         3: .line 74
            aload 0 /* this */
            aload 2 /* keyFrameTicks */
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrameTicks:[J
         4: .line 75
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.invalid:Z
         5: .line 76
            aload 0 /* this */
            areturn
        end local 2 // long[] keyFrameTicks
        end local 1 // javafx.animation.KeyFrame[] keyFrames
        end local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/sun/scenario/animation/shared/GeneralClipInterpolator;
            0    6     1      keyFrames  [Ljavafx/animation/KeyFrame;
            0    6     2  keyFrameTicks  [J
    MethodParameters:
               Name  Flags
      keyFrames      
      keyFrameTicks  

  void validate(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=10, locals=15, args_size=2
        start local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
        start local 1 // boolean forceSync
         0: .line 81
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.invalid:Z
            ifeq 70
         1: .line 82
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* lastKeyValues */
        start local 2 // java.util.Map lastKeyValues
         2: .line 83
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrames:[Ljavafx/animation/KeyFrame;
            arraylength
            istore 3 /* n */
        start local 3 // int n
         3: .line 85
            iconst_0
            istore 4 /* index */
        start local 4 // int index
         4: goto 12
         5: .line 86
      StackMap locals: java.util.Map int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrames:[Ljavafx/animation/KeyFrame;
            iload 4 /* index */
            aaload
            astore 5 /* keyFrame */
        start local 5 // javafx.animation.KeyFrame keyFrame
         6: .line 87
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrameTicks:[J
            iload 4 /* index */
            laload
            lconst_0
            lcmp
            ifne 13
         7: .line 88
            aload 5 /* keyFrame */
            invokevirtual javafx.animation.KeyFrame.getValues:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7
            goto 10
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int java.util.Map int int javafx.animation.KeyFrame top java.util.Iterator
      StackMap stack:
         8: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 6 /* keyValue */
        start local 6 // javafx.animation.KeyValue keyValue
         9: .line 89
            aload 2 /* lastKeyValues */
            aload 6 /* keyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            aload 6 /* keyValue */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // javafx.animation.KeyValue keyValue
        10: .line 88
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        end local 5 // javafx.animation.KeyFrame keyFrame
        11: .line 85
            iinc 4 /* index */ 1
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int java.util.Map int int
      StackMap stack:
        12: iload 4 /* index */
            iload 3 /* n */
            if_icmplt 5
        13: .line 96
      StackMap locals:
      StackMap stack:
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* map */
        start local 5 // java.util.Map map
        14: .line 97
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 6 /* undefinedValues */
        start local 6 // java.util.Set undefinedValues
        15: .line 99
            goto 46
        16: .line 100
      StackMap locals: java.util.Map java.util.Set
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrames:[Ljavafx/animation/KeyFrame;
            iload 4 /* index */
            aaload
            astore 7 /* keyFrame */
        start local 7 // javafx.animation.KeyFrame keyFrame
        17: .line 101
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.keyFrameTicks:[J
            iload 4 /* index */
            laload
            lstore 8 /* ticks */
        start local 8 // long ticks
        18: .line 103
            aload 7 /* keyFrame */
            invokevirtual javafx.animation.KeyFrame.getValues:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 11
            goto 44
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int java.util.Map int int java.util.Map java.util.Set javafx.animation.KeyFrame long top java.util.Iterator
      StackMap stack:
        19: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 10 /* rightKeyValue */
        start local 10 // javafx.animation.KeyValue rightKeyValue
        20: .line 104
            aload 10 /* rightKeyValue */
            invokevirtual javafx.animation.KeyValue.getTarget:()Ljavafx/beans/value/WritableValue;
            astore 12 /* target */
        start local 12 // javafx.beans.value.WritableValue target
        21: .line 105
            aload 5 /* map */
            aload 12 /* target */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 13 /* list */
        start local 13 // java.util.List list
        22: .line 106
            aload 2 /* lastKeyValues */
            aload 12 /* target */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.animation.KeyValue
            astore 14 /* leftKeyValue */
        start local 14 // javafx.animation.KeyValue leftKeyValue
        23: .line 107
            aload 13 /* list */
            ifnonnull 38
        24: .line 110
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 13 /* list */
        25: .line 111
            aload 5 /* map */
            aload 12 /* target */
            aload 13 /* list */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 112
            aload 14 /* leftKeyValue */
            ifnonnull 32
        27: .line 113
            aload 13 /* list */
        28: .line 114
            aload 10 /* rightKeyValue */
            lload 8 /* ticks */
        29: .line 113
            invokestatic com.sun.scenario.animation.shared.InterpolationInterval.create:(Ljavafx/animation/KeyValue;J)Lcom/sun/scenario/animation/shared/InterpolationInterval;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        30: .line 115
            aload 6 /* undefinedValues */
            aload 12 /* target */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        31: .line 116
            goto 43
        32: .line 117
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int java.util.Map int int java.util.Map java.util.Set javafx.animation.KeyFrame long javafx.animation.KeyValue java.util.Iterator javafx.beans.value.WritableValue java.util.List javafx.animation.KeyValue
      StackMap stack:
            aload 13 /* list */
        33: .line 118
            aload 10 /* rightKeyValue */
            lload 8 /* ticks */
        34: .line 119
            aload 14 /* leftKeyValue */
            lload 8 /* ticks */
        35: .line 118
            invokestatic com.sun.scenario.animation.shared.InterpolationInterval.create:(Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)Lcom/sun/scenario/animation/shared/InterpolationInterval;
        36: .line 117
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        37: .line 121
            goto 43
        38: .line 122
      StackMap locals:
      StackMap stack:
            getstatic com.sun.scenario.animation.shared.GeneralClipInterpolator.$assertionsDisabled:Z
            ifne 39
            aload 14 /* leftKeyValue */
            ifnonnull 39
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        39: .line 123
      StackMap locals:
      StackMap stack:
            aload 13 /* list */
            aload 10 /* rightKeyValue */
        40: .line 124
            lload 8 /* ticks */
            aload 14 /* leftKeyValue */
        41: .line 125
            lload 8 /* ticks */
            aload 13 /* list */
            aload 13 /* list */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.scenario.animation.shared.InterpolationInterval
            getfield com.sun.scenario.animation.shared.InterpolationInterval.ticks:J
            lsub
        42: .line 123
            invokestatic com.sun.scenario.animation.shared.InterpolationInterval.create:(Ljavafx/animation/KeyValue;JLjavafx/animation/KeyValue;J)Lcom/sun/scenario/animation/shared/InterpolationInterval;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        43: .line 127
      StackMap locals:
      StackMap stack:
            aload 2 /* lastKeyValues */
            aload 12 /* target */
            aload 10 /* rightKeyValue */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 14 // javafx.animation.KeyValue leftKeyValue
        end local 13 // java.util.List list
        end local 12 // javafx.beans.value.WritableValue target
        end local 10 // javafx.animation.KeyValue rightKeyValue
        44: .line 103
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int java.util.Map int int java.util.Map java.util.Set javafx.animation.KeyFrame long top java.util.Iterator
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        end local 8 // long ticks
        end local 7 // javafx.animation.KeyFrame keyFrame
        45: .line 99
            iinc 4 /* index */ 1
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int java.util.Map int int java.util.Map java.util.Set
      StackMap stack:
        46: iload 4 /* index */
            iload 3 /* n */
            if_icmplt 16
        47: .line 132
            aload 5 /* map */
            invokeinterface java.util.Map.size:()I
            istore 7 /* targetCount */
        start local 7 // int targetCount
        48: .line 133
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            arraylength
            iload 7 /* targetCount */
            if_icmpeq 50
        49: .line 134
            aload 0 /* this */
            iload 7 /* targetCount */
            anewarray com.sun.scenario.animation.shared.InterpolationInterval[]
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
        50: .line 136
      StackMap locals: int
      StackMap stack:
            aload 6 /* undefinedValues */
            invokeinterface java.util.Set.size:()I
            istore 8 /* undefinedStartValuesCount */
        start local 8 // int undefinedStartValuesCount
        51: .line 137
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.undefinedStartValues:[I
            arraylength
            iload 8 /* undefinedStartValuesCount */
            if_icmpeq 53
        52: .line 138
            aload 0 /* this */
            iload 8 /* undefinedStartValuesCount */
            newarray 10
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.undefinedStartValues:[I
        53: .line 140
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 9 /* undefinedStartValuesIndex */
        start local 9 // int undefinedStartValuesIndex
        54: .line 141
            aload 5 /* map */
        55: .line 142
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
        56: .line 141
            astore 10 /* iterator */
        start local 10 // java.util.Iterator iterator
        57: .line 143
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        58: goto 67
        59: .line 144
      StackMap locals: int java.util.Iterator int
      StackMap stack:
            aload 10 /* iterator */
        60: .line 145
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
        61: .line 144
            astore 12 /* entry */
        start local 12 // java.util.Map$Entry entry
        62: .line 146
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 11 /* i */
            aload 12 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.size:()I
            anewarray com.sun.scenario.animation.shared.InterpolationInterval
            aastore
        63: .line 147
            aload 12 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 11 /* i */
            aaload
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
        64: .line 148
            aload 6 /* undefinedValues */
            aload 12 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 66
        65: .line 149
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.undefinedStartValues:[I
            iload 9 /* undefinedStartValuesIndex */
            iinc 9 /* undefinedStartValuesIndex */ 1
            iload 11 /* i */
            iastore
        end local 12 // java.util.Map$Entry entry
        66: .line 143
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        67: iload 11 /* i */
            iload 7 /* targetCount */
            if_icmplt 59
        end local 11 // int i
        68: .line 152
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.GeneralClipInterpolator.invalid:Z
        end local 10 // java.util.Iterator iterator
        end local 9 // int undefinedStartValuesIndex
        end local 8 // int undefinedStartValuesCount
        end local 7 // int targetCount
        end local 6 // java.util.Set undefinedValues
        end local 5 // java.util.Map map
        end local 4 // int index
        end local 3 // int n
        end local 2 // java.util.Map lastKeyValues
        69: .line 153
            goto 78
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator int
      StackMap stack:
        70: iload 1 /* forceSync */
            ifeq 78
        71: .line 154
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.undefinedStartValues:[I
            arraylength
            istore 2 /* n */
        start local 2 // int n
        72: .line 155
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        73: goto 77
        74: .line 156
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.undefinedStartValues:[I
            iload 3 /* i */
            iaload
            istore 4 /* index */
        start local 4 // int index
        75: .line 157
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 4 /* index */
            aaload
            iconst_0
            aaload
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval.recalculateStartValue:()V
        end local 4 // int index
        76: .line 155
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        77: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 74
        end local 3 // int i
        end local 2 // int n
        78: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean forceSync
        end local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   79     0                       this  Lcom/sun/scenario/animation/shared/GeneralClipInterpolator;
            0   79     1                  forceSync  Z
            2   69     2              lastKeyValues  Ljava/util/Map<Ljavafx/beans/value/WritableValue<*>;Ljavafx/animation/KeyValue;>;
            3   69     3                          n  I
            4   69     4                      index  I
            6   11     5                   keyFrame  Ljavafx/animation/KeyFrame;
            9   10     6                   keyValue  Ljavafx/animation/KeyValue;
           14   69     5                        map  Ljava/util/Map<Ljavafx/beans/value/WritableValue<*>;Ljava/util/List<Lcom/sun/scenario/animation/shared/InterpolationInterval;>;>;
           15   69     6            undefinedValues  Ljava/util/Set<Ljavafx/beans/value/WritableValue<*>;>;
           17   45     7                   keyFrame  Ljavafx/animation/KeyFrame;
           18   45     8                      ticks  J
           20   44    10              rightKeyValue  Ljavafx/animation/KeyValue;
           21   44    12                     target  Ljavafx/beans/value/WritableValue<*>;
           22   44    13                       list  Ljava/util/List<Lcom/sun/scenario/animation/shared/InterpolationInterval;>;
           23   44    14               leftKeyValue  Ljavafx/animation/KeyValue;
           48   69     7                targetCount  I
           51   69     8  undefinedStartValuesCount  I
           54   69     9  undefinedStartValuesIndex  I
           57   69    10                   iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<Ljavafx/beans/value/WritableValue<*>;Ljava/util/List<Lcom/sun/scenario/animation/shared/InterpolationInterval;>;>;>;
           58   68    11                          i  I
           62   66    12                      entry  Ljava/util/Map$Entry<Ljavafx/beans/value/WritableValue<*>;Ljava/util/List<Lcom/sun/scenario/animation/shared/InterpolationInterval;>;>;
           72   78     2                          n  I
           73   78     3                          i  I
           75   76     4                      index  I
    MethodParameters:
           Name  Flags
      forceSync  

  void interpolate(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=8, locals=15, args_size=2
        start local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
        start local 1 // long ticks
         0: .line 164
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            arraylength
            istore 3 /* targetCount */
        start local 3 // int targetCount
         1: .line 166
            iconst_0
            istore 4 /* targetIndex */
        start local 4 // int targetIndex
         2: goto 25
         3: .line 167
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.GeneralClipInterpolator.interval:[[Lcom/sun/scenario/animation/shared/InterpolationInterval;
            iload 4 /* targetIndex */
            aaload
            astore 5 /* intervalList */
        start local 5 // com.sun.scenario.animation.shared.InterpolationInterval[] intervalList
         4: .line 168
            aload 5 /* intervalList */
            arraylength
            istore 6 /* intervalCount */
        start local 6 // int intervalCount
         5: .line 170
            lconst_0
            lstore 7 /* leftTicks */
        start local 7 // long leftTicks
         6: .line 172
            iconst_0
            istore 9 /* intervalIndex */
        start local 9 // int intervalIndex
         7: goto 18
         8: .line 173
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator long int int com.sun.scenario.animation.shared.InterpolationInterval[] int long int
      StackMap stack:
            aload 5 /* intervalList */
            iload 9 /* intervalIndex */
            aaload
            astore 10 /* i */
        start local 10 // com.sun.scenario.animation.shared.InterpolationInterval i
         9: .line 174
            aload 10 /* i */
            getfield com.sun.scenario.animation.shared.InterpolationInterval.ticks:J
            lstore 11 /* rightTicks */
        start local 11 // long rightTicks
        10: .line 175
            lload 1 /* ticks */
            lload 11 /* rightTicks */
            lcmp
            ifgt 16
        11: .line 177
            lload 1 /* ticks */
            lload 7 /* leftTicks */
            lsub
            l2d
        12: .line 178
            lload 11 /* rightTicks */
            lload 7 /* leftTicks */
            lsub
            l2d
        13: .line 177
            ddiv
            dstore 13 /* frac */
        start local 13 // double frac
        14: .line 179
            aload 10 /* i */
            dload 13 /* frac */
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval.interpolate:(D)V
        15: .line 180
            goto 24
        end local 13 // double frac
        16: .line 182
      StackMap locals: com.sun.scenario.animation.shared.InterpolationInterval long
      StackMap stack:
            lload 11 /* rightTicks */
            lstore 7 /* leftTicks */
        end local 11 // long rightTicks
        end local 10 // com.sun.scenario.animation.shared.InterpolationInterval i
        17: .line 172
            iinc 9 /* intervalIndex */ 1
      StackMap locals:
      StackMap stack:
        18: iload 9 /* intervalIndex */
            iload 6 /* intervalCount */
            iconst_1
            isub
            if_icmplt 8
        end local 9 // int intervalIndex
        19: .line 185
            aload 5 /* intervalList */
            iload 6 /* intervalCount */
            iconst_1
            isub
            aaload
            astore 9 /* i */
        start local 9 // com.sun.scenario.animation.shared.InterpolationInterval i
        20: .line 188
            dconst_1
            lload 1 /* ticks */
            lload 7 /* leftTicks */
            lsub
            l2d
        21: .line 189
            aload 9 /* i */
            getfield com.sun.scenario.animation.shared.InterpolationInterval.ticks:J
            lload 7 /* leftTicks */
            lsub
            l2d
            ddiv
        22: .line 188
            invokestatic java.lang.Math.min:(DD)D
            dstore 10 /* frac */
        start local 10 // double frac
        23: .line 190
            aload 9 /* i */
            dload 10 /* frac */
            invokevirtual com.sun.scenario.animation.shared.InterpolationInterval.interpolate:(D)V
        end local 10 // double frac
        end local 9 // com.sun.scenario.animation.shared.InterpolationInterval i
        end local 7 // long leftTicks
        end local 6 // int intervalCount
        end local 5 // com.sun.scenario.animation.shared.InterpolationInterval[] intervalList
        24: .line 166
      StackMap locals: com.sun.scenario.animation.shared.GeneralClipInterpolator long int int
      StackMap stack:
            iinc 4 /* targetIndex */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* targetIndex */
            iload 3 /* targetCount */
            if_icmplt 3
        end local 4 // int targetIndex
        26: .line 192
            return
        end local 3 // int targetCount
        end local 1 // long ticks
        end local 0 // com.sun.scenario.animation.shared.GeneralClipInterpolator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   27     0           this  Lcom/sun/scenario/animation/shared/GeneralClipInterpolator;
            0   27     1          ticks  J
            1   27     3    targetCount  I
            2   26     4    targetIndex  I
            4   24     5   intervalList  [Lcom/sun/scenario/animation/shared/InterpolationInterval;
            5   24     6  intervalCount  I
            6   24     7      leftTicks  J
            7   19     9  intervalIndex  I
            9   17    10              i  Lcom/sun/scenario/animation/shared/InterpolationInterval;
           10   17    11     rightTicks  J
           14   16    13           frac  D
           20   24     9              i  Lcom/sun/scenario/animation/shared/InterpolationInterval;
           23   24    10           frac  D
    MethodParameters:
       Name  Flags
      ticks  
}
SourceFile: "GeneralClipInterpolator.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map