ProcessAstNode::Traverse
return true if asking the traversal to continue; false otherwise
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
virtual
bool
Traverse(
AstInterface& fa,
AstNodePtr const& n,
AstInterface::TraversalVisitType t) = 0;
Parameters
Name |
Description |
fa |
provides an abstract interface to access/modify AST nodes. |
Created with MrDocs