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)SpotBugs is licensed under the LGPL.