Class TokenTest
java.lang.Object
|
+--TokenTest
- public class TokenTest
- extends Object
Provide a simple test harness for the Token class.
Method Summary |
static void |
main(String[] arg)
Super simple test case. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenTest
public TokenTest()
main
public static void main(String[] arg)
- Super simple test case. Create a few representative
Tokens and use println and the toString method to
print them out.