Interface EcmascriptVisitor<P,R>

All Superinterfaces:
net.sourceforge.pmd.lang.ast.AstVisitor<P,R>
All Known Implementing Classes:
AbstractEcmascriptRule, ConsistentReturnRule, EcmascriptVisitorBase

public interface EcmascriptVisitor<P,R> extends net.sourceforge.pmd.lang.ast.AstVisitor<P,R>