2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang acdk::lang::dmi ScriptInterpreter members See also: ScriptInterpreter.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ScriptInterpreter.h>
Inheritance diagram for acdk::lang::dmi::ScriptInterpreter:
[inline, virtual]
Calls a script function.
Note: may not all script interpreter support this function
Reimplemented in acdk::lisp::LispInterpreter, acdk::perl::APerlInterpreter, acdk::python::PythonInterpreter, and acdk::tcl::TclInterpreter.
[pure virtual]
Evaluate the code .
On some interpreter it is equal to parse.
Implemented in acdk::lisp::LispInterpreter, acdk::perl::APerlInterpreter, acdk::python::PythonInterpreter, and acdk::tcl::TclInterpreter.
Do debug the given Script.
May not work on all scripting languages
Implemented in acdk::lisp::LispInterpreter.
Calls a script method of given object.
Parse a file.
On some interpreter also execute the script.
Implemented in acdk::lisp::LispInterpreter, and acdk::perl::APerlInterpreter.