Asks whether the beginning of the current line is inside a C-style comment.
version: $Id: QuestionInsideComment.java 4255 2007-08-28 19:17:37Z mgricken $
applyRule(AbstractDJDocument doc, Indenter.IndentReason reason) Determines if the (start of the) current line in the document is in a block comment.
Parameters: doc - AbstractDJDocument containing the line to be indented.
Determines if the (start of the) current line in the document is in a block comment.
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