IDAPython 8.4
Loading...
Searching...
No Matches
BasicBlock Class Reference

Basic block class. More...

Inheritance diagram for BasicBlock:

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
 

Detailed Description

It is returned by the Flowchart class

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
id,
bb,
fc )

Member Function Documentation

◆ preds()

preds ( self)

◆ succs()

succs ( self)

Member Data Documentation

◆ _fc

_fc = fc
protected

◆ end_ea

end_ea = bb.end_ea

◆ id

id = id

◆ start_ea

start_ea = bb.start_ea

◆ type

type = self._fc._q.calc_block_type(self.id)

The documentation for this class was generated from the following file: