public interface MethodTargetSelector
| Modifier and Type | Method and Description |
|---|---|
IMethod |
getCalleeTarget(CGNode caller,
CallSiteReference site,
IClass receiver)
Given a calling node, a call site and (optionally) a dispatch type, return the target method to be called.
|
IMethod getCalleeTarget(CGNode caller, CallSiteReference site, IClass receiver)
caller - the GCNode in the call graph containing the callsite - the call site reference of the call sitereceiver - the type of the target object or nullCopyright © 2015. All rights reserved.