RoseAst::iterator::is_at_first_child
Test whether iterator is at the first child of its parent.
Synopsis
Declared in <src/midend/abstractLayer/RoseAst.h>
bool
is_at_first_child() const;
Description
Returns true if the current node of this iterator is the first child of the parent node.
Created with MrDocs