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