IDAPython 9.0
|
Public Member Functions | |
__init__ (self, id, bb, fc) | |
preds (self) | |
succs (self) | |
Public Attributes | |
id = id | |
start_ea = bb.start_ea | |
end_ea = bb.end_ea | |
type = self._fc._q.calc_block_type(self.id) | |
Protected Attributes | |
_fc = fc | |
Basic block class. It is returned by the Flowchart class
__init__ | ( | self, | |
id, | |||
bb, | |||
fc ) |
preds | ( | self | ) |
Iterates the predecessors list
succs | ( | self | ) |
Iterates the successors list
|
protected |
end_ea = bb.end_ea |
id = id |
start_ea = bb.start_ea |
type = self._fc._q.calc_block_type(self.id) |