Example #1
0
 /** Returns a ScriptEngine with the stuff above. */
 public ScriptEngine build(Language language) throws ScriptException {
   return language.initializeEngine(names);
 }