Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class Chomp

java.lang.Object
  |
  +--Chomp

public class Chomp
extends java.lang.Object
Chomp is the command line interface end for Chompy. For help see Chomp help file.

Version:
1.0
Author:
Copyright Neil Blue (1998)
See Also:
Chompy

Method Summary
static void main(java.lang.String[] args)
          Program entry point for command line execution.
void run()
          Starts running Chomp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Program entry point for command line execution. Chomp does not take any command line parameters.

run

public void run()
Starts running Chomp. Once started chomp may be exited using 'END' 'EXIT' or 'QUIT'.
See Also:
Chomp help file

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD