All Packages Class Hierarchy This Package Previous Next Index
Class duckMachine.operatingSystem.TextShell
java.lang.Object
|
+----duckMachine.operatingSystem.TextShell
- public class TextShell
- extends Object
A textual shell for interacting with the machine. This is simply
an infinite loop that keeps waiting for commands, executes them,
and reports errors without crashing.
-
TextShell(MachineI)
-
-
loop()
-
TextShell
public TextShell(MachineI m)
loop
public void loop()
All Packages Class Hierarchy This Package Previous Next Index