harpoon.Main
Class Options

java.lang.Object
  extended by harpoon.Main.Options

public class Options
extends Object

Options contains the values of the current runtime environment.

Version:
$Id: Options.java,v 1.8 2003/07/10 02:01:38 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Field Summary
static PrintWriter profWriter
          Stream for writing profiling data.
static PrintWriter statWriter
          Stream for writing statistics.
 
Constructor Summary
Options()
           
 
Method Summary
static HCodeFactory cfFromString(String name, HCodeFactory hcf, Linker linker)
          Make a code factory to implement a pass, given a string name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statWriter

public static PrintWriter statWriter
Stream for writing statistics.


profWriter

public static PrintWriter profWriter
Stream for writing profiling data.

Constructor Detail

Options

public Options()
Method Detail

cfFromString

public static HCodeFactory cfFromString(String name,
                                        HCodeFactory hcf,
                                        Linker linker)
Make a code factory to implement a pass, given a string name.