org.incava.doctorj
Class ItemCommentSpellCheck
java.lang.Object
org.incava.doctorj.CommentSpellCheck
org.incava.doctorj.ItemCommentSpellCheck
public class ItemCommentSpellCheck
- extends CommentSpellCheck
Methods inherited from class org.incava.doctorj.CommentSpellCheck |
addDictionary, addWord, check, checkCurrentWord, checkWord, consume, consumeTo, getInstance, skipBlanks, skipLink, skipSection, skipThroughWord, skipToWord |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUM_CLOSEST_MATCHES
public static final int NUM_CLOSEST_MATCHES
- See Also:
- Constant Field Values
ItemCommentSpellCheck
public ItemCommentSpellCheck()
check
public void check(ItemDocAnalyzer analyzer,
JavadocElement desc)
makeMessage
protected java.lang.String makeMessage(java.lang.String word,
java.util.Map nearMatches)
wordMisspelled
protected void wordMisspelled(java.lang.String word,
int position,
java.util.Map nearMatches)
- Overrides:
wordMisspelled
in class CommentSpellCheck