Skip to content

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

Traverse [virtual]

return true if asking the traversal to continue; false otherwise

Derived Classes

Created with MrDocs