AstCombinedTopDownBottomUpProcessing
Synopsis
Declared in <src/midend/astProcessing/AstCombinedProcessing.h>
template<
class InheritedAttributeType,
class SynthesizedAttributeType>
class AstCombinedTopDownBottomUpProcessing
: public AstTopDownBottomUpProcessing<std::vector<InheritedAttributeType>*, std::vector<SynthesizedAttributeType>*>
Base Classes
Name |
Description |
Attribute evaluator for inherited and synthesized attributes. |
Types
Member Functions
Name |
Description |
|
Constructors |
simple function for adding a traversal to the internal list |
|
function for obtaining a reference to the internal list of traversals, you can use this for any container operations you like (deleting elements etc.) |
Protected Member Functions
Name |
|
|
|
|
|
Protected Data Members
Name |
Private Data Members
Name |
Created with MrDocs