public interface ScriptingEngine extends ScriptingHandler
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches()
Clears any cached values, permitting them to be recomputed as needed.
|
ScriptingEngine |
newScriptingEngine(ScriptableDelegate child)
Returns a new scripting engine for the specified delegate.
|
evaluateExpression, runScript, supportsScriptLanguagedoEvent, doEventScript, handleEventScriptingEngine newScriptingEngine(ScriptableDelegate child)
void clearCaches()
clearCaches in interface ScriptingHandler