public class PunctuationCheckRule extends AbstractPunctuationCheckRule
| Constructor and Description |
|---|
PunctuationCheckRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isPunctsJoinOk(String tokens) |
protected boolean |
isPunctuation(String token) |
void |
reset() |
getDescription, getId, matchaddExamplePair, getCategory, getCorrectExamples, getIncorrectExamples, getLocQualityIssueType, getUrl, isDefaultOff, isDictionaryBasedSpellingRule, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setIncorrectExamples, setLocQualityIssueType, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic PunctuationCheckRule(ResourceBundle messages)
protected final boolean isPunctsJoinOk(String tokens)
isPunctsJoinOk in class AbstractPunctuationCheckRuleprotected final boolean isPunctuation(String token)
isPunctuation in class AbstractPunctuationCheckRulepublic void reset()
reset in class AbstractPunctuationCheckRule