dbrown
Class TokenizerTest

java.lang.Object
  extended by dbrown.TokenizerTest

public class TokenizerTest
extends java.lang.Object

Tests the Tokenizer class.

Version:
2008-09-24
Author:
David Brown

Constructor Summary
TokenizerTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Enter an expression to test at the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenizerTest

public TokenizerTest()
Method Detail

main

public static void main(java.lang.String[] args)
Enter an expression to test at the console. Type 'quit' to end the program.

Parameters:
args -