harpoon.Analysis
Class GenericContextFactory<E>

java.lang.Object
  extended by harpoon.Analysis.GenericContextFactory<E>

public class GenericContextFactory<E>
extends Object

A GenericContextFactory can create Context objects for any desired level of context-sensitivity. The context-sensitivity and caching behavior is specified in the GenericContextFactory's constructor.

Version:
$Id: GenericContextFactory.java,v 1.4 2004/02/08 01:49:03 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
Context

Constructor Summary
GenericContextFactory(int context_sensitivity, boolean use_cache)
          Creates a GenericContextFactory.
 
Method Summary
 Context<E> makeEmptyContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericContextFactory

public GenericContextFactory(int context_sensitivity,
                             boolean use_cache)
Creates a GenericContextFactory.

Method Detail

makeEmptyContext

public Context<E> makeEmptyContext()