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

#include <AstProcessing.h>

Inheritance diagram for SgTopDownProcessing< InheritedAttributeType >:
Collaboration diagram for SgTopDownProcessing< InheritedAttributeType >:

Additional Inherited Members

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

Detailed Description

template<class InheritedAttributeType>
class SgTopDownProcessing< InheritedAttributeType >

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

Definition at line 362 of file AstProcessing.h.


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