Indents the current line in the document to the indent level of the
start of the contract or statement of the brace enclosing the start of the
current line, plus the given suffix.
version: $Id: ActionStartStmtOfBracePlus.java 4255 2007-08-28 19:17:37Z mgricken $
Properly indents the line that the caret is currently on.
Replaces all whitespace characters at the beginning of the
line with the appropriate spacing or characters.
Parameters: doc - AbstractDJDocument containing the line to be indented. Parameters: reason - The reason that the indentation is taking place true if the caller should update the current location itself,false if the indenter has already handled this
Fields inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace