Class CodeBlockReferenceImpl

java.lang.Object
ghidra.program.model.block.CodeBlockReferenceImpl
All Implemented Interfaces:
CodeBlockReference

public class CodeBlockReferenceImpl extends Object implements CodeBlockReference
CodeBlockReferenceImpl implements a CodeBlockReference.

A CodeBlockReference represents the flow from one source block to a destination block, including information about how flow occurs between the two blocks (JUMP, CALL, etc..).

The reference is the address in the destination block that is actually flowed to by some instruction in the source block.

The referent is the address of the instruction in the source block that flows to the destination block.

See Also: