Question rule in the indentation decision tree. Determines if the
line previous to the current position starts with the specified character.
version: $Id: QuestionPrevLineStartsWith.java 3490 2006-01-07 19:22:33Z dlsmith $
applyRule(AbstractDJDocument doc, Indenter.IndentReason reason) Determines if the previous line starts with "/**", ignoring whitespace, followed by more non-whitespace text
Parameters: doc - AbstractDJDocument containing the line to be indented.
Constructs a rule that looks for "/**" as first non-whitespace followed by some additional non-whitespace text
Parameters: yesRule - Rule to use if this rule holds Parameters: noRule - Rule to use if this rule does not hold
Determines if the previous line starts with "/**", ignoring whitespace, followed by more non-whitespace text
Parameters: doc - AbstractDJDocument containing the line to be indented. true if this node's rule holds.
Methods inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion