edu.rice.cs.drjava.model.definitions.indent
Class IndentRuleAction
java.lang.Object
edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndentRuleAction
public IndentRuleAction()