chord.program
Class RTA

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

public class RTA
extends java.lang.Object

Rapid Type Analysis algorithm for computing program scope (reachable classes and methods).

Author:
Mayur Naik (mhn@cs.stanford.edu), Omer Tripp (omertripp@post.tau.ac.il)

Field Summary
static boolean DEBUG
           
 
Constructor Summary
RTA(java.lang.String reflectKind)
           
 
Method Summary
 IndexSet<joeq.Class.jq_Method> getMethods()
           
 Reflect getReflect()
           
 
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

RTA

public RTA(java.lang.String reflectKind)
Method Detail

getMethods

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

getReflect

public Reflect getReflect()