Class ScanTest

java.lang.Object
  extended by ScanTest

public class ScanTest
extends java.lang.Object

Simple Scanner driver


Constructor Summary
ScanTest()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Test harness for the Scanner class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanTest

public ScanTest()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
Test harness for the Scanner class.

Parameters:
arg - [0] pathname to scan. If not specified, then the program tries to scan "fm/hello.fm".
Throws:
java.io.IOException - thrown if any IO errors occur during processing