net.sf.parser4j.generator.service.grammardefnode
Interface IGrammarDefVisitor

All Known Implementing Classes:
GrammarDefNodeToTextFile, RulesDef, StatementDefToGrammarNodeAssocier, StatementDefTokenSonUpdater

public interface IGrammarDefVisitor

Author:
luc peuvrier

Method Summary
 void beginVisit(GrammarDef def)
           
 void beginVisit(RuleDef def)
           
 void beginVisit(RulesDef def)
           
 void beginVisit(RulesGroupListDef def)
           
 boolean beginVisit(StatementDef def)
           
 void endVisit(GrammarDef def)
           
 void endVisit(RuleDef def)
           
 void endVisit(RulesDef def)
           
 void endVisit(RulesGroupListDef def)
           
 void endVisit(StatementDef def)
           
 

Method Detail

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.