Question rule in the indentation decision tree. Determines if the
next non-whitespace character is a star '*'. This is useful for determining
if we are at the beginning of a previously ill-formed block comment.
Does not work if character being searched for is a '/' or a '*' version: $Id: QuestionFollowedByStar.java 4255 2007-08-28 19:17:37Z mgricken $
Constructs a new rule which determines if the current position is
immediately followed by a star '*'.
Parameters: yesRule - Rule to use if this rule holds Parameters: noRule - Rule to use if this rule does not hold
Determines if the next non WS character is '*'. Does not search in quotes or comments.
Does not work if character being searched for is a '/' or a '*' 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