Building Parsers with Java

sjm.examples.tokens
Class ShowQuoteState

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

public class ShowQuoteState
extends java.lang.Object

This class demonstrates how QuoteState works.


Constructor Summary
ShowQuoteState()
           
 
Method Summary
static void main(java.lang.String[] args)
          Demonstrate the operation of the quote state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowQuoteState

public ShowQuoteState()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Demonstrate the operation of the quote state.

by Steve Metsker