| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.util.collections.Pair<JSCallGraph,com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis<ObjectVertex>> |
FieldBasedCallGraphBuilder.buildCallGraph(Iterable<? extends com.ibm.wala.ipa.callgraph.Entrypoint> eps,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
Main entry point: builds a flow graph, then extracts a call graph and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis<ObjectVertex> |
FlowGraph.getPointerAnalysis(com.ibm.wala.ipa.callgraph.CallGraph cg,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreationSiteVertex |
class |
FuncVertex
A function vertex represents a function object (or, more precisely, all function objects
arising from a single function expression or declaration).
|
class |
GlobalVertex |
| Constructor and Description |
|---|
PrototypeFieldVertex(PrototypeFieldVertex.PrototypeField field,
ObjectVertex type) |
| Modifier and Type | Method and Description |
|---|---|
protected com.ibm.wala.ipa.callgraph.CallGraphBuilder<ObjectVertex> |
JavaScriptAnalysisEngine.FieldBasedJavaScriptAnalysisEngine.getCallGraphBuilder(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache) |
Copyright © 2017. All rights reserved.