Interface IBranchTarget
- All Known Implementing Classes:
BranchTarget
,CallGraphVertex
Definition of a branch target. The target can be internal (resolved to a concrete memory address)
or external (a routine reference).
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isInternal
boolean isInternal() -
getInternalAddress
ICodePointer getInternalAddress() -
getRoutine
INativeMethodItem getRoutine()
-