Module idaapi :: Class BasicBlock
[frames] | no frames]

Class BasicBlock

Basic block class. It is returned by the Flowchart class

Instance Methods
 
__init__(self, id, bb, f)
 
preds(self)
Iterates the predecessors list
 
succs(self)
Iterates the successors list
Instance Variables
  id
Basic block ID
  startEA
startEA of basic block
  endEA
endEA of basic block
  type
Block type (check fc_block_type_t enum)