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

/external/sl4a/Common/src/com/googlecode/android_scripting/
H A 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("Pytho
107 private static class FeaturedInterpreter { class in class:FeaturedInterpreters
112 private FeaturedInterpreter(String name, String extension, String url) method in class:FeaturedInterpreters.FeaturedInterpreter
[all...]

Completed in 169 milliseconds