|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectRule
AbstractPunctuationCheckRule
PunctuationCheckRule
public class PunctuationCheckRule
A rule that matches "..", "::", "-," but not "...", "!..", "?!!", ",-" etc TODO: spaces seem to be special, extract from regexp?
| Constructor Summary | |
|---|---|
PunctuationCheckRule(ResourceBundle messages)
|
|
| Method Summary | |
|---|---|
void |
reset()
If a rule keeps it state over more than the check of one sentence, this must be implemented so the internal state it reset. |
| Methods inherited from class AbstractPunctuationCheckRule |
|---|
getDescription, getId, match |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PunctuationCheckRule(ResourceBundle messages)
| Method Detail |
|---|
public void reset()
Rule
reset in class AbstractPunctuationCheckRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||