SgTreeTraversal
Temporary traversal base class (do not use).
Synopsis
Declared in <src/midend/astProcessing/AstProcessing.h>
template<
class InheritedAttributeType,
class SynthesizedAttributeType>
class SgTreeTraversal;
Types
Member Functions
Name |
Description |
|
Constructors |
|
Destructor |
Copy assignment operator |
|
Protected Types
Protected Member Functions
Name |
|
|
|
|
|
|
Private Member Functions
Private Data Members
Friends
Name |
Description |
Derived Classes
Name |
Description |
Attribute evaluator for synthesized attributes. |
|
Class for traversing the AST. |
|
Attribute evaluator for inherited and synthesized attributes. |
|
Attribute evaluator for inherited attributes. |
|
Description
This class is internal and should not be used directly. Use the Ast*Processing classes instead.
Internal: This class is temporary. Currently it is a base class for the AstProcessing classes providing the implementation of the traversal and attribute evaluation.
Metadata: ‐ Authors: Markus Schordan ‐ Version: 0.5 ‐ Date: Dec 14th 2002 ‐ Bug: No known bugs. ‐ TODO: eliminate class
Created with MrDocs