public class InterproceduralCallGraphEdge extends AbstractEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
| Constructor and Description |
|---|
InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source,
InterproceduralCallGraphVertex target)
Constructor.
|
public InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
source - source vertex (caller)target - target vertex (callee)FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.