edu.rice.cs.drjava.model.definitions.reducedmodel
Interface ReducedModelStates
- All Known Implementing Classes:
- AbstractReducedModel, BackSlashTest, BraceTest, DefinitionsDocumentTest, MixedQuoteTest, ReducedModelBrace, ReducedModelComment, ReducedModelDeleteTest, ReducedModelTest, ReducedToken, SingleQuoteTest, TokenList
public interface ReducedModelStates
This interface contains the various constants used by the reduced model to represent the states of various blocks
in the document.
- Version:
- $Id: ReducedModelStates.java 4508 2008-06-06 17:36:58Z rcartwright $
FREE
static final Free FREE
STUTTER
static final Stutter STUTTER
INSIDE_SINGLE_QUOTE
static final InsideSingleQuote INSIDE_SINGLE_QUOTE
INSIDE_DOUBLE_QUOTE
static final InsideDoubleQuote INSIDE_DOUBLE_QUOTE
INSIDE_LINE_COMMENT
static final InsideLineComment INSIDE_LINE_COMMENT
INSIDE_BLOCK_COMMENT
static final InsideBlockComment INSIDE_BLOCK_COMMENT