|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.transformation.LexicalTransformer.LexicalAutomatonEntry
public static class LexicalTransformer.LexicalAutomatonEntry
This class represent a entry in a store to cache the lexical automaton.
Constructor Summary | |
---|---|
LexicalTransformer.LexicalAutomatonEntry(net.sourceforge.chaperon.process.LexicalAutomaton automaton,
SourceValidity validity)
Create a new entry. |
Method Summary | |
---|---|
net.sourceforge.chaperon.process.LexicalAutomaton |
getLexicalAutomaton()
Return the lexical automaton. |
SourceValidity |
getValidity()
Return the validity of the lexicon file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexicalTransformer.LexicalAutomatonEntry(net.sourceforge.chaperon.process.LexicalAutomaton automaton, SourceValidity validity)
automaton
- Lexical automaton.validity
- Validity of the lexicon file.Method Detail |
---|
public SourceValidity getValidity()
public net.sourceforge.chaperon.process.LexicalAutomaton getLexicalAutomaton()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |