|
ROSE
0.9.6a
|
#include <AstReverseProcessing.h>


Public Member Functions | |
| AstReversePrefixInhProcessing () | |
Public Member Functions inherited from AstTopDownProcessing< InheritedAttributeType > | |
| void | traverse (SgNode *node, InheritedAttributeType inheritedValue) |
| evaluates attributes on the entire AST More... | |
| void | traverseWithinFile (SgNode *node, InheritedAttributeType inheritedValue) |
| evaluates attributes only at nodes which represent the same file as where the evaluation was started More... | |
Public Member Functions inherited from SgTreeTraversal< InheritedAttributeType, DummyAttribute > | |
| DummyAttribute | traverse (SgNode *basenode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder) |
| DummyAttribute | traverseWithinFile (SgNode *basenode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder) |
| void | traverseInputFiles (SgProject *projectNode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder) |
| virtual | ~SgTreeTraversal () |
| SgTreeTraversal () | |
| SgTreeTraversal (const SgTreeTraversal &) | |
| const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
Protected Member Functions | |
| virtual void | setNodeSuccessors (SgNode *node, typename AstReversePrefixInhProcessing< InheritedAttributeType >::SuccessorsContainer &succContainer) |
Protected Member Functions inherited from AstTopDownProcessing< InheritedAttributeType > | |
| virtual InheritedAttributeType | evaluateInheritedAttribute (SgNode *astNode, InheritedAttributeType inheritedValue)=0 |
| pure virtual function which must be implemented to compute the inherited attribute at a node More... | |
| virtual void | atTraversalStart () |
| Function called at the start of the traversal, before any node is visited; override if necessary, the default implementation is a no-op. More... | |
| virtual void | atTraversalEnd () |
| virtual void | destroyInheritedValue (SgNode *, InheritedAttributeType) |
Protected Member Functions inherited from SgTreeTraversal< InheritedAttributeType, DummyAttribute > | |
| virtual DummyAttribute | evaluateSynthesizedAttribute (SgNode *n, InheritedAttributeType in, SynthesizedAttributesList l)=0 |
| virtual void | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) |
| void | set_useDefaultIndexBasedTraversal (bool) |
Additional Inherited Members | |
Public Types inherited from AstTopDownProcessing< InheritedAttributeType > | |
| typedef SgTreeTraversal < InheritedAttributeType, DummyAttribute > ::SynthesizedAttributesList | SynthesizedAttributesList |
Protected Types inherited from SgTreeTraversal< InheritedAttributeType, DummyAttribute > | |
| typedef AstSuccessorsSelectors::SuccessorsContainer | SuccessorsContainer |
| typedef SuccessorsContainer & | SuccessorsContainerRef |
Definition at line 18 of file AstReverseProcessing.h.
| AstReversePrefixInhProcessing< InheritedAttributeType >::AstReversePrefixInhProcessing | ( | ) |
Definition at line 84 of file AstReverseProcessing.h.
References SgTreeTraversal< InheritedAttributeType, DummyAttribute >::set_useDefaultIndexBasedTraversal().
|
protectedvirtual |
Definition at line 92 of file AstReverseProcessing.h.
References AstSuccessorsSelectors::selectReversePrefixSuccessors().