ROSE 0.11.145.281
|
Information about something that was inserted.
A record of what was inserted, where it came from, and where it was inserted.
#include <midend/astSnippet/Snippet.h>
Public Member Functions | |
SnippetInsertion (SgNode *inserted, SgNode *original, SgNode *insertedBefore) | |
Public Attributes | |
SgNode * | inserted |
What was inserted. | |
SgNode * | original |
Copied from this node of the snippet file. | |
SgNode * | insertedBefore |
Inserted before this node in the target file. | |
SgNode* Rose::SnippetInsertion::inserted |
SgNode* Rose::SnippetInsertion::original |
SgNode* Rose::SnippetInsertion::insertedBefore |