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


Public Member Functions | |
| AstReversePrefixSynProcessing () | |
Public Member Functions inherited from AstBottomUpProcessing< SynthesizedAttributeType > | |
| SynthesizedAttributeType | traverse (SgNode *node) |
| evaluates attributes on the entire AST More... | |
| SynthesizedAttributeType | traverseWithinFile (SgNode *node) |
| evaluates attributes only at nodes which represent the same file as where the evaluation was started More... | |
| void | traverseInputFiles (SgProject *projectNode) |
| evaluates attributes only at nodes which represent files which were specified on the command line (=input files). More... | |
Public Member Functions inherited from SgTreeTraversal< DummyAttribute, SynthesizedAttributeType > | |
| SynthesizedAttributeType | traverse (SgNode *basenode, DummyAttributeinheritedValue, t_traverseOrder travOrder=preandpostorder) |
| SynthesizedAttributeType | traverseWithinFile (SgNode *basenode, DummyAttributeinheritedValue, t_traverseOrder travOrder=preandpostorder) |
| void | traverseInputFiles (SgProject *projectNode, DummyAttributeinheritedValue, t_traverseOrder travOrder=preandpostorder) |
| virtual | ~SgTreeTraversal () |
| SgTreeTraversal () | |
| SgTreeTraversal (const SgTreeTraversal &) | |
| const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
Protected Member Functions | |
| virtual void | setNodeSuccessors (SgNode *node, typename AstReversePrefixSynProcessing< SynthesizedAttributeType >::SuccessorsContainer &succContainer) |
Protected Member Functions inherited from AstBottomUpProcessing< SynthesizedAttributeType > | |
| virtual SynthesizedAttributeType | evaluateSynthesizedAttribute (SgNode *, SynthesizedAttributesList)=0 |
| pure virtual function which must be implemented to compute the synthesized attribute at a node. More... | |
| virtual SynthesizedAttributeType | defaultSynthesizedAttribute () |
| Allows to provide a default value for a synthesized attribute of primitive type (e.g. 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 () |
Protected Member Functions inherited from SgTreeTraversal< DummyAttribute, SynthesizedAttributeType > | |
| virtual SynthesizedAttributeType | evaluateSynthesizedAttribute (SgNode *n, DummyAttributein, SynthesizedAttributesList l)=0 |
| virtual void | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) |
| void | set_useDefaultIndexBasedTraversal (bool) |
Additional Inherited Members | |
Public Types inherited from AstBottomUpProcessing< SynthesizedAttributeType > | |
| typedef SgTreeTraversal < DummyAttribute, SynthesizedAttributeType > ::SynthesizedAttributesList | SynthesizedAttributesList |
| typedef SynthesizedAttributesList | SubTreeSynthesizedAttributes |
Protected Types inherited from SgTreeTraversal< DummyAttribute, SynthesizedAttributeType > | |
| typedef AstSuccessorsSelectors::SuccessorsContainer | SuccessorsContainer |
| typedef SuccessorsContainer & | SuccessorsContainerRef |
Definition at line 26 of file AstReverseProcessing.h.
| AstReversePrefixSynProcessing< SynthesizedAttributeType >::AstReversePrefixSynProcessing | ( | ) |
Definition at line 98 of file AstReverseProcessing.h.
References SgTreeTraversal< DummyAttribute, SynthesizedAttributeType >::set_useDefaultIndexBasedTraversal().
|
protectedvirtual |
Definition at line 106 of file AstReverseProcessing.h.
References AstSuccessorsSelectors::selectReversePrefixSuccessors().