public interface INRLAstVisitor
There are more detailed visitor classes available, with a call-back for every single AST constructs:
INRLConstraintDetailVisitor for constraints and
INRLActionDetailVisitor for actions
| Modifier and Type | Method and Description |
|---|---|
void |
visitAfter(INRLAstNode node)
Visit an AST node after its children have been processed.
|
boolean |
visitBefore(INRLAstNode node)
Visit an AST node and, if this method returns true, visit its children in
order.
|
boolean visitBefore(INRLAstNode node)
node - the AST nodevoid visitAfter(INRLAstNode node)
visitBefore(INRLAstNode) by the AST.node - the node to visitCopyright © 2006-2013. All Rights Reserved.