net.sourceforge.pmd
public interface RuleChainVisitor
Method Summary | |
---|---|
void | add(Rule rule)
Add the given rule to the visitor.
|
void | visitAll(List<CompilationUnit> astCompilationUnits, RuleContext ctx)
Visit all the given ASTCompilationUnits provided using the given
RuleContext. |
Parameters: rule The rule to add.
Parameters: astCompilationUnits The ASTCompilationUnits to visit. ctx The RuleContext.