Class InterestingEdge#

Class Documentation#

class InterestingEdge#

Public Functions

inline InterestingEdge(CFGPath p)#
inline std::string toString() const#
inline std::string toStringForDebugging() const#
inline std::string id() const#
inline InterestingNode source() const#
inline InterestingNode target() const#
inline EdgeConditionKind condition() const#
inline SgExpression *caseLabel() const#
inline SgExpression *conditionBasedOn() const#
inline std::vector<SgInitializedName*> scopesBeingExited() const#
inline std::vector<SgInitializedName*> scopesBeingEntered() const#
inline bool operator==(const InterestingEdge &o) const#
inline bool operator!=(const InterestingEdge &o) const#
inline bool operator<(const InterestingEdge &o) const#