Class CodeBlockImpl

java.lang.Object
ghidra.program.model.block.CodeBlockImpl
All Implemented Interfaces:
AddressSetView, CodeBlock, Iterable<AddressRange>

public class CodeBlockImpl extends Object implements CodeBlock
CodeBlockImpl is an implementation of a CodeBlock. These are produced by a particular CodeBlockModel and are associated with only that model. Most methods simply delegate any work that is specific to a particular CodeBlockModel to that model.
See Also: