}
private String interpreteScript(String script)
{
ExternalExpressionInterpreter externalExpressionInterpreter = resolveExternalExpressionInterpreter();
return externalExpressionInterpreter.transform(script);
}
private ScriptEngine getScriptEngine()
{
if(this.scriptEngine == null)