All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.Analysis.QuadSSA.CallGraph

java.lang.Object
   |
   +----harpoon.Analysis.QuadSSA.CallGraph

public class CallGraph
extends Object
CallGraph constructs a simple directed call graph.

Version:
$Id: CallGraph.java,v 1.4 1998/10/16 12:09:23 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Index

 o CallGraph(ClassHierarchy)
Creates a CallGraph using the specified ClassHierarchy.

Method Index

 o calls(HMethod)
Return a list of all possible methods called by this method.

Constructors

 o CallGraph
 public CallGraph(ClassHierarchy ch)
Creates a CallGraph using the specified ClassHierarchy.

Methods

 o calls
 public HMethod[] calls(HMethod m)
Return a list of all possible methods called by this method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index