Definition at line 300 of file virtualCFG.h.
◆ InterestingEdge()
VirtualCFG::InterestingEdge::InterestingEdge |
( |
CFGPath |
p | ) |
|
|
inline |
◆ toString()
std::string VirtualCFG::InterestingEdge::toString |
( |
| ) |
const |
|
inline |
◆ toStringForDebugging()
std::string VirtualCFG::InterestingEdge::toStringForDebugging |
( |
| ) |
const |
|
inline |
◆ id()
std::string VirtualCFG::InterestingEdge::id |
( |
| ) |
const |
|
inline |
◆ source()
◆ target()
◆ condition()
EdgeConditionKind VirtualCFG::InterestingEdge::condition |
( |
| ) |
const |
|
inline |
◆ caseLabel()
SgExpression * VirtualCFG::InterestingEdge::caseLabel |
( |
| ) |
const |
|
inline |
◆ conditionBasedOn()
SgExpression * VirtualCFG::InterestingEdge::conditionBasedOn |
( |
| ) |
const |
|
inline |
◆ scopesBeingExited()
std::vector< SgInitializedName * > VirtualCFG::InterestingEdge::scopesBeingExited |
( |
| ) |
const |
|
inline |
◆ scopesBeingEntered()
std::vector< SgInitializedName * > VirtualCFG::InterestingEdge::scopesBeingEntered |
( |
| ) |
const |
|
inline |
◆ operator==()
bool VirtualCFG::InterestingEdge::operator== |
( |
const InterestingEdge & |
o | ) |
const |
|
inline |
◆ operator!=()
bool VirtualCFG::InterestingEdge::operator!= |
( |
const InterestingEdge & |
o | ) |
const |
|
inline |
◆ operator<()
bool VirtualCFG::InterestingEdge::operator< |
( |
const InterestingEdge & |
o | ) |
const |
|
inline |
The documentation for this class was generated from the following file: