Class CommandWords

java.lang.Object
  |
  +--CommandWords

class CommandWords
extends java.lang.Object


Constructor Summary
CommandWords()
          Constructor - initialise the command words.
 
Method Summary
 boolean isCommand(java.lang.String aString)
          Check whether a given String is a valid command word.
 void showAll()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandWords

public CommandWords()
Constructor - initialise the command words.
Method Detail

isCommand

public boolean isCommand(java.lang.String aString)
Check whether a given String is a valid command word. Return true if it is, false if it isn't.

showAll

public void showAll()


Generated by BlueJ