net.sourceforge.pmd.sourcetypehandlers

Interface VisitorStarter

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
voidstart(Object rootNode)
Start the visitor, given the root-node of the AST.

Method Detail

start

public void start(Object rootNode)
Start the visitor, given the root-node of the AST.

Parameters: rootNode The root node of the AST