TraversalPtrList & get_traversalPtrListRef()
function for obtaining a reference to the internal list of traversals, you can use this for any conta...
virtual void preOrderVisit(SgNode *astNode)
these methods are called at every traversed node.
void addTraversal(TraversalPtr)
simple function for adding a traversal to the internal list
virtual void atTraversalStart()
functions called when the traversal starts and ends, respectively
AstCombinedPrePostProcessing()
default constructor
virtual void postOrderVisit(SgNode *astNode)
this method is called at every traversed node after its children were traversed