|
|||||||||
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(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(Rule rule)
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 |