public class OptimisticCallgraphBuilder extends FieldBasedCallGraphBuilder
PessimisticCallGraphBuilder.| Modifier and Type | Field and Description |
|---|---|
int |
ITERATION_CUTOFF
The maximum number of iterations to perform.
|
cache, cha, constructors, options, supportFullPointerAnalysis, targetSelector| Constructor and Description |
|---|
OptimisticCallgraphBuilder(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView iAnalysisCacheView,
boolean supportFullPointerAnalysis) |
| Modifier and Type | Method and Description |
|---|---|
FlowGraph |
buildFlowGraph(com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
Build a flow graph for the program to be analysed.
|
addEdgeToJSCallGraph, buildCallGraph, extract, extract, extractCallGraphEdges, flowGraphFactory, handleFunctionCallOrApplyInvocationpublic int ITERATION_CUTOFF
public OptimisticCallgraphBuilder(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView iAnalysisCacheView,
boolean supportFullPointerAnalysis)
public FlowGraph buildFlowGraph(com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) throws com.ibm.wala.util.CancelException
FieldBasedCallGraphBuilderbuildFlowGraph in class FieldBasedCallGraphBuildercom.ibm.wala.util.CancelExceptionCopyright © 2017. All rights reserved.