harpoon.Main
Class Main

java.lang.Object
  extended by harpoon.IR.Registration
      extended by harpoon.Main.Main

public abstract class Main
extends Registration

Main is the command-line interface to the compiler.

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

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          The compiler should be invoked with the names of classes to view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws IOException
The compiler should be invoked with the names of classes to view. An optional "-code codename" option allows you to specify which codeview to use.

Throws:
IOException