Package com.googlecode.android_scripting.interpreter

Interface Summary
InProcessInterpreter  
InterpreterConfiguration.ConfigurationObserver  
InterpreterConstants A collection of constants required for installation/removal of an interpreter.
InterpreterDescriptor Provides interpreter-specific info for execution/installation/removal purposes.
InterpreterPropertyNames A collection of String keys for querying an InterpreterProvider.
 

Class Summary
ExternalClassLoader  
Interpreter Combines all the execution-related specs of a particular interpreter installed in the system.
InterpreterConfiguration Manages and provides access to the set of available interpreters.
InterpreterProcess This is a skeletal implementation of an interpreter process.
InterpreterUtils  
MyInterpreter Wrapper for the Interpreter class.