net.sourceforge.pmd.sourcetypehandlers
Interface VisitorStarter
- All Known Implementing Classes:
- JspSymbolFacade
public interface VisitorStarter
Interface for starting an implementation of the parser visitors for
the grammars.
- Author:
- pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
Method Summary |
void |
start(java.lang.Object rootNode)
Start the visitor, given the root-node of the AST. |
dummy
static final VisitorStarter dummy
start
void start(java.lang.Object rootNode)
- Start the visitor, given the root-node of the AST.
- Parameters:
rootNode
- The root node of the AST