Building Parsers with Java

sjm.examples.tokens
Class ShowNewSymbol

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

public class ShowNewSymbol
extends java.lang.Object

This class shows how to add a new multi-character symbol.


Constructor Summary
ShowNewSymbol()
           
 
Method Summary
static void main(java.lang.String[] args)
          Demonstrate how to add a multi-character symbol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowNewSymbol

public ShowNewSymbol()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Demonstrate how to add a multi-character symbol.

by Steve Metsker