Package | Description |
---|---|
edu.umd.cs.findbugs.ba.ch |
Modifier and Type | Method | Description |
---|---|---|
InterproceduralCallGraphVertex |
InterproceduralCallGraph.lookupVertex(MethodDescriptor methodDesc) |
Deprecated.
Look up vertex corresponding to given method.
|
Modifier and Type | Method | Description |
---|---|---|
void |
InterproceduralCallGraph.addVertex(InterproceduralCallGraphVertex v) |
Deprecated.
|
protected InterproceduralCallGraphEdge |
InterproceduralCallGraph.allocateEdge(InterproceduralCallGraphVertex source,
InterproceduralCallGraphVertex target) |
Deprecated.
|
Constructor | Description |
---|---|
InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source,
InterproceduralCallGraphVertex target) |
Constructor.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.