Uses of Interface
net.hydromatic.morel.eval.Session.Shell
-
Packages that use Session.Shell Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java.net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of Session.Shell in net.hydromatic.morel
Classes in net.hydromatic.morel that implement Session.Shell Modifier and Type Class Description (package private) static classMain.ShellShell (or sub-shell created vianet.hydromatic.morel.compile.BuiltIn#INTERACT_USE) that can execute commands and handle errors.(package private) static classMain.SubShellShell that is created via thenet.hydromatic.morel.compile.BuiltIn#INTERACT_USE) command.private classShell.SubShell.UseImplementation of the "use" function. -
Uses of Session.Shell in net.hydromatic.morel.eval
Classes in net.hydromatic.morel.eval that implement Session.Shell Modifier and Type Class Description private static classSession.ShellsVarious implementations ofSession.Shell.Fields in net.hydromatic.morel.eval declared as Session.Shell Modifier and Type Field Description private Session.ShellSession. shellImplementation of "use".Methods in net.hydromatic.morel.eval with parameters of type Session.Shell Modifier and Type Method Description voidSession. withShell(Session.Shell shell, Consumer<String> outLines, Consumer<Session> consumer)Calls some code with a new value ofSession.Shell.
-