Class P5
Object
P5
public class P5
- extends Object
A test program for excercising the scanner of Project 4, CS 536, Fall 2004.
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 |
P5
public P5()
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".