All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.Main.ProfileMain

java.lang.Object
   |
   +----harpoon.IR.Registration
           |
           +----harpoon.Main.ProfileMain

public abstract class ProfileMain
extends Registration
Main is the command-line interface to the compiler.

Version:
$Id: ProfileMain.java,v 1.1 1998/11/17 04:35:01 mfoltz Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Index

 o ProfileMain()

Method Index

 o main(String[])
The compiler should be invoked with the names of classes extending java.lang.Thread.

Constructors

 o ProfileMain
 public ProfileMain()

Methods

 o main
 public static void main(String args[])
The compiler should be invoked with the names of classes extending java.lang.Thread. These classes define the external interface of the machine.


All Packages  Class Hierarchy  This Package  Previous  Next  Index