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.


Constructor Index

 o TextShell(MachineI)

Method Index

 o loop()

Constructors

 o TextShell
 public TextShell(MachineI m)

Methods

 o loop
 public void loop()

All Packages  Class Hierarchy  This Package  Previous  Next  Index