|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.cocoon.ExtendedParserTransformer.GrammarEntry
public class ExtendedParserTransformer.GrammarEntry
This class represent a entry in a store to cache the parser automaton.
Constructor Summary | |
---|---|
ExtendedParserTransformer.GrammarEntry(ExtendedGrammar grammar,
org.apache.excalibur.source.SourceValidity validity)
Create a new entry. |
Method Summary | |
---|---|
ExtendedGrammar |
getExtendedGrammar()
Return the parser automaton. |
org.apache.excalibur.source.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 ExtendedParserTransformer.GrammarEntry(ExtendedGrammar grammar, org.apache.excalibur.source.SourceValidity validity)
grammar
- Extended grammarvalidity
- Validity for the grammar file.Method Detail |
---|
public org.apache.excalibur.source.SourceValidity getValidity()
public ExtendedGrammar getExtendedGrammar()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |