harpoon.IR
Class Registration

java.lang.Object
  extended by harpoon.IR.Registration
Direct Known Subclasses:
CallGraph, CHStats, EDMain, EDXMain, EventDriven, Graph, JMain, Lint, Main, Run, SAMain, Sizer, TypesMain

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.3 2002/02/25 21:03:49 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
Registration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registration

public Registration()