ROSE
0.11.131.0
|
Control flow graph edge.
Definition at line 147 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) |
Property: Confidence. More... | |
Rose::BinaryAnalysis::Partitioner2::CfgEdge::CfgEdge | ( | ) |
Construct a new normal edge.
Rose::BinaryAnalysis::Partitioner2::CfgEdge::CfgEdge | ( | EdgeType | type, |
Confidence | confidence = ASSUMED |
||
) |
Construct an edge with a specified type and confidence.
EdgeType Rose::BinaryAnalysis::Partitioner2::CfgEdge::type | ( | ) | const |
Return edge type.
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.