public interface RuleChainVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
add(RuleSet ruleSet,
Rule rule)
Add the given rule to the visitor.
|
void |
visitAll(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
Visit all the given ASTCompilationUnits provided using the given
RuleContext.
|
void add(RuleSet ruleSet, Rule rule)
ruleSet - The RuleSet to which the rule belongs.rule - The rule to add.void visitAll(java.util.List<CompilationUnit> astCompilationUnits, RuleContext ctx)
astCompilationUnits - The ASTCompilationUnits to visit.ctx - The RuleContext.