org.incava.doctorj
Class CommentSpellCheck
public
class
CommentSpellCheck
extends Object
protected CommentSpellCheck()
public boolean addDictionary(String dictionary)
public void addWord(String word)
public void check(String description)
protected void checkCurrentWord()
protected void checkWord(String word, int position)
protected boolean consume(String what)
protected void consumeTo(String what)
protected void skipBlanks()
protected void skipLink()
protected void skipSection(String section)
protected void skipThroughWord()
protected void skipToWord()
protected void wordMisspelled(String word, int position, Map nearMatches)