Class InterproceduralCallGraphEdge

All Implemented Interfaces:
GraphEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>, Comparable<InterproceduralCallGraphEdge>

public class InterproceduralCallGraphEdge extends AbstractEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
A class representing an edge in the interprocedural call graph; i.e., a call from one method to another.
Author:
David Hovemeyer