|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.chaperon.build.LexicalAutomatonBuilder
This class represents a builder for the lexical automata.
| Constructor Summary | |
LexicalAutomatonBuilder(Lexicon lexicon)
Create a builder for an lexical automaton. |
|
LexicalAutomatonBuilder(Lexicon lexicon,
org.apache.commons.logging.Log log)
Create a builder for an lexical automaton. |
|
| Method Summary | |
LexicalAutomaton |
getLexicalAutomaton()
Return the builded automaton. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LexicalAutomatonBuilder(Lexicon lexicon)
lexicon - Lexicon, which should be used for the automaton.
public LexicalAutomatonBuilder(Lexicon lexicon,
org.apache.commons.logging.Log log)
lexicon - Lexicon, which should be used for the automaton.log - Log, which should be used.| Method Detail |
public LexicalAutomaton getLexicalAutomaton()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||