Uses of Class
edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken

Packages that use ReducedToken
edu.rice.cs.drjava.model.definitions.reducedmodel This package contains the code for the "reduced model": a model of the text in the definitions pane designed for quickly locating matching parentheses, quotation marks, and comment delimiters. 
 

Uses of ReducedToken in edu.rice.cs.drjava.model.definitions.reducedmodel
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel that return ReducedToken
protected  ReducedToken AbstractReducedModel.current()
          Get the ReducedToken currently pointed at by the cursor.
 ReducedToken ReducedModelControl.currentToken()
          Gets the token currently pointed at by the cursor.
 ReducedToken BraceReduction.currentToken()
          Get the current token in the BraceReduction.
 ReducedToken ReducedModelControl.nextItem()
          Get the next token.
 ReducedToken ReducedModelControl.prevItem()
          Get the previous token.