template<class InheritedAttributeType>
class AstReverseBranchInhProcessing< InheritedAttributeType >
Definition at line 54 of file AstReverseProcessing.h.
|
virtual void | setNodeSuccessors (SgNode *node, typename AstReverseBranchInhProcessing< InheritedAttributeType >::SuccessorsContainer &succContainer) |
|
virtual InheritedAttributeType | evaluateInheritedAttribute (SgNode *astNode, InheritedAttributeType inheritedValue)=0 |
| pure virtual function which must be implemented to compute the inherited 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 () |
|
virtual void | destroyInheritedValue (SgNode *, InheritedAttributeType) |
|
virtual DummyAttribute | evaluateSynthesizedAttribute (SgNode *n, InheritedAttributeType in, SynthesizedAttributesList l)=0 |
|
virtual void | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) |
|
void | set_useDefaultIndexBasedTraversal (bool) |
|
|
typedef SgTreeTraversal< InheritedAttributeType, DummyAttribute >::SynthesizedAttributesList | SynthesizedAttributesList |
|
typedef StackFrameVector< DummyAttribute > | SynthesizedAttributesList |
|
void | traverse (SgNode *node, InheritedAttributeType inheritedValue) |
| evaluates attributes on the entire AST
|
|
void | traverseWithinFile (SgNode *node, InheritedAttributeType inheritedValue) |
| evaluates attributes only at nodes which represent the same file as where the evaluation was started
|
|
DummyAttribute | traverse (SgNode *basenode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
DummyAttribute | traverseWithinFile (SgNode *basenode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
void | traverseInputFiles (SgProject *projectNode, InheritedAttributeType inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
| SgTreeTraversal (const SgTreeTraversal &) |
|
const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
|
typedef AstSuccessorsSelectors::SuccessorsContainer | SuccessorsContainer |
|
typedef SuccessorsContainer & | SuccessorsContainerRef |
|
The documentation for this class was generated from the following file: