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

java.lang.Object
  extended by edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
      extended by edu.rice.cs.drjava.model.definitions.indent.IndentRuleAction
All Implemented Interfaces:
IndentRule
Direct Known Subclasses:
ActionBracePlus, ActionDoNothing, ActionStartCurrStmtPlus, ActionStartPrevStmtPlus, ActionStartStmtOfBracePlus

public abstract class IndentRuleAction
extends IndentRuleWithTrace

A leaf node in the decision tree for the indentation system. Performs the update to the document, based on the context provided by its position in the decision tree.

Version:
$Id: IndentRuleAction.java 4519 2008-06-15 07:14:29Z rcartwright $

Field Summary
 
Fields inherited from class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
NO, TERMINUS_RULE, YES
 
Constructor Summary
IndentRuleAction()
           
 
Method Summary
 
Methods inherited from class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
_addToIndentTrace, getRuleName, indentLine, indentLine, printLastIndentTrace, setRuleTraceEnabled, testIndentLine, testIndentLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndentRuleAction

public IndentRuleAction()