CS 536 Fall 2007, Project 5

Class P5

Object
  extended by P5

public class P5
extends Object

A test program for excercising the scanner of Project 4, CS 536, Fall 2004.


Constructor Summary
P5()
           
 
Method Summary
static void main(String[] args)
          Runs the test.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P5

public P5()
Method Detail

main

public static void main(String[] args)
Runs the test.

Parameters:
args - command-line arguments. One optional argument: name of the test file. If omitted, use the wired-in default "testdata".

CS 536 Fall 2007, Project 5