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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericContextFactory
public GenericContextFactory(int context_sensitivity,
boolean use_cache)
- Creates a
GenericContextFactory
.
makeEmptyContext
public Context makeEmptyContext()