public class com.sun.scenario.animation.shared.InfiniteClipEnvelope extends com.sun.scenario.animation.shared.ClipEnvelope
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.animation.shared.InfiniteClipEnvelope
  super_class: com.sun.scenario.animation.shared.ClipEnvelope
{
  private boolean autoReverse;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  protected void <init>(javafx.animation.Animation);
    descriptor: (Ljavafx/animation/Animation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // javafx.animation.Animation animation
         0: .line 38
            aload 0 /* this */
            aload 1 /* animation */
            invokespecial com.sun.scenario.animation.shared.ClipEnvelope.<init>:(Ljavafx/animation/Animation;)V
         1: .line 39
            aload 1 /* animation */
            ifnull 3
         2: .line 40
            aload 0 /* this */
            aload 1 /* animation */
            invokevirtual javafx.animation.Animation.isAutoReverse:()Z
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
         3: .line 42
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope javafx.animation.Animation
      StackMap stack:
            return
        end local 1 // javafx.animation.Animation animation
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0    4     1  animation  Ljavafx/animation/Animation;
    MethodParameters:
           Name  Flags
      animation  

  public void setAutoReverse(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // boolean autoReverse
         0: .line 46
            aload 0 /* this */
            iload 1 /* autoReverse */
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
         1: .line 47
            return
        end local 1 // boolean autoReverse
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0    2     1  autoReverse  Z
    MethodParameters:
             Name  Flags
      autoReverse  

  protected double calculateCurrentRate();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            goto 3
         1: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            ldc 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lmul
            lrem
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lcmp
            ifge 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            dneg
         3: .line 51
      StackMap locals:
      StackMap stack: double
            dreturn
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;

  public com.sun.scenario.animation.shared.ClipEnvelope setCycleDuration(javafx.util.Duration);
    descriptor: (Ljavafx/util/Duration;)Lcom/sun/scenario/animation/shared/ClipEnvelope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // javafx.util.Duration cycleDuration
         0: .line 57
            aload 1 /* cycleDuration */
            invokevirtual javafx.util.Duration.isIndefinite:()Z
            ifeq 2
         1: .line 58
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            invokestatic com.sun.scenario.animation.shared.InfiniteClipEnvelope.create:(Ljavafx/animation/Animation;)Lcom/sun/scenario/animation/shared/ClipEnvelope;
            areturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cycleDuration */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.updateCycleTicks:(Ljavafx/util/Duration;)V
         3: .line 61
            aload 0 /* this */
            areturn
        end local 1 // javafx.util.Duration cycleDuration
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0    4     1  cycleDuration  Ljavafx/util/Duration;
    MethodParameters:
               Name  Flags
      cycleDuration  

  public com.sun.scenario.animation.shared.ClipEnvelope setCycleCount(int);
    descriptor: (I)Lcom/sun/scenario/animation/shared/ClipEnvelope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // int cycleCount
         0: .line 66
            iload 1 /* cycleCount */
            iconst_m1
            if_icmpeq 1
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            invokestatic com.sun.scenario.animation.shared.InfiniteClipEnvelope.create:(Ljavafx/animation/Animation;)Lcom/sun/scenario/animation/shared/ClipEnvelope;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: com.sun.scenario.animation.shared.ClipEnvelope
         2: areturn
        end local 1 // int cycleCount
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0    3     1  cycleCount  I
    MethodParameters:
            Name  Flags
      cycleCount  

  public void setRate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // double rate
         0: .line 71
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getStatus:()Ljavafx/animation/Animation$Status;
            astore 3 /* status */
        start local 3 // javafx.animation.Animation$Status status
         1: .line 72
            aload 3 /* status */
            getstatic javafx.animation.Animation$Status.STOPPED:Ljavafx/animation/Animation$Status;
            if_acmpeq 12
         2: .line 73
            aload 3 /* status */
            getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
            if_acmpne 6
         3: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpg
            ifge 4
            dload 1 /* rate */
            goto 5
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope
         4: dload 1 /* rate */
            dneg
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope double
         5: invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.setCurrentRate:(D)V
         6: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
            lsub
            l2d
            dload 1 /* rate */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            ddiv
            invokestatic java.lang.Math.abs:(D)D
            dmul
            invokestatic java.lang.Math.round:(D)J
            lsub
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
         7: .line 77
            dload 1 /* rate */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            dmul
            dconst_0
            dcmpg
            ifge 11
         8: .line 78
            ldc 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lmul
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            lsub
            lstore 4 /* delta */
        start local 4 // long delta
         9: .line 79
            aload 0 /* this */
            dup
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
            lload 4 /* delta */
            ladd
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
        10: .line 80
            aload 0 /* this */
            dup
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lload 4 /* delta */
            ladd
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
        end local 4 // long delta
        11: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.abortCurrentPulse:()V
        12: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* rate */
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
        13: .line 85
            return
        end local 3 // javafx.animation.Animation$Status status
        end local 1 // double rate
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0   14     1    rate  D
            1   14     3  status  Ljavafx/animation/Animation$Status;
            9   11     4   delta  J
    MethodParameters:
      Name  Flags
      rate  

  public void timePulse(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // long currentTick
         0: .line 89
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 90
            return
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.aborted:Z
         3: .line 93
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
         4: .line 96
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lstore 3 /* oldTicks */
        start local 3 // long oldTicks
         5: .line 97
            aload 0 /* this */
            lconst_0
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
            lload 1 /* currentTick */
            l2d
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            invokestatic java.lang.Math.abs:(D)D
            dmul
            invokestatic java.lang.Math.round:(D)J
            ladd
            invokestatic java.lang.Math.max:(JJ)J
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
         6: .line 99
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lload 3 /* oldTicks */
            lsub
            lstore 5 /* overallDelta */
        start local 5 // long overallDelta
         7: .line 100
            lload 5 /* overallDelta */
            lconst_0
            lcmp
            ifne 10
         8: .line 130
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
         9: .line 101
            return
        10: .line 104
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 11
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            lsub
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
      StackMap locals:
      StackMap stack: long
        12: lstore 7 /* cycleDelta */
        start local 7 // long cycleDelta
        13: .line 106
            goto 31
        14: .line 107
      StackMap locals: long
      StackMap stack:
            lload 7 /* cycleDelta */
            lconst_0
            lcmp
            ifle 23
        15: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 16
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            goto 17
      StackMap locals:
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope
        16: lconst_0
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
        17: putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        18: .line 109
            lload 5 /* overallDelta */
            lload 7 /* cycleDelta */
            lsub
            lstore 5 /* overallDelta */
        19: .line 110
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.playTo:(Ljavafx/animation/Animation;JJ)V
        20: .line 111
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.aborted:Z
            ifeq 23
        21: .line 130
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        22: .line 112
            return
        23: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
            ifeq 26
        24: .line 116
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dneg
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.setCurrentRate:(D)V
        25: .line 117
            goto 30
        26: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 27
            lconst_0
            goto 28
      StackMap locals:
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope
        27: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
        28: putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        29: .line 119
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            iconst_0
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.jumpTo:(Ljavafx/animation/Animation;JJZ)V
        30: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lstore 7 /* cycleDelta */
        31: .line 106
      StackMap locals:
      StackMap stack:
            lload 5 /* overallDelta */
            lload 7 /* cycleDelta */
            lcmp
            ifge 14
        32: .line 124
            lload 5 /* overallDelta */
            lconst_0
            lcmp
            ifle 41
        33: .line 125
            aload 0 /* this */
            dup
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 34
            lload 5 /* overallDelta */
            goto 35
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
        34: lload 5 /* overallDelta */
            lneg
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long
        35: ladd
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        36: .line 126
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.playTo:(Ljavafx/animation/Animation;JJ)V
        end local 7 // long cycleDelta
        end local 5 // long overallDelta
        end local 3 // long oldTicks
        37: .line 129
            goto 41
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
      StackMap stack: java.lang.Throwable
        38: astore 9
        39: .line 130
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        40: .line 131
            aload 9
            athrow
        41: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        42: .line 132
            return
        end local 1 // long currentTick
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   43     0          this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0   43     1   currentTick  J
            5   37     3      oldTicks  J
            7   37     5  overallDelta  J
           13   37     7    cycleDelta  J
      Exception table:
        from    to  target  type
           4     8      38  any
          10    21      38  any
          23    38      38  any
    MethodParameters:
             Name  Flags
      currentTick  

  public void jumpTo(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // long newTicks
         0: .line 136
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 137
            return
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lstore 3 /* oldTicks */
        start local 3 // long oldTicks
         3: .line 140
            aload 0 /* this */
            lconst_0
            lload 1 /* newTicks */
            invokestatic java.lang.Math.max:(JJ)J
            ldc 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lmul
            lrem
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
         4: .line 141
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lload 3 /* oldTicks */
            lsub
            lstore 5 /* delta */
        start local 5 // long delta
         5: .line 142
            lload 5 /* delta */
            lconst_0
            lcmp
            ifeq 22
         6: .line 143
            aload 0 /* this */
            dup
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
            lload 5 /* delta */
            ladd
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
         7: .line 144
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
            ifeq 17
         8: .line 145
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lcmp
            ifle 13
         9: .line 146
            aload 0 /* this */
            ldc 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lmul
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lsub
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        10: .line 147
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getStatus:()Ljavafx/animation/Animation$Status;
            getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
            if_acmpne 20
        11: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            dneg
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.setCurrentRate:(D)V
        12: .line 150
            goto 20
        13: .line 151
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        14: .line 152
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getStatus:()Ljavafx/animation/Animation$Status;
            getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
            if_acmpne 20
        15: .line 153
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.setCurrentRate:(D)V
        16: .line 156
            goto 20
        17: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lrem
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        18: .line 158
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            lconst_0
            lcmp
            ifne 20
        19: .line 159
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
        20: .line 162
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.animation:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.pos:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            iconst_0
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.jumpTo:(Ljavafx/animation/Animation;JJZ)V
        21: .line 163
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.abortCurrentPulse:()V
        22: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 5 // long delta
        end local 3 // long oldTicks
        end local 1 // long newTicks
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0   23     1  newTicks  J
            3   23     3  oldTicks  J
            5   23     5     delta  J
    MethodParameters:
          Name  Flags
      newTicks  
}
SourceFile: "InfiniteClipEnvelope.java"
InnerClasses:
  public final Status = javafx.animation.Animation$Status of javafx.animation.Animation