Major refactoring. Eliminated the old interpreter interface in favor of a newer, simplified one. Redesigned environments for type checking and runtime bindings. Introduced DJClass as a level of indirection from Class objects, making type checking in the presense of non-compiled classes possible. Removed much unnecessary code from the koala/dynamicjava subtree (new code was added to edu/rice/cs/dynamicjava).