#include <virtualCFG.h>
Collaboration diagram for VirtualCFG::InterestingEdge:

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 |
Private Attributes | |
| CFGPath | p |
| VirtualCFG::InterestingEdge::InterestingEdge | ( | CFGPath | p | ) | [inline] |
| std::string VirtualCFG::InterestingEdge::toString | ( | ) | const [inline] |
| std::string VirtualCFG::InterestingEdge::toStringForDebugging | ( | ) | const [inline] |
| std::string VirtualCFG::InterestingEdge::id | ( | ) | const [inline] |
| InterestingNode VirtualCFG::InterestingEdge::source | ( | ) | const [inline] |
| InterestingNode VirtualCFG::InterestingEdge::target | ( | ) | const [inline] |
| EdgeConditionKind VirtualCFG::InterestingEdge::condition | ( | ) | const [inline] |
| SgExpression* VirtualCFG::InterestingEdge::caseLabel | ( | ) | const [inline] |
| SgExpression* VirtualCFG::InterestingEdge::conditionBasedOn | ( | ) | const [inline] |
| std::vector<SgInitializedName*> VirtualCFG::InterestingEdge::scopesBeingExited | ( | ) | const [inline] |
| std::vector<SgInitializedName*> VirtualCFG::InterestingEdge::scopesBeingEntered | ( | ) | const [inline] |
| bool VirtualCFG::InterestingEdge::operator== | ( | const InterestingEdge & | o | ) | const [inline] |
| bool VirtualCFG::InterestingEdge::operator!= | ( | const InterestingEdge & | o | ) | const [inline] |
| bool VirtualCFG::InterestingEdge::operator< | ( | const InterestingEdge & | o | ) | const [inline] |
CFGPath VirtualCFG::InterestingEdge::p [private] |
1.4.7