| com.pnfsoftware.jeb.core.units.code.asm.analyzer.IBranchResolution |
Branch resolution data for a dynamic callsite.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<? extends 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