Home
last modified time | relevance | path

Searched refs:FeaturedInterpreter (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/
DFeaturedInterpreters.java30 private static final Map<String, FeaturedInterpreter> mNameMap =
31 new HashMap<String, FeaturedInterpreter>();
32 private static final Map<String, FeaturedInterpreter> mExtensionMap =
33 new HashMap<String, FeaturedInterpreter>();
37 FeaturedInterpreter interpreters[] =
39 new FeaturedInterpreter("BeanShell 2.0b4", ".bsh",
41 new FeaturedInterpreter("JRuby", ".rb",
43 new FeaturedInterpreter("Lua 5.1.4", ".lua",
45 new FeaturedInterpreter("Perl 5.10.1", ".pl",
47 new FeaturedInterpreter("Python 2.6.2", ".py",
[all …]