urbanek@host.sk
)Copyright: (C) 2002 Free Software Foundation
- Declared in:
- StepTalk/STEngine.h
STEngine is abstract class for language engines used to intepret scripts.
Method summaryReturn a scripting engine for the language used in files of type fileType
Instance creation
Return a scripting engine
for language with specified name.
Scripting Environment
Return the default
scripting environment for the engine.
Execude source code code in default scripting environment.
Execude source code code in an environment env. This is the method, that has to be implemented by those who are writing a language engine.
Description forthcoming.
Description forthcoming.
Set the default scripting environment for the engine.
Description forthcoming.