public class ItemCommentSpellCheck extends CommentSpellCheck
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_CLOSEST_MATCHES |
instance| Constructor and Description |
|---|
ItemCommentSpellCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(ItemDocAnalyzer analyzer,
JavadocElement desc) |
protected java.lang.String |
makeMessage(java.lang.String word,
java.util.Map nearMatches) |
protected void |
wordMisspelled(java.lang.String word,
int position,
java.util.Map nearMatches) |
addDictionary, addWord, check, checkCurrentWord, checkWord, consume, consumeTo, getInstance, skipBlanks, skipLink, skipSection, skipThroughWord, skipToWordpublic static final int NUM_CLOSEST_MATCHES
public void check(ItemDocAnalyzer analyzer, JavadocElement desc)
protected java.lang.String makeMessage(java.lang.String word,
java.util.Map nearMatches)
protected void wordMisspelled(java.lang.String word,
int position,
java.util.Map nearMatches)
wordMisspelled in class CommentSpellCheck