Interface ScalaVisitor<D,R>

Type Parameters:
D - The type of the data input to each visit method
R - the type of the returned data from each visit method
All Superinterfaces:
net.sourceforge.pmd.lang.ast.AstVisitor<D,R>
All Known Implementing Classes:
ScalaRule, ScalaVisitorBase

public interface ScalaVisitor<D,R> extends net.sourceforge.pmd.lang.ast.AstVisitor<D,R>
A Visitor Pattern Interface for the Scala AST.