| Interface | Description |
|---|---|
| CommandProcessor |
A Command Processor is a service that is registered by a script engine that
can execute commands.
|
| CommandSession |
A Command Session holds the executable state of a script engine as well as
the keyboard and console streams.
|
| Converter |
A converter is a service that can help create specific object types from a
string, and vice versa.
|
| Function |
A Function is a a block of code that can be executed with a set of arguments,
it returns the result object of executing the script.
|