ROSE
0.11.96.11
|
Definition at line 47 of file DataflowCFG.h.
Public Member Functions | |
DataflowEdge (CFGPath p, bool(*f)(CFGNode)) | |
DataflowEdge (const DataflowEdge &dfe) | |
std::string | toString () const |
std::string | toStringForDebugging () const |
std::string | id () const |
DataflowNode | source () const |
DataflowNode | target () const |
EdgeConditionKind | condition () const |
SgExpression * | caseLabel () const |
SgExpression * | conditionBasedOn () const |
std::vector< SgInitializedName * > | scopesBeingExited () const |
std::vector< SgInitializedName * > | scopesBeingEntered () const |
bool | operator== (const DataflowEdge &o) const |
bool | operator!= (const DataflowEdge &o) const |