|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--irc.style.MultipleWordCatcher
Multiple word catcher.
| Constructor Summary | |
MultipleWordCatcher()
Create a new MultipleWordCatcher. |
|
| Method Summary | |
void |
addRecognizer(WordRecognizer wr)
Add a recognizer in the list. |
java.lang.String |
getType(java.lang.String word)
Get the type of this word, or null if not found. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultipleWordCatcher()
| Method Detail |
public void addRecognizer(WordRecognizer wr)
wr - recognizer to add.public java.lang.String getType(java.lang.String word)
WordCatcher
getType in interface WordCatcherword - word to analyse.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||