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