Package ghidra.program.model.pcode
Class BlockMap
java.lang.Object
ghidra.program.model.pcode.BlockMap
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddGotoRef(PcodeBlock gblock, int root, int depth) createBlock(String name, int index) findLevelBlock(int ind) Assume blocks are in index order, find the block with index -ind-voidvoid 
- 
Constructor Details
- 
BlockMap
 - 
BlockMap
 
 - 
 - 
Method Details
- 
getAddressFactory
 - 
findLevelBlock
Assume blocks are in index order, find the block with index -ind-- Parameters:
 ind- is the block index to match- Returns:
 - the matching PcodeBlock
 
 - 
sortLevelList
public void sortLevelList() - 
createBlock
 - 
addGotoRef
 - 
resolveGotoReferences
public void resolveGotoReferences() 
 -