Class Driver

java.lang.Object
  |
  +--Driver

public class Driver
extends java.lang.Object

Driver main module. This is used to start ticker series from the command line. This class file (as do all the others) contain copious javadoc comments demonstrating different aspects of using javadoc, including style. The end result is a fairly readable set of javadocs.

See Also:
How to Write Doc Comments for the Javadoc Tool", Short Slide Set, Sun's Javadoc Discussion Forum

Constructor Summary
Driver()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main routine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

main

public static void main(java.lang.String[] args)
Main routine. args -- Items to be pushed onto the stack and then popped off. Simple demo.