Uses of Class
edu.rice.cs.drjava.model.definitions.indent.IndentRuleAction

Packages that use IndentRuleAction
edu.rice.cs.drjava.model.definitions.indent Provides a decision tree used to correctly indent the current line. 
 

Uses of IndentRuleAction in edu.rice.cs.drjava.model.definitions.indent
 

Subclasses of IndentRuleAction in edu.rice.cs.drjava.model.definitions.indent
 class ActionBracePlus
          Aligns indentation of the current line to the character that opened the enclosing block or expression list.
 class ActionDoNothing
          Indents the current line in the document to the indent level of the start of the contract or statement of the brace enclosing the current position, plus the given suffix.
 class ActionStartCurrStmtPlus
          Indents the current line in the document to the indent level of the start of the statement that the cursor is currently on, plus the given suffix string.
 class ActionStartPrevStmtPlus
          Indents the current line in the document to the indent level of the start of the statement previous to the one the cursor is currently on, plus the given suffix string.
 class ActionStartStmtOfBracePlus
          Indents the current line in the document to the indent level of the start of the brace enclosing the start of the current line, plus the given suffix.