Interface ResolvedCall
-
- All Known Implementing Classes:
CallWithResult
,CFGCall
,MultiCall
,NativeCall
,OpenCall
,TruncatedParamsCall
public interface ResolvedCall
Marker forCall
s that have already been resolved, and that thus know what are their targets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<CodeMember>
getTargets()
Yields the targets of theCall
.
-
-
-
Method Detail
-
getTargets
java.util.Collection<CodeMember> getTargets()
Yields the targets of theCall
.- Returns:
- the targets
-
-