This function is called from the Startup() method of an evalautor and is not useful to be called directly. It is exported to make it visible from within a subclass of "Interface".
evaluatorAction(action, ev)# S4 method for language
evaluatorAction(action, ev)
# S4 method for pathEl
evaluatorAction(action, ev)
the action from the table. Must be an expression or some special class, typically a path element to add to the server path.
the evaluator.
language
: a language object, just evaluate it.
pathEl
: a "pathEl" object to add to the server search path.