Determines whether or not the last block or expression list opened previous to the start of the current line was opened
by one of the characters '(' or '['. This questions corresponds to rule 11 in our decision tree.
version: $Id: QuestionBraceIsParenOrBracket.java 4255 2007-08-28 19:17:37Z mgricken $
Parameters: doc - The AbstractDJDocument containing the current line. Parameters: reason - The reason the indentation is being done True iff the last block or expression list opened previous to the start of the current line was opened by one of the characters '(' or '['.
Parameters: yesRule - The decision subtree for the case that this rule appliesin the current context. Parameters: noRule - The decision subtree for the case that this rule does notapply in the current context.
Parameters: doc - The AbstractDJDocument containing the current line. Parameters: reason - The reason the indentation is being done True iff the last block or expression list opened previous to the start of the current line was opened by one of the characters '(' or '['.
Methods inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion