Uses of Interface
net.hydromatic.morel.Shell.LineFn
-
Packages that use Shell.LineFn Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java. -
-
Uses of Shell.LineFn in net.hydromatic.morel
Classes in net.hydromatic.morel that implement Shell.LineFn Modifier and Type Class Description (package private) static classShell.ReaderLineFnImplementation ofShell.LineFnthat reads from a reader.private static classShell.TerminalLineFnImplementation ofShell.LineFnthat reads from JLine's terminal.Fields in net.hydromatic.morel declared as Shell.LineFn Modifier and Type Field Description private Shell.LineFnShell.SubShell. lineFnConstructors in net.hydromatic.morel with parameters of type Shell.LineFn Constructor Description SubShell(int depth, int maxDepth, Shell.LineFn lineFn, boolean echo, TypeSystem typeSystem, Environment env, Consumer<String> outLines, Session session, File directory)
-