All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.IR.Registration

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

public class Registration
extends Object
Registration takes care of registering 'well-known' intermediate representations. The class that implements the main() method of your program should either subclass Registration or create a new registration object when it initializes to ensure that the IRs are registered.

Registration occurs in a static block of the class, so it will happen as soon as the class initializer is called; typically when the Registration class is loaded.

Version:
$Id: Registration.java,v 1.2 1998/10/11 02:37:09 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Index

 o Registration()

Constructors

 o Registration
 public Registration()

All Packages  Class Hierarchy  This Package  Previous  Next  Index