Package ghidra.program.model.block.graph
Class CodeBlockEdge
- All Implemented Interfaces:
GEdge<CodeBlockVertex>
A simple edge type for representing a link between two
CodeBlock vertices
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CodeBlockEdge
Constructor.- Parameters:
start
- the start vertexend
- the end vertex
-