ProcessAstNode
Interface class for processing each AstNode from within the ReadAstTraverse function.
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
template<class AstNodePtr>
class ProcessAstNode;
Member Functions
Name |
Description |
|
return true if asking the traversal to continue; false otherwise |
Derived Classes
Name |
Description |
Created with MrDocs