IAbstractable<'Stmt> Type
Interface for an abstractable basic block.
Instance members
| Instance member |
Description
|
|
The abstract content of the basic block summarizing a function. If the block is not an abstract one, this property raises `AbstractBlockAccessException`.
|
Full Usage:
this.IsAbstract
Returns: bool
Modifiers: abstract |
Return if this is an abstract basic block inserted by our analysis. We create an abstract block to represent a function in a CFG.
|
B2R2