edu.rice.cs.drjava.model.definitions.indent
Class QuestionPrevLineStartsJavaDocWithText
java.lang.Object
edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsJavaDocWithText
- All Implemented Interfaces:
- IndentRule
public class QuestionPrevLineStartsJavaDocWithText
- extends IndentRuleQuestion
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestionPrevLineStartsJavaDocWithText
public QuestionPrevLineStartsJavaDocWithText(IndentRule yesRule,
IndentRule noRule)
- 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 holdsnoRule
- Rule to use if this rule does not hold