ROSE
0.9.6a
|
#include <newCDG.h>
Public Member Functions | |
std::string | toString () const |
Public Attributes | |
ControlFlowGraph::Edge | cfgEdge |
The corresponding CFG edge. More... | |
VirtualCFG::EdgeConditionKind | condition |
The condition attached to edges in the CDG. More... | |
SgExpression * | caseLabel |
If the condition is a case edge, this expression is the case value. More... | |
|
inline |
Definition at line 22 of file newCDG.h.
References VirtualBinCFG::eckCaseLabel, VirtualBinCFG::eckDefault, VirtualBinCFG::eckFalse, and VirtualBinCFG::eckTrue.
ControlFlowGraph::Edge SDG::CDGEdge::cfgEdge |
VirtualCFG::EdgeConditionKind SDG::CDGEdge::condition |
SgExpression* SDG::CDGEdge::caseLabel |