Definition at line 20 of file AstSimpleProcessing.h.
|
void | traverse (SgNode *node) |
| traverse the entire AST
|
|
void | traverseWithinFile (SgNode *node) |
| traverse only nodes which represent the same file as where the traversal was started
|
|
void | traverseInputFiles (SgProject *projectNode) |
| traverse only nodes which represent files which were specified on the command line (=input files).
|
|
DummyAttribute | traverse (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
DummyAttribute | traverseWithinFile (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
void | traverseInputFiles (SgProject *projectNode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
| SgTreeTraversal (const SgTreeTraversal &) |
|
const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
|
◆ preOrderVisit()
virtual void AstPrePostProcessing::preOrderVisit |
( |
SgNode * |
astNode | ) |
|
|
protectedpure virtual |
◆ postOrderVisit()
virtual void AstPrePostProcessing::postOrderVisit |
( |
SgNode * |
astNode | ) |
|
|
protectedpure virtual |
◆ atTraversalStart()
virtual void AstPrePostProcessing::atTraversalStart |
( |
| ) |
|
|
protectedvirtual |
◆ atTraversalEnd()
virtual void AstPrePostProcessing::atTraversalEnd |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: