Class InterproceduralCallGraph

All Implemented Interfaces:
Graph<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>

Deprecated.
Class representing the interprocedural call graph. Vertices represent methods. Edges represent method calls.
Author:
David Hovemeyer