Class CFGNodeAttribute#

Inheritance Relationships#

Base Type#

Class Documentation#

class CFGNodeAttribute : public AstAttribute#

This class stores index of each node as an attribuite of SgGraphNode.

Public Functions

inline CFGNodeAttribute(int idx = 0, SgIncidenceDirectedGraph *graph = NULL)#
inline int getIndex() const#
inline void setIndex(int idx)#
inline const SgIncidenceDirectedGraph *getGraph() const#
inline SgIncidenceDirectedGraph *getGraph()#
inline void setGraph(SgIncidenceDirectedGraph *graph)#