harpoon.Main
Class JMain

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

public abstract class JMain
extends Registration

JMain is the command-line interface to the compiler.

Version:
$Id: JMain.java,v 1.6 2004/02/08 01:58:13 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
JMain()
           
 
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

JMain

public JMain()
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