Building Parsers with Java

sjm.examples.mechanics
Class ShowSequenceSimple

java.lang.Object
  |
  +--sjm.examples.mechanics.ShowSequenceSimple

public class ShowSequenceSimple
extends java.lang.Object

This class uses a VerboseSequence to show the progress a sequence makes during matching.


Constructor Summary
ShowSequenceSimple()
           
 
Method Summary
static void main(java.lang.String[] args)
          Using a VerboseSequence, show the progress a sequence makes during matching.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowSequenceSimple

public ShowSequenceSimple()
Method Detail

main

public static void main(java.lang.String[] args)
Using a VerboseSequence, show the progress a sequence makes during matching.

by Steve Metsker