Class AstAttribute::AttributeEdgeInfo#
Defined in File AstAttributeMechanism.h
Nested Relationships#
This class is a nested type of Class AstAttribute.
Class Documentation#
-
class AttributeEdgeInfo
Support for attributes to specify edges in the dot graphs.
Public Functions
-
inline AttributeEdgeInfo(SgNode *fromNode, SgNode *toNode, std::string label, std::string options)
-
inline ~AttributeEdgeInfo()
Public Members
-
SgNode *fromNode
-
SgNode *toNode
-
std::string label
-
std::string options
-
inline AttributeEdgeInfo(SgNode *fromNode, SgNode *toNode, std::string label, std::string options)