harpoon.Interpret.Tree
Class TestRun

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

public abstract class TestRun
extends Object

Run invokes the interpreter.

Version:
$Id: TestRun.java,v 1.2 2002/02/25 21:06:01 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
TestRun()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRun

public TestRun()
Method Detail

main

public static void main(String[] args)