net.sf.parser4j.generator.service.grammardefnode
Interface IGrammarDefVisitor
- All Known Implementing Classes:
- GrammarDefNodeToTextFile, RulesDef, StatementDefToGrammarNodeAssocier, StatementDefTokenSonUpdater
public interface IGrammarDefVisitor
- Author:
- luc peuvrier
beginVisit
void beginVisit(GrammarDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
endVisit
void endVisit(GrammarDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
beginVisit
void beginVisit(RuleDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
endVisit
void endVisit(RuleDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
beginVisit
void beginVisit(RulesDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
endVisit
void endVisit(RulesDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
beginVisit
void beginVisit(RulesGroupListDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
endVisit
void endVisit(RulesGroupListDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
beginVisit
boolean beginVisit(StatementDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
endVisit
void endVisit(StatementDef def)
throws GrammarDefNodeVisitException
- Throws:
GrammarDefNodeVisitException
Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.