Class CustomAstDOTGeneration#
Defined in File colorTraversal.h
Inheritance Relationships#
Derived Type#
public SimpleColorFilesTraversal(Class SimpleColorFilesTraversal)
Class Documentation#
-
class CustomAstDOTGeneration#
Subclassed by SimpleColorFilesTraversal
Public Types
-
typedef CustomAstDOTGenerationData::NodeType NodeType#
-
typedef CustomAstDOTGenerationData::EdgeType EdgeType#
-
typedef CustomAstDOTGenerationData::NodeType NodeType
-
typedef CustomAstDOTGenerationData::EdgeType EdgeType
Public Functions
-
~CustomAstDOTGeneration()#
-
void internalGenerateGraph(std::string filename, SgProject *project)#
-
~CustomAstDOTGeneration()
-
void addNode(NodeType n)
-
void addEdge(EdgeType e)
-
void internalGenerateGraph(std::string filename, SgProject *project)
Public Members
-
CustomAstDOTGenerationData DOTgraph#
-
typedef CustomAstDOTGenerationData::NodeType NodeType#