chord.program
Class CHA

java.lang.Object
  extended by chord.program.CHA

public class CHA
extends java.lang.Object

Class Hierarchy Analysis algorithm for computing program scope (reachable classes and methods).

Author:
Mayur Naik (mhn@cs.stanford.edu)

Field Summary
static boolean DEBUG
           
 
Constructor Summary
CHA(ClassHierarchy _ch)
           
 
Method Summary
 IndexSet<joeq.Class.jq_Method> getMethods()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

CHA

public CHA(ClassHierarchy _ch)
Method Detail

getMethods

public IndexSet<joeq.Class.jq_Method> getMethods()