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()
102 Interpreter interpreter = config.getInterpreterForScript(script.getName()); in listExecutableScripts()127 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()
303 public Interpreter getInterpreterForScript(String scriptName) { in getInterpreterForScript() method in InterpreterConfiguration