org.incava.doctorj
Class ItemCommentSpellCheck

java.lang.Object
  extended by org.incava.doctorj.CommentSpellCheck
      extended by org.incava.doctorj.ItemCommentSpellCheck

public class ItemCommentSpellCheck
extends CommentSpellCheck


Field Summary
static int NUM_CLOSEST_MATCHES
           
 
Fields inherited from class org.incava.doctorj.CommentSpellCheck
instance
 
Constructor Summary
ItemCommentSpellCheck()
           
 
Method Summary
 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)
           
 
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
 

Field Detail

NUM_CLOSEST_MATCHES

public static final int NUM_CLOSEST_MATCHES
See Also:
Constant Field Values
Constructor Detail

ItemCommentSpellCheck

public ItemCommentSpellCheck()
Method Detail

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