Skip to content

TransformAstTree::operator()

return true if asking the traversal to continue; false otherwise

Synopsis

Declared in <src/midend/astUtil/astInterface/AstInterface.h>

virtual
bool
operator()(
    AstInterface& fa,
    AstNodePtr const& n,
    AstNodePtr& result) = 0;

Parameters

Name

Description

fa

provides an abstract interface to access/modify AST nodes.

Created with MrDocs