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, supportsScriptLanguage
doEvent, doEventScript, handleEvent
ScriptingEngine newScriptingEngine(ScriptableDelegate child)
void clearCaches()
clearCaches
in interface ScriptingHandler