This is a base class for all interpreters compiling the scripts
author: Ovidiu Predescu author: Marcus Crafter author: Carsten Ziegeler version: CVS $Id: CompilingInterpreter.java 494773 2007-01-10 09:24:02Z cziegeler $
compileScript(Context context, Scriptable scope, Source source) TODO - This is a little bit strange, the interpreter calls
get Script on the ScriptSourceEntry which in turn
calls compileScript on the interpreter.
TODO - This is a little bit strange, the interpreter calls
get Script on the ScriptSourceEntry which in turn
calls compileScript on the interpreter. I think we
need more refactoring here.