ROSE
0.11.96.11
|
Supporting template class for "capturing" copies of the AST.
This class allows for retrieval of the clone of arbitrary source nodes underneath the copied node.
Definition at line 6619 of file Cxx_Grammar.h.
#include <Cxx_Grammar.h>
Public Member Functions | |
SgCapturingCopy (std::vector< SgNode * > origList, const CopyType &base=CopyType()) | |
SgNode * | copyAst (const SgNode *n) |
const std::vector< SgNode * > & | get_copyList () |
Protected Attributes | |
std::vector< SgNode * > | origList |
std::vector< SgNode * > | copyList |