Skip to content

RoseAst::RoseAst

Defines the starting node for traversal.

Synopsis

Declared in <src/midend/abstractLayer/RoseAst.h>

RoseAst(SgNode* astNode);

Description

The traversal is over a subtree rooted at the specified root node. All operations are specific to this subtree, and the traversal does not iterate above this root.

Parameters

Name

Description

astNode

The object to construct from

Created with MrDocs