Searched refs:ShellInterpreter (Results 1 – 3 of 3) sorted by relevance
28 public class ShellInterpreter extends Interpreter { class31 public ShellInterpreter() { in ShellInterpreter() method in ShellInterpreter
34 import com.googlecode.android_scripting.interpreter.shell.ShellInterpreter;215 mInterpreterSet.add(new ShellInterpreter()); in InterpreterConfiguration()
42 import com.googlecode.android_scripting.interpreter.shell.ShellInterpreter;188 interpreterProcess = new InterpreterProcess(new ShellInterpreter(), proxy); in startAction()