harpoon.Main
Class EDXMain
java.lang.Object
|
+--harpoon.IR.Registration
|
+--harpoon.Main.EDXMain
- public class EDXMain
- extends Registration
EDXMain
is a program to compile java classes to some
approximation of StrongARM assembly. It is for development testing
purposes, not production use.
- Version:
- $Id: EDXMain.java,v 1.3 2002/02/26 22:46:40 cananian Exp $
- Author:
- Felix S. Klock II <pnkfelix@mit.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDXMain
public EDXMain()
main
public static void main(String[] args)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
outputMethod
public static void outputMethod(HMethod hmethod,
HCodeFactory hcf,
HCodeFactory sahcf,
PrintWriter out)
throws IOException
IOException
outputClassData
public static void outputClassData(Linker linker,
HClass hclass,
PrintWriter out)
throws IOException
IOException