Skip to content

RoseAst::begin

Iterator positioned at root of subtree.

Synopsis

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

iterator
begin();

Description

The returned iterator holds a pointer to the root node of the subtree to be traversed. The root node is specified in the constructor.

Return Value

AST iterator.

Created with MrDocs