@Deprecated public class InterproceduralCallGraph extends AbstractGraph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
Constructor and Description |
---|
InterproceduralCallGraph()
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addVertex(InterproceduralCallGraphVertex v)
Deprecated.
Add given vertex to the graph.
|
protected InterproceduralCallGraphEdge |
allocateEdge(InterproceduralCallGraphVertex source,
InterproceduralCallGraphVertex target)
Deprecated.
|
InterproceduralCallGraphVertex |
lookupVertex(MethodDescriptor methodDesc)
Deprecated.
Look up vertex corresponding to given method.
|
containsVertex, createEdge, edgeIterator, getNumEdgeLabels, getNumEdges, getNumIncomingEdges, getNumOutgoingEdges, getNumVertexLabels, getNumVertices, incomingEdgeIterator, lookupEdge, outgoingEdgeIterator, predecessorIterator, removeEdge, removeVertex, setNumEdgeLabels, setNumVertexLabels, successorIterator, vertexIterator, vertices
public InterproceduralCallGraph()
public void addVertex(InterproceduralCallGraphVertex v)
Graph
addVertex
in interface Graph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
addVertex
in class AbstractGraph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
v
- the vertex to addpublic InterproceduralCallGraphVertex lookupVertex(MethodDescriptor methodDesc)
methodDesc
- a MethodDescriptor specifying a methodprotected InterproceduralCallGraphEdge allocateEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
allocateEdge
in class AbstractGraph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.