edu.rice.cs.drjava.model.definitions.reducedmodel
Interface ReducedModelStates

All Known Implementing Classes:
AbstractReducedModel, BackSlashTest, Brace, DefinitionsDocumentTest, ReducedModelDeleteTest, ReducedModelState, ReducedToken, SingleQuoteTest, MixedQuoteTest, TokenList, ReducedModelTest, BraceTest

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,v 1.6 2002/02/08 14:22:21 brianstoler Exp $

Field Summary
static Free FREE
           
static InsideBlockComment INSIDE_BLOCK_COMMENT
           
static InsideDoubleQuote INSIDE_DOUBLE_QUOTE
           
static InsideLineComment INSIDE_LINE_COMMENT
           
static InsideSingleQuote INSIDE_SINGLE_QUOTE
           
static Stutter STUTTER
           
 

Field Detail

FREE

public static final Free FREE

STUTTER

public static final Stutter STUTTER

INSIDE_SINGLE_QUOTE

public static final InsideSingleQuote INSIDE_SINGLE_QUOTE

INSIDE_DOUBLE_QUOTE

public static final InsideDoubleQuote INSIDE_DOUBLE_QUOTE

INSIDE_LINE_COMMENT

public static final InsideLineComment INSIDE_LINE_COMMENT

INSIDE_BLOCK_COMMENT

public static final InsideBlockComment INSIDE_BLOCK_COMMENT