|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 the indentation of the current line to the character that opened the most recent block or expression list that contains the beginning of the current line. |
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. |
(package private) class |
ActionStartPrevLinePlus
Indents the current line in the document to the indent level of the start of the previous line, plus the given suffix. |
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 contract or statement of the brace enclosing the start of the current line, plus the given suffix. |
Fields in edu.rice.cs.drjava.model.definitions.indent declared as IndentRuleAction | |
private IndentRuleAction |
ActionBracePlusTest._action
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |