ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SgBottomUpProcessing< SynthesizedAttributeType > Class Template Reference

#include <AstProcessing.h>

Inheritance diagram for SgBottomUpProcessing< SynthesizedAttributeType >:
Collaboration diagram for SgBottomUpProcessing< SynthesizedAttributeType >:

Additional Inherited Members

- Public Types inherited from AstBottomUpProcessing< SynthesizedAttributeType >
typedef SgTreeTraversal
< DummyAttribute,
SynthesizedAttributeType >
::SynthesizedAttributesList 
SynthesizedAttributesList
 
typedef SynthesizedAttributesList SubTreeSynthesizedAttributes
 
- 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...
 
- Protected Types inherited from SgTreeTraversal< DummyAttribute, SynthesizedAttributeType >
typedef
AstSuccessorsSelectors::SuccessorsContainer 
SuccessorsContainer
 
typedef SuccessorsContainerSuccessorsContainerRef
 
- 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 ()
 

Detailed Description

template<class SynthesizedAttributeType>
class SgBottomUpProcessing< SynthesizedAttributeType >

Deprecated:
Use AstBottomUpProcessing instead. (provided for compatibility with existing user code - will be removed at some point in future).

Definition at line 366 of file AstProcessing.h.


The documentation for this class was generated from the following file: