| Constructor and Description |
|---|
FlowGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(Vertex from,
Vertex to)
Adds an edge from vertex
from to vertex to, adding the vertices
to the graph if they are not in there yet. |
com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis<ObjectVertex> |
getPointerAnalysis(com.ibm.wala.ipa.callgraph.CallGraph cg,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) |
com.ibm.wala.util.intset.OrdinalSet<FuncVertex> |
getReachingSet(Vertex dest,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
Computes the set of vertices that may reach
dest along paths not containing an
UnknownVertex. |
Iterator<Vertex> |
getSucc(Vertex v) |
VertexFactory |
getVertexFactory() |
Iterator<Vertex> |
iterator() |
public VertexFactory getVertexFactory()
public void addEdge(Vertex from, Vertex to)
from to vertex to, adding the vertices
to the graph if they are not in there yet.public com.ibm.wala.util.intset.OrdinalSet<FuncVertex> getReachingSet(Vertex dest, com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) throws com.ibm.wala.util.CancelException
dest along paths not containing an
UnknownVertex.com.ibm.wala.util.CancelExceptionpublic com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis<ObjectVertex> getPointerAnalysis(com.ibm.wala.ipa.callgraph.CallGraph cg, com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache, com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) throws com.ibm.wala.util.CancelException
com.ibm.wala.util.CancelExceptionCopyright © 2017. All rights reserved.