Determines whether or not the closest non-whitespace character previous to the start of the current line (excluding
any characters inside comments or strings) is an open brace.
version: $Id: QuestionStartAfterOpenBrace.java 4255 2007-08-28 19:17:37Z mgricken $
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. True the closest non-whitespace character before the start of the current line (excluding any characters inside comments or strings) is an open brace.
Methods inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion