net.sourceforge.pmd.sourcetypehandlers
public interface VisitorStarter
Field Summary | |
---|---|
VisitorStarter | dummy |
Method Summary | |
---|---|
void | start(Object rootNode)
Start the visitor, given the root-node of the AST.
|
Parameters: rootNode The root node of the AST