harpoon.Interpret.Tree
Class Method

java.lang.Object
  extended by harpoon.Interpret.Tree.Method

public final class Method
extends Object

Method converts HMethods into tree code, and interprets them.

Version:
$Id: Method.java,v 1.4 2002/04/10 03:06:00 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.