Skip to content

RoseAst::iterator::iterator

Constructors

Synopses

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

Default constructor.

Construct an iterator pointing to a particular AST node.

iterator(
    SgNode* x,
    bool withNullValues,
    bool withTemplates);

Created with MrDocs