Uses of Class
net.hydromatic.morel.Shell
-
Packages that use Shell Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java. -
-
Uses of Shell in net.hydromatic.morel
Methods in net.hydromatic.morel that return Shell Modifier and Type Method Description static ShellShell. create(List<String> args, InputStream in, OutputStream out)Creates a Shell.static ShellShell. create(Shell.Config config, InputStream in, OutputStream out)Creates a Shell.
-