ROSE 0.11.145.147
Protected Member Functions | List of all members
AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType > Class Template Reference

Description

template<class InheritedAttributeType, class SynthesizedAttributeType>
class AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >

Definition at line 46 of file AstReverseProcessing.h.

Inheritance diagram for AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >:
Inheritance graph
[legend]
Collaboration diagram for AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >:
Collaboration graph
[legend]

Protected Member Functions

virtual void setNodeSuccessors (SgNode *node, typename AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >::SuccessorsContainer &succContainer)
 
- Protected Member Functions inherited from AstTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
virtual InheritedAttributeType evaluateInheritedAttribute (SgNode *astNode, InheritedAttributeType inheritedValue)=0
 pure virtual function which must be implemented to compute the inherited attribute at a node
 
virtual SynthesizedAttributeType evaluateSynthesizedAttribute (SgNode *, InheritedAttributeType, SynthesizedAttributesList)=0
 pure virtual function which must be implemented to compute the synthesized attribute at a node.
 
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.
 
virtual void atTraversalEnd ()
 
- Protected Member Functions inherited from SgTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >
virtual void setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer)
 
virtual SynthesizedAttributeType defaultSynthesizedAttribute (InheritedAttributeType inh)
 
void set_useDefaultIndexBasedTraversal (bool)
 

Additional Inherited Members

- Public Types inherited from AstTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
typedef SgTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >::SynthesizedAttributesList SynthesizedAttributesList
 
typedef SynthesizedAttributesList SubTreeSynthesizedAttributes
 
- Public Types inherited from SgTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >
typedef StackFrameVector< SynthesizedAttributeType > SynthesizedAttributesList
 
- Public Member Functions inherited from AstTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
SynthesizedAttributeType traverse (SgNode *node, InheritedAttributeType inheritedValue)
 evaluates attributes on the entire AST
 
SynthesizedAttributeType traverseWithinFile (SgNode *node, InheritedAttributeType inheritedValue)
 evaluates attributes only at nodes which represent the same file as where the evaluation was started
 
- Public Member Functions inherited from SgTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >
SynthesizedAttributeType traverse (SgNode *basenode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder)
 
SynthesizedAttributeType traverseWithinFile (SgNode *basenode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder)
 
void traverseInputFiles (SgProject *projectNode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder)
 
 SgTreeTraversal (const SgTreeTraversal &)
 
const SgTreeTraversaloperator= (const SgTreeTraversal &)
 
- Protected Types inherited from SgTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >
typedef AstSuccessorsSelectors::SuccessorsContainer SuccessorsContainer
 
typedef SuccessorsContainer & SuccessorsContainerRef
 

Constructor & Destructor Documentation

◆ AstReverseBranchInhSynProcessing()

template<class InheritedAttributeType , class SynthesizedAttributeType >
AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >::AstReverseBranchInhSynProcessing ( )

Definition at line 130 of file AstReverseProcessing.h.

Member Function Documentation

◆ setNodeSuccessors()

template<class InheritedAttributeType , class SynthesizedAttributeType >
void AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >::setNodeSuccessors ( SgNode node,
typename AstReverseBranchInhSynProcessing< InheritedAttributeType, SynthesizedAttributeType >::SuccessorsContainer &  succContainer 
)
protectedvirtual

Definition at line 138 of file AstReverseProcessing.h.


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