Copyright: (C) 2002 Free Software Foundation
- Declared in:
- StepTalk/STEngine.h
STEngine is abstract class for language engines used to intepret scripts.
Method summary
Instance creation
Return a scripting engine
for language with specified name. The engine
is get from default language manager.
Description forthcoming.
Interpret source code code in a context context. This is the method, that has to be implemented by those who are writing a language engine.
Description forthcoming.
Description forthcoming.