Class JSAnalysisOptions
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.AnalysisOptions
-
- com.ibm.wala.cast.js.ipa.callgraph.JSAnalysisOptions
-
public class JSAnalysisOptions extends com.ibm.wala.ipa.callgraph.AnalysisOptionscall graph construction options specific to JavaScript.
-
-
Constructor Summary
Constructors Constructor Description JSAnalysisOptions(com.ibm.wala.ipa.callgraph.AnalysisScope scope, java.lang.Iterable<? extends com.ibm.wala.ipa.callgraph.Entrypoint> e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleCallApply()should the analysis model the semantics of Function.prototype.call / apply?voidsetHandleCallApply(boolean handleCallApply)voidsetUseLoadFileTargetSelector(boolean useIt)booleanuseLoadFileTargetSelector()-
Methods inherited from class com.ibm.wala.ipa.callgraph.AnalysisOptions
getAnalysisScope, getClassTargetSelector, getEntrypoints, getHandleStaticInit, getHandleZeroLengthArray, getMaxEvalBetweenTopo, getMaxNumberOfNodes, getMethodTargetSelector, getMinEquationsForTopSort, getReflectionOptions, getSSAOptions, getTopologicalGrowthFactor, getTraceStringConstants, getUseConstantSpecificKeys, getUseLexicalScopingForGlobals, getUseStacksForLexicalScoping, setAnalysisScope, setEntrypoints, setHandleStaticInit, setHandleZeroLengthArray, setMaxEvalBetweenTopo, setMaxNumberOfNodes, setMinEquationsForTopSort, setReflectionOptions, setSelector, setSelector, setSSAOptions, setTopologicalGrowthFactor, setTraceStringConstants, setUseConstantSpecificKeys, setUseLexicalScopingForGlobals, setUseStacksForLexicalScoping
-
-
-
-
Method Detail
-
handleCallApply
public boolean handleCallApply()
should the analysis model the semantics of Function.prototype.call / apply?
-
setHandleCallApply
public void setHandleCallApply(boolean handleCallApply)
-
useLoadFileTargetSelector
public boolean useLoadFileTargetSelector()
-
setUseLoadFileTargetSelector
public void setUseLoadFileTargetSelector(boolean useIt)
-
-