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