Searched refs:getInterpreterForScript (Results 1 – 5 of 5) sorted by relevance
30 super(configuration.getInterpreterForScript(script.getName()), proxy); in ScriptProcess()34 Interpreter interpreter = configuration.getInterpreterForScript(scriptName); in ScriptProcess()
101 Interpreter interpreter = config.getInterpreterForScript(script.getName()); in listExecutableScripts()126 Interpreter interpreter = config.getInterpreterForScript(file.getName()); in listExecutableScriptsRecursively()
201 mConfiguration.getInterpreterForScript(mNameText.getText().toString()); in onOptionsItemSelected()218 mConfiguration.getInterpreterForScript(mNameText.getText().toString()).getName()); in onOptionsItemSelected()411 Interpreter ip = mConfiguration.getInterpreterForScript(mNameText.getText().toString()); in filter()
117 Interpreter interpreter = mConfiguration.getInterpreterForScript(scriptName); in querySearchSuggestions()
301 public Interpreter getInterpreterForScript(String scriptName) { in getInterpreterForScript() method in InterpreterConfiguration