|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuleChainVisitor
The RuleChainVisitor understands how to visit an AST for a particular Language.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||