RoseAst::iterator::is_at_root
Test whether iterator is pointing to root node of AST to be traversed.
Synopsis
Declared in <src/midend/abstractLayer/RoseAst.h>
bool
is_at_root() const;
Description
Returns true if and only if the current node of this iterator is also the root of the traversed subtree.
Created with MrDocs