All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.IR.Registration
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.
public Registration()
All Packages Class Hierarchy This Package Previous Next Index