Function ReadAstTraverse#
Defined in File AstInterface.h
Function Documentation#
-
bool ReadAstTraverse(AstInterface &fa, const AstNodePtr &root, ProcessAstNode &op, AstInterface::TraversalOrderType t = AstInterface::PreOrder)#
Traverse an entire AST, where $op$ is invoked on each AST node to gather information.