Determines whether or not the current line in the document starts with "//"
version: $Id: QuestionCurrLineIsWingComment.java 4255 2007-08-28 19:17:37Z mgricken $
applyRule(AbstractDJDocument doc, Indenter.IndentReason reason) Determines whether or not the current line in the document starts with the wing comment prefix "//".
Does not test to determine if this line is embedded in a block comment.
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.
Determines whether or not the current line in the document starts with the wing comment prefix "//".
Does not test to determine if this line is embedded in a block comment.
Parameters: doc - The AbstractDJDocument containing the current line. Parameters: reason - The reason that the indentation is being done true iff the current line is a wing comment.
Methods inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion