|
ROSE
0.11.96.11
|
Definition at line 300 of file virtualCFG.h.
Public Member Functions | |
| InterestingEdge (CFGPath p) | |
| std::string | toString () const |
| std::string | toStringForDebugging () const |
| std::string | id () const |
| InterestingNode | source () const |
| InterestingNode | target () const |
| EdgeConditionKind | condition () const |
| SgExpression * | caseLabel () const |
| SgExpression * | conditionBasedOn () const |
| std::vector< SgInitializedName * > | scopesBeingExited () const |
| std::vector< SgInitializedName * > | scopesBeingEntered () const |
| bool | operator== (const InterestingEdge &o) const |
| bool | operator!= (const InterestingEdge &o) const |
| bool | operator< (const InterestingEdge &o) const |
1.8.17