public class com.sun.scenario.animation.shared.InfiniteClipEnvelope extends com.sun.scenario.animation.shared.MultiLoopClipEnvelope
  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.MultiLoopClipEnvelope
{
  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.MultiLoopClipEnvelope.<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 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 46
            aload 1 /* cycleDuration */
            invokevirtual javafx.util.Duration.isIndefinite:()Z
            ifeq 2
         1: .line 47
            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 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cycleDuration */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.updateCycleTicks:(Ljavafx/util/Duration;)V
         3: .line 50
            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 55
            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=6, locals=6, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // double newRate
         0: .line 60
            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 61
            aload 3 /* status */
            getstatic javafx.animation.Animation$Status.STOPPED:Ljavafx/animation/Animation$Status;
            if_acmpeq 11
         2: .line 62
            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 3
            dload 1 /* newRate */
            goto 4
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope
         3: dload 1 /* newRate */
            dneg
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope double
         4: invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.setInternalCurrentRate:(D)V
         5: .line 63
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            aload 0 /* this */
            dload 1 /* newRate */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticksRateChange:(D)J
            lsub
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
         6: .line 64
            aload 0 /* this */
            dload 1 /* newRate */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.isDirectionChanged:(D)Z
            ifeq 10
         7: .line 65
            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.cyclePos:J
            lsub
            lstore 4 /* delta */
        start local 4 // long delta
         8: .line 66
            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
         9: .line 67
            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
        10: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.abortCurrentPulse:()V
        11: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* newRate */
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.rate:D
        12: .line 72
            return
        end local 3 // javafx.animation.Animation$Status status
        end local 1 // double newRate
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0   13     1  newRate  D
            1   13     3   status  Ljavafx/animation/Animation$Status;
            8   10     4    delta  J
    MethodParameters:
         Name  Flags
      newRate  

  protected double calculateCurrentRate();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
         0: .line 76
            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 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.isDuringEvenCycle:()Z
            ifeq 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 76
      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 void timePulse(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=12, args_size=2
        start local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
        start local 1 // long currentTick
         0: .line 82
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 83
            return
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.aborted:Z
         3: .line 86
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
         4: .line 89
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lstore 3 /* oldTicks */
        start local 3 // long oldTicks
         5: .line 90
            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
            lstore 5 /* ticksChange */
        start local 5 // long ticksChange
         6: .line 91
            aload 0 /* this */
            lconst_0
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.deltaTicks:J
            lload 5 /* ticksChange */
            ladd
            invokestatic java.lang.Math.max:(JJ)J
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
         7: .line 93
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            lload 3 /* oldTicks */
            lsub
            lstore 7 /* overallDelta */
        start local 7 // long overallDelta
         8: .line 94
            lload 7 /* overallDelta */
            lconst_0
            lcmp
            ifne 11
         9: .line 124
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        10: .line 95
            return
        11: .line 98
      StackMap locals: long long long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 12
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
            lsub
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
      StackMap locals:
      StackMap stack: long
        13: lstore 9 /* cycleDelta */
        start local 9 // long cycleDelta
        14: .line 100
            goto 32
        15: .line 101
      StackMap locals: long
      StackMap stack:
            lload 9 /* cycleDelta */
            lconst_0
            lcmp
            ifle 24
        16: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 17
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            goto 18
      StackMap locals:
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope
        17: lconst_0
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
        18: putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
        19: .line 103
            lload 7 /* overallDelta */
            lload 9 /* cycleDelta */
            lsub
            lstore 7 /* overallDelta */
        20: .line 104
            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.cyclePos: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
        21: .line 105
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.aborted:Z
            ifeq 24
        22: .line 124
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        23: .line 106
            return
        24: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
            ifeq 27
        25: .line 110
            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
        26: .line 111
            goto 31
        27: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 28
            lconst_0
            goto 29
      StackMap locals:
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope
        28: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
        29: putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
        30: .line 113
            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.cyclePos: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
        31: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lstore 9 /* cycleDelta */
        32: .line 100
      StackMap locals:
      StackMap stack:
            lload 7 /* overallDelta */
            lload 9 /* cycleDelta */
            lcmp
            ifge 15
        33: .line 118
            lload 7 /* overallDelta */
            lconst_0
            lcmp
            ifle 42
        34: .line 119
            aload 0 /* this */
            dup
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 35
            lload 7 /* overallDelta */
            goto 36
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
        35: lload 7 /* overallDelta */
            lneg
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long long long long
      StackMap stack: com.sun.scenario.animation.shared.InfiniteClipEnvelope long long
        36: ladd
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
        37: .line 120
            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.cyclePos: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 9 // long cycleDelta
        end local 7 // long overallDelta
        end local 5 // long ticksChange
        end local 3 // long oldTicks
        38: .line 123
            goto 42
      StackMap locals: com.sun.scenario.animation.shared.InfiniteClipEnvelope long
      StackMap stack: java.lang.Throwable
        39: astore 11
        40: .line 124
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        41: .line 125
            aload 11
            athrow
        42: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.inTimePulse:Z
        43: .line 126
            return
        end local 1 // long currentTick
        end local 0 // com.sun.scenario.animation.shared.InfiniteClipEnvelope this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   44     0          this  Lcom/sun/scenario/animation/shared/InfiniteClipEnvelope;
            0   44     1   currentTick  J
            5   38     3      oldTicks  J
            6   38     5   ticksChange  J
            8   38     7  overallDelta  J
           14   38     9    cycleDelta  J
      Exception table:
        from    to  target  type
           4     9      39  any
          11    22      39  any
          24    39      39  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 130
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 131
            return
         2: .line 133
      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 134
            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 135
            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 136
            lload 5 /* delta */
            lconst_0
            lcmp
            ifeq 22
         6: .line 137
            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 138
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.autoReverse:Z
            ifeq 17
         8: .line 139
            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 140
            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.cyclePos:J
        10: .line 141
            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 142
            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 144
            goto 20
        13: .line 145
      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.cyclePos:J
        14: .line 146
            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 147
            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 150
            goto 20
        17: .line 151
      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.cyclePos:J
        18: .line 152
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
            lconst_0
            lcmp
            ifne 20
        19: .line 153
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.ticks:J
            putfield com.sun.scenario.animation.shared.InfiniteClipEnvelope.cyclePos:J
        20: .line 156
      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.cyclePos: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 157
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.InfiniteClipEnvelope.abortCurrentPulse:()V
        22: .line 159
      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  

  public void setAutoReverse(boolean);
    descriptor: (Z)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial com.sun.scenario.animation.shared.MultiLoopClipEnvelope.setAutoReverse:(Z)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InfiniteClipEnvelope.java"
InnerClasses:
  public final Status = javafx.animation.Animation$Status of javafx.animation.Animation