com.pnfsoftware.jeb.core.units.code.asm.analyzer.IBranchResolution |
Branch resolution data for a dynamic callsite. Contains a list of possible target sites, or a definitely resolved callsite.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract List<IBranchTarget> |
getCandidates()
Get the list of candidate targets, if it exists.
| ||||||||||
abstract IBranchTarget |
getResolvedTarget()
Get the resolved target, if it exists.
| ||||||||||
abstract List<BranchTarget> | getTargets() | ||||||||||
abstract boolean | isEmpty() | ||||||||||
abstract boolean |
isResolved()
Determine if the branch was resolved.
|
Get the list of candidate targets, if it exists.
Get the resolved target, if it exists.
Determine if the branch was resolved.
getResolvedTarget()
can be used to retrieve the target