net.sourceforge.pmd.lang
Interface VisitorStarter


public interface VisitorStarter

Interface for starting an implementation of the visitors for ASTs.

Author:
pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be

Field Summary
static VisitorStarter DUMMY
          Placeholder VisitorStarter implementation that can be used when no real implementation exists yet.
 
Method Summary
 void start(Node rootNode)
          Start the visitor, given the root-node of the AST.
 

Field Detail

DUMMY

static final VisitorStarter DUMMY
Placeholder VisitorStarter implementation that can be used when no real implementation exists yet. This dummy implementation does nothing.

Method Detail

start

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

Parameters:
rootNode - The root node of the AST


Copyright © 2002-2015 InfoEther. All Rights Reserved.