edu.rice.cs.drjava.model.definitions.reducedmodel
Class Stutter

java.lang.Object
  extended by edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelState
      extended by edu.rice.cs.drjava.model.definitions.reducedmodel.Stutter

public class Stutter
extends ReducedModelState

This class represents a special state, passed by some methods that return states, to indicate that it is necessary to back up one position before continuing in an iteration over a TokenList. It probably shouldn't exist, and, hopefully, it would go away if the underlying logic of the reduced model were refactored.

Version:
$Id: Stutter.java 4653 2008-08-26 14:46:35Z rcartwright $

Field Summary
static Stutter ONLY
          Singleton instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLY

public static final Stutter ONLY
Singleton instance.