Class Parser

java.lang.Object
  |
  +--Parser

class Parser
extends java.lang.Object


Constructor Summary
Parser()
           
 
Method Summary
 Command getCommand()
           
 void showCommands()
          Print out a list of valid command words.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

getCommand

public Command getCommand()

showCommands

public void showCommands()
Print out a list of valid command words.


Generated by BlueJ