Package ghidra.program.model.pcode
Class BlockInfLoop
java.lang.Object
ghidra.program.model.pcode.PcodeBlock
ghidra.program.model.pcode.BlockGraph
ghidra.program.model.pcode.BlockInfLoop
Block representing an infinite loop
 
 possible multiple incoming edges
 no outgoing edges
 1 (implied) outgoing edge representing loop to the top control flow
 1 interior block representing the body of the loop
- 
Nested Class SummaryNested classes/interfaces inherited from class ghidra.program.model.pcode.PcodeBlockPcodeBlock.BlockEdge
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class ghidra.program.model.pcode.BlockGraphaddBlock, addEdge, decode, decodeBody, encodeBody, getBlock, getSize, setIndices, transferObjectRefMethods inherited from class ghidra.program.model.pcode.PcodeBlockaddInEdge, calcDepth, decode, decodeEdges, decodeHeader, decodeNextInEdge, decodeNextInEdge, encode, encodeEdges, encodeHeader, getFalseOut, getFrontLeaf, getIn, getIndex, getInRevIndex, getInSize, getOut, getOutRevIndex, getOutSize, getParent, getStart, getStop, getTrueOut, getType, nameToType, setIndex, toString, typeToName
- 
Constructor Details- 
BlockInfLooppublic BlockInfLoop()
 
-