| Package | Description |
|---|---|
| com.ibm.wala.cast.js.callgraph.fieldbased | |
| com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices |
| Modifier and Type | Method and Description |
|---|---|
Set<com.ibm.wala.util.collections.Pair<CallVertex,FuncVertex>> |
WorklistBasedOptimisticCallgraphBuilder.extractCallGraphEdges(FlowGraph flowgraph,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) |
Set<com.ibm.wala.util.collections.Pair<CallVertex,FuncVertex>> |
FieldBasedCallGraphBuilder.extractCallGraphEdges(FlowGraph flowgraph,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
Extract call edges from the flow graph into high-level representation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FieldBasedCallGraphBuilder.handleFunctionCallOrApplyInvocation(FlowGraph flowgraph,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor,
JSCallGraph cg,
CallVertex callVertex,
com.ibm.wala.ipa.callgraph.CGNode caller,
com.ibm.wala.classLoader.CallSiteReference site,
com.ibm.wala.classLoader.IMethod target) |
| Modifier and Type | Method and Description |
|---|---|
CallVertex |
VertexFactory.makeCallVertex(FuncVertex func,
JavaScriptInvoke invk) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<CallVertex> |
VertexFactory.getCallVertices() |
| Modifier and Type | Method and Description |
|---|---|
T |
VertexVisitor.visitCalleeVertex(CallVertex calleeVertex) |
T |
AbstractVertexVisitor.visitCalleeVertex(CallVertex calleeVertex) |
Copyright © 2017. All rights reserved.