#include <AstDOTGeneration.h>
|
void | generate (SgProject *node, traversalType tt=TOPDOWNBOTTOMUP, std::string filenamePostfix="") |
|
void | generate (SgNode *node, std::string filename, traversalType tt=TOPDOWNBOTTOMUP, std::string filenamePostfix="") |
|
void | generateInputFiles (SgProject *node, traversalType tt=TOPDOWNBOTTOMUP, std::string filenamePostfix="") |
|
void | generateWithinFile (SgFile *node, traversalType tt=TOPDOWNBOTTOMUP, std::string filenamePostfix="") |
|
void | writeIncidenceGraphToDOTFile (SgIncidenceDirectedGraph *graph, const std::string &filename) |
|
void | addAdditionalNodesAndEdges (SgNode *node) |
|
Definition at line 12 of file AstDOTGeneration.h.
void AstDOTGeneration::generate |
( |
SgProject * |
node, |
|
|
traversalType |
tt = TOPDOWNBOTTOMUP , |
|
|
std::string |
filenamePostfix = "" |
|
) |
| |
void AstDOTGeneration::generate |
( |
SgNode * |
node, |
|
|
std::string |
filename, |
|
|
traversalType |
tt = TOPDOWNBOTTOMUP , |
|
|
std::string |
filenamePostfix = "" |
|
) |
| |
void AstDOTGeneration::generateInputFiles |
( |
SgProject * |
node, |
|
|
traversalType |
tt = TOPDOWNBOTTOMUP , |
|
|
std::string |
filenamePostfix = "" |
|
) |
| |
void AstDOTGeneration::generateWithinFile |
( |
SgFile * |
node, |
|
|
traversalType |
tt = TOPDOWNBOTTOMUP , |
|
|
std::string |
filenamePostfix = "" |
|
) |
| |
void AstDOTGeneration::addAdditionalNodesAndEdges |
( |
SgNode * |
node) | |
|
std::string AstDOTGeneration::additionalNodeInfo |
( |
SgNode * |
node) | |
|
|
protected |
std::string AstDOTGeneration::additionalNodeOptions |
( |
SgNode * |
node) | |
|
|
protected |
std::string AstDOTGeneration::additionalEdgeInfo |
( |
SgNode * |
from, |
|
|
SgNode * |
to, |
|
|
std::string |
label |
|
) |
| |
|
protected |
std::string AstDOTGeneration::additionalEdgeOptions |
( |
SgNode * |
from, |
|
|
SgNode * |
to, |
|
|
std::string |
label |
|
) |
| |
|
protected |
bool AstDOTGeneration::commentOutNodeInGraph |
( |
SgNode * |
node) | |
|
|
protected |
The documentation for this class was generated from the following file: