|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractGraph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraph
@Deprecated public class InterproceduralCallGraph
Class representing the interprocedural call graph. Vertices represent methods. Edges represent method calls.
Constructor Summary | |
---|---|
InterproceduralCallGraph()
Deprecated. Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractGraph |
---|
containsVertex, createEdge, edgeIterator, getNumEdgeLabels, getNumEdges, getNumIncomingEdges, getNumOutgoingEdges, getNumVertexLabels, getNumVertices, incomingEdgeIterator, lookupEdge, outgoingEdgeIterator, predecessorIterator, removeEdge, removeVertex, setNumEdgeLabels, setNumVertexLabels, successorIterator, vertexIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterproceduralCallGraph()
Method Detail |
---|
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 method
protected InterproceduralCallGraphEdge allocateEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
allocateEdge
in class AbstractGraph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |