|
ROSE 0.11.145.354
|
Basic block successor.
Definition at line 104 of file BasicBlock.h.
#include <Rose/BinaryAnalysis/Partitioner2/BasicBlock.h>
Public Member Functions | |
| BasicBlockSuccessor (const Semantics::SValuePtr &expr, EdgeType type=E_NORMAL, Confidence confidence=ASSUMED) | |
| const Semantics::SValuePtr & | expr () const |
| Symbolic expression for the successor address. | |
| EdgeType | type () const |
| Type of successor. | |
| void | type (EdgeType t) |
| Confidence | confidence () const |
| Confidence level of this successor. | |
| void | confidence (Confidence c) |
| Confidence level of this successor. | |
|
inline |
Definition at line 118 of file BasicBlock.h.
|
inlineexplicit |
Definition at line 122 of file BasicBlock.h.
|
inline |
Symbolic expression for the successor address.
Definition at line 126 of file BasicBlock.h.
|
inline |
Type of successor.
Definition at line 129 of file BasicBlock.h.
|
inline |
Definition at line 130 of file BasicBlock.h.
|
inline |
Confidence level of this successor.
Did we prove that this is a successor, or only assume it is?
Definition at line 135 of file BasicBlock.h.
|
inline |
Confidence level of this successor.
Did we prove that this is a successor, or only assume it is?
Definition at line 136 of file BasicBlock.h.