|
|
Preparsed script code fragment ready to be executed
bool initialize (ScriptContext* context)
| initialize |
[const pure virtual]
Context initializer for language specific globals
Parameters:
context | Pointer to the context to initialize |
Returns: True if context was properly populated with globals
bool evaluate (ScriptRun& runner, ObjList& results)
| evaluate |
[const pure virtual]
Evaluation of a single code expression
Parameters:
runner | Reference to the runtime to use in evaluation |
results | List to fill with expression results |
ScriptRun* createRunner (ScriptContext* context, const char* title = 0)
| createRunner |
[virtual]
Create a runner adequate for this block of parsed code
Parameters:
context | Script context, must not be NULL |
title | An optional name for the runner |
Returns: A new script runner, NULL if context is NULL or feature is not supported
Generated by: paulc on bussard on Thu Jul 24 18:41:02 2014, using kdoc 2.0a54. |