Building Parsers with Java

sjm.examples.tokens
Class ShowSuppliedReader

java.lang.Object
  |
  +--sjm.examples.tokens.ShowSuppliedReader

public class ShowSuppliedReader
extends java.lang.Object

This class shows that you can supply your own reader to a tokenizer.


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

Constructor Detail

ShowSuppliedReader

public ShowSuppliedReader()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Just an example.

by Steve Metsker