Package harpoon.Interpret.Quads

An interpreter for quad form.

See:
          Description

Class Summary
INClass INClass provides implementations of the native methods in java.lang.Class.
INClassLoader INClassLoader provides implementations for (some of) the native methods in java.lang.ClassLoader and java.lang.ClassLoader.NativeLibrary.
INFile INFile provides implementations for (some of) the native methods in java.io.File.
INFileSystem INFileSystem provides implementations for (some of) the native methods in java.io.FileSystem.
INFloatDouble INFloatDouble provides implementations of the native methods in java.lang.Float and java.lang.Double.
INMath INMath provides implementations for (some of) the native methods in java.lang.Math.
INObject INObject provides implementations of the native methods in java.lang.Object.
INResourceBundle INResourceBundle provides implementations for (some of) the native methods in java.util.ResourceBundle.
INRuntime INRuntime provides implementations of the native methods in java.lang.Runtime.
INString INString provides implementations of the native methods in java.lang.String.
Method Method interprets method code in quad form.
 

Package harpoon.Interpret.Quads Description

An interpreter for quad form. Uses Java's built-in garbage collection and run-time to serve as the run-time for the interpreted code. Outputs profiling information and statistics if you ask nicely. Currently handles only hi-quad form; will be extended to handle low-quad form as well.

Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
Run