Class AstPreOrderTraversal#

Inheritance Relationships#

Base Type#

Class Documentation#

class AstPreOrderTraversal : public PreOrderTraversal<SgNode*>#

Protected Functions

virtual void preOrderVisit(SgNode *node)#
virtual void setChildrenContainer(SgNode *node, std::vector<SgNode*> &c)#