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)Copyright © 2003–2015. All rights reserved.