Package ghidra.program.model.lang
Class InstructionBlockFlow
java.lang.Object
ghidra.program.model.lang.InstructionBlockFlow
- All Implemented Interfaces:
Comparable<InstructionBlockFlow>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionInstructionBlockFlow
(Address address, Address flowFrom, InstructionBlockFlow.Type type) -
Method Summary
-
Constructor Details
-
InstructionBlockFlow
-
-
Method Details
-
getDestinationAddress
Get the flow destination address- Returns:
- flow destination address
-
getFlowFromAddress
Get the flow from address- Returns:
- flow from address (may be null)
-
getType
- Returns:
- flow type
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<InstructionBlockFlow>
-
toString
-