Class JavaScriptConstructorContextSelector
- java.lang.Object
-
- com.ibm.wala.cast.js.ipa.callgraph.JavaScriptConstructorContextSelector
-
- All Implemented Interfaces:
com.ibm.wala.ipa.callgraph.ContextSelector
public class JavaScriptConstructorContextSelector extends java.lang.Object implements com.ibm.wala.ipa.callgraph.ContextSelector
-
-
Constructor Summary
Constructors Constructor Description JavaScriptConstructorContextSelector(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
-
-