harpoon.Analysis
Class GenericContextFactory

java.lang.Object
  |
  +--harpoon.Analysis.GenericContextFactory

public class GenericContextFactory
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.2 2002/02/26 10:30:18 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 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 makeEmptyContext()