net.sourceforge.pmd
public interface RuleChainVisitor
| Method Summary | |
|---|---|
| void | add(RuleSet ruleSet, 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: ruleSet The RuleSet to which the rule belongs. rule The rule to add.
Parameters: astCompilationUnits The ASTCompilationUnits to visit. ctx The RuleContext.