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 AnalysisOptions
AnalysisOptions.ReflectionOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshould the analysis model the semantics of Function.prototype.call / apply?voidsetHandleCallApply(boolean handleCallApply) voidsetUseLoadFileTargetSelector(boolean useIt) booleanMethods inherited from class 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)
-