ROSE 0.11.145.281
Public Member Functions | Public Attributes | List of all members
Rose::SnippetInsertion Struct Reference

Description

Information about something that was inserted.

A record of what was inserted, where it came from, and where it was inserted.

Definition at line 24 of file Snippet.h.

#include <midend/astSnippet/Snippet.h>

Collaboration diagram for Rose::SnippetInsertion:
Collaboration graph
[legend]

Public Member Functions

 SnippetInsertion (SgNode *inserted, SgNode *original, SgNode *insertedBefore)
 

Public Attributes

SgNodeinserted
 What was inserted.
 
SgNodeoriginal
 Copied from this node of the snippet file.
 
SgNodeinsertedBefore
 Inserted before this node in the target file.
 

Constructor & Destructor Documentation

◆ SnippetInsertion() [1/2]

Rose::SnippetInsertion::SnippetInsertion ( )
inline

Definition at line 28 of file Snippet.h.

◆ SnippetInsertion() [2/2]

Rose::SnippetInsertion::SnippetInsertion ( SgNode inserted,
SgNode original,
SgNode insertedBefore 
)
inline

Definition at line 30 of file Snippet.h.

Member Data Documentation

◆ inserted

SgNode* Rose::SnippetInsertion::inserted

What was inserted.

Definition at line 25 of file Snippet.h.

◆ original

SgNode* Rose::SnippetInsertion::original

Copied from this node of the snippet file.

Definition at line 26 of file Snippet.h.

◆ insertedBefore

SgNode* Rose::SnippetInsertion::insertedBefore

Inserted before this node in the target file.

Definition at line 27 of file Snippet.h.


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