Uses of Class
net.hydromatic.morel.Shell.LineType
-
Packages that use Shell.LineType Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java. -
-
Uses of Shell.LineType in net.hydromatic.morel
Methods in net.hydromatic.morel that return Shell.LineType Modifier and Type Method Description static Shell.LineTypeShell.LineType. valueOf(String name)Returns the enum constant of this type with the specified name.static Shell.LineType[]Shell.LineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.hydromatic.morel that return types with arguments of type Shell.LineType Modifier and Type Method Description Pair<Shell.LineType,String>Shell.LineFn. read(StringBuilder buf)Pair<Shell.LineType,String>Shell.ReaderLineFn. read(StringBuilder buf)Pair<Shell.LineType,String>Shell.TerminalLineFn. read(StringBuilder buf)
-