Determines whether or not the last block or expression list opened previous to the start of the current line was
opened by the character '{'.
This questions corresponds to rule 12 in our decision tree.
version: $Id: QuestionBraceIsCurly.java 4255 2007-08-28 19:17:37Z mgricken $
Parameters: doc - The AbstractDJDocument containing the current line. Parameters: reason - The reason that the indentation is taking place True iff the last block/expression list opened before the start of the current line opened with '{'.
Parameters: yesRule - The decision subtree for the case that this rule applies in the current context. Parameters: noRule - The decision subtree for the case that this rule does not apply in the current context.
Parameters: doc - The AbstractDJDocument containing the current line. Parameters: reason - The reason that the indentation is taking place True iff the last block/expression list opened before the start of the current line opened with '{'.
Methods inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion