Class JSAnalysisOptions
java.lang.Object
com.ibm.wala.ipa.callgraph.AnalysisOptions
com.ibm.wala.cast.js.ipa.callgraph.JSAnalysisOptions
call graph construction options specific to JavaScript.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.ipa.callgraph.AnalysisOptions
AnalysisOptions.ReflectionOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
should the analysis model the semantics of Function.prototype.call / apply?void
setHandleCallApply
(boolean handleCallApply) void
setUseLoadFileTargetSelector
(boolean useIt) boolean
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
-
Constructor Details
-
JSAnalysisOptions
-
-
Method Details
-
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)
-