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>

Constructor Summary
Method()
           
 
Method Summary
static void run(PrintWriter prof, HCodeFactory hcf, HClass cls, String[] args)
          invoke a static main method with no static state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Method

public Method()
Method Detail

run

public static final void run(PrintWriter prof,
                             HCodeFactory hcf,
                             HClass cls,
                             String[] args)
invoke a static main method with no static state.