Building Parsers with Java

sjm.examples.reserved
Class ShowReserved

java.lang.Object
  |
  +--sjm.examples.reserved.ShowReserved

public class ShowReserved
extends java.lang.Object

This class shows the use of a customized tokenizer, and the use of a terminal that looks for the new token type.


Constructor Summary
ShowReserved()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show the use of a customized tokenizer, and the use of a terminal that looks for the new token type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowReserved

public ShowReserved()
Method Detail

main

public static void main(java.lang.String[] args)
Show the use of a customized tokenizer, and the use of a terminal that looks for the new token type.

by Steve Metsker