ROSE  0.11.145.0
Public Types | Public Member Functions | List of all members
SgCopyHelp Class Referenceabstract

Description

Supporting class from copy mechanism within ROSE.

This class forms a base class for the SgShallowCopy and SgTreeCopy classes to support the control of copying of subtrees (what IR nodes are copied by a deep or shallow copy).

To tailor a specific type of copy operation derive a class from this abstract class and define the clone_node function as required. context information if required muyst be obtained through local analysis inside the function using the parent or scope information at each IR node.

Note
This is an abstract class.

Definition at line 9647 of file Cxx_Grammar.h.

#include <Cxx_Grammar.h>

Inheritance diagram for SgCopyHelp:
Inheritance graph
[legend]

Public Types

typedef std::map< const SgNode *, SgNode * > copiedNodeMapType
 
typedef copiedNodeMapType::iterator copiedNodeMapTypeIterator
 

Public Member Functions

virtual SgNodecopyAst (const SgNode *n)=0
 
int get_depth ()
 
void incrementDepth ()
 
void decrementDepth ()
 
copiedNodeMapType & get_copiedNodeMap ()
 
void clearState ()
 
void insertCopiedNodePair (const SgNode *key, SgNode *value)
 

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