ROSE
0.9.6a
|
#include <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 |
Private Attributes | |
CFGPath | p |
Definition at line 297 of file virtualCFG.h.
|
inline |
Definition at line 301 of file virtualCFG.h.
|
inline |
Definition at line 302 of file virtualCFG.h.
References p, and VirtualCFG::CFGPath::toString().
|
inline |
Definition at line 303 of file virtualCFG.h.
References p, and VirtualCFG::CFGPath::toStringForDebugging().
|
inline |
Definition at line 304 of file virtualCFG.h.
References VirtualCFG::CFGPath::id(), and p.
|
inline |
Definition at line 305 of file virtualCFG.h.
References p, and VirtualCFG::CFGPath::source().
|
inline |
Definition at line 306 of file virtualCFG.h.
References p, and VirtualCFG::CFGPath::target().
|
inline |
Definition at line 307 of file virtualCFG.h.
References VirtualCFG::CFGPath::condition(), and p.
|
inline |
Definition at line 308 of file virtualCFG.h.
References VirtualCFG::CFGPath::caseLabel(), and p.
|
inline |
Definition at line 309 of file virtualCFG.h.
References VirtualCFG::CFGPath::conditionBasedOn(), and p.
|
inline |
Definition at line 310 of file virtualCFG.h.
References p, and VirtualCFG::CFGPath::scopesBeingExited().
|
inline |
Definition at line 311 of file virtualCFG.h.
References p, and VirtualCFG::CFGPath::scopesBeingEntered().
|
inline |
Definition at line 312 of file virtualCFG.h.
References p.
|
inline |
Definition at line 313 of file virtualCFG.h.
References p.
|
inline |
Definition at line 314 of file virtualCFG.h.
References p.
|
private |
Definition at line 298 of file virtualCFG.h.
Referenced by caseLabel(), condition(), conditionBasedOn(), id(), operator!=(), operator<(), operator==(), scopesBeingEntered(), scopesBeingExited(), source(), target(), toString(), and toStringForDebugging().