Package ghidra.program.model.pcode
Class BlockList
- java.lang.Object
- 
- ghidra.program.model.pcode.PcodeBlock
- 
- ghidra.program.model.pcode.BlockGraph
- 
- ghidra.program.model.pcode.BlockList
 
 
 
- 
 public class BlockList extends BlockGraph Block representing a sequence of other blocks possible multiple incoming edges 1 outgoing edge 1 or more interior blocks that are executed in sequence
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class ghidra.program.model.pcode.PcodeBlockPcodeBlock.BlockEdge
 
- 
 - 
Constructor SummaryConstructors Constructor Description BlockList()
 - 
Method Summary- 
Methods inherited from class ghidra.program.model.pcode.BlockGraphaddBlock, addEdge, getBlock, getSize, restoreXml, restoreXmlBody, saveXmlBody, setIndices, transferObjectRef
 - 
Methods inherited from class ghidra.program.model.pcode.PcodeBlockaddInEdge, calcDepth, getFalseOut, getFrontLeaf, getIn, getIndex, getInRevIndex, getInSize, getOut, getOutRevIndex, getOutSize, getParent, getStart, getStop, getTrueOut, getType, nameToType, restoreNextInEdge, restoreNextInEdge, restoreXml, restoreXmlEdges, restoreXmlHeader, saveXml, saveXmlEdges, saveXmlHeader, setIndex, toString, typeToName
 
- 
 
-