Building Parsers with Java

sjm.examples.tokens
Class ShowWord

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

public class ShowWord
extends java.lang.Object

This class shows a Tokenizer consuming a word.


Constructor Summary
ShowWord()
           
 
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

ShowWord

public ShowWord()
Method Detail

main

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

by Steve Metsker