Class LoadFileTargetSelector
java.lang.Object
com.ibm.wala.cast.js.ipa.callgraph.LoadFileTargetSelector
- All Implemented Interfaces:
MethodTargetSelector
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetCalleeTarget(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.
-
Constructor Details
-
LoadFileTargetSelector
-
-
Method Details
-
getCalleeTarget
Description copied from interface:MethodTargetSelectorGiven a calling node, a call site and (optionally) a dispatch type, return the target method to be called.- Specified by:
getCalleeTargetin interfaceMethodTargetSelector- Parameters:
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 null- Returns:
- the method to be called.
-