Class JavaScriptFunctionApplyContextSelector
- java.lang.Object
-
- com.ibm.wala.cast.js.ipa.callgraph.JavaScriptFunctionApplyContextSelector
-
- All Implemented Interfaces:
com.ibm.wala.ipa.callgraph.ContextSelector
public class JavaScriptFunctionApplyContextSelector extends java.lang.Object implements com.ibm.wala.ipa.callgraph.ContextSelector- See Also:
- MDN Function.prototype.apply() docs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJavaScriptFunctionApplyContextSelector.ApplyContext
-
Field Summary
Fields Modifier and Type Field Description static com.ibm.wala.ipa.callgraph.ContextKeyAPPLY_NON_NULL_ARGS
-
Constructor Summary
Constructors Constructor Description JavaScriptFunctionApplyContextSelector(com.ibm.wala.ipa.callgraph.ContextSelector base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.wala.ipa.callgraph.ContextgetCalleeTarget(com.ibm.wala.ipa.callgraph.CGNode caller, com.ibm.wala.classLoader.CallSiteReference site, com.ibm.wala.classLoader.IMethod callee, com.ibm.wala.ipa.callgraph.propagation.InstanceKey[] receiver)com.ibm.wala.util.intset.IntSetgetRelevantParameters(com.ibm.wala.ipa.callgraph.CGNode caller, com.ibm.wala.classLoader.CallSiteReference site)
-
-
-
Method Detail
-
getRelevantParameters
public com.ibm.wala.util.intset.IntSet getRelevantParameters(com.ibm.wala.ipa.callgraph.CGNode caller, com.ibm.wala.classLoader.CallSiteReference site)- Specified by:
getRelevantParametersin interfacecom.ibm.wala.ipa.callgraph.ContextSelector
-
getCalleeTarget
public com.ibm.wala.ipa.callgraph.Context getCalleeTarget(com.ibm.wala.ipa.callgraph.CGNode caller, com.ibm.wala.classLoader.CallSiteReference site, com.ibm.wala.classLoader.IMethod callee, com.ibm.wala.ipa.callgraph.propagation.InstanceKey[] receiver)- Specified by:
getCalleeTargetin interfacecom.ibm.wala.ipa.callgraph.ContextSelector
-
-