harpoon.Interpret.Tree
Class Method
java.lang.Object
|
+--harpoon.Interpret.Tree.Debug
|
+--harpoon.Interpret.Tree.Method
- public final class Method
- extends harpoon.Interpret.Tree.Debug
Method
converts HMethods
into tree code,
and interprets them.
- Version:
- $Id: Method.java,v 1.3 2002/02/26 22:46:30 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method
public Method()
run
public static final void run(PrintWriter prof,
HCodeFactory hcf,
HClass cls,
String[] args)
- invoke a static main method with no static state.