edu.rice.cs.drjava.model.definitions.indent
Class QuestionExistsCharInPrevStmt
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.QuestionExistsCharInPrevStmt
- All Implemented Interfaces:
- IndentRule
public class QuestionExistsCharInPrevStmt
- extends IndentRuleQuestion
This class checks the previous statement for the given character
- Version:
- $Id: QuestionExistsCharInPrevStmt.java 4653 2008-08-26 14:46:35Z rcartwright $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestionExistsCharInPrevStmt
public QuestionExistsCharInPrevStmt(char lookFor,
IndentRule yesRule,
IndentRule noRule)