HomeSort by relevance Sort by last modified time
    Searched defs:getInterpreterForScript (Results 1 - 2 of 2) sorted by null

  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptProcess.java 30 super(configuration.getInterpreterForScript(script.getName()), proxy);
34 Interpreter interpreter = configuration.getInterpreterForScript(scriptName);
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 303 public Interpreter getInterpreterForScript(String scriptName) {

Completed in 62 milliseconds