|
IDAPython 9.0
|
Basic block class. More...
Public Member Functions | |
| __init__ (self, id, bb, fc) | |
| preds (self) | |
| Iterates the predecessors list. | |
| succs (self) | |
| Iterates the successors list. | |
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 | |
It is returned by the Flowchart class
| __init__ | ( | self, | |
| id, | |||
| bb, | |||
| fc ) |
| preds | ( | self | ) |
| succs | ( | self | ) |
|
protected |
| end_ea = bb.end_ea |
| id = id |
| start_ea = bb.start_ea |
| type = self._fc._q.calc_block_type(self.id) |