ROSE
0.11.83.2
|
Control flow graph edge.
Definition at line 185 of file ControlFlowGraph.h.
#include <Rose/BinaryAnalysis/Partitioner2/ControlFlowGraph.h>
Public Member Functions | |
CfgEdge () | |
Construct a new normal edge. More... | |
CfgEdge (EdgeType type, Confidence confidence=ASSUMED) | |
Construct an edge with a specified type and confidence. More... | |
EdgeType | type () const |
Return edge type. More... | |
Confidence | confidence () const |
Property: Confidence. More... | |
void | confidence (Confidence c) |
Property: Confidence. More... | |
|
inline |
Construct a new normal edge.
Definition at line 203 of file ControlFlowGraph.h.
|
inline |
Construct an edge with a specified type and confidence.
Definition at line 206 of file ControlFlowGraph.h.
|
inline |
Return edge type.
Definition at line 209 of file ControlFlowGraph.h.
|
inline |
Property: Confidence.
The confidence that this edge is correct.
Definition at line 216 of file ControlFlowGraph.h.
|
inline |
Property: Confidence.
The confidence that this edge is correct.
Definition at line 217 of file ControlFlowGraph.h.