Building Parsers with Java

sjm.examples.mechanics
Class ShowSequenceManual

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

public class ShowSequenceManual
extends java.lang.Object

This class shows that a Sequence match is equivalent to a series of match() calls.


Constructor Summary
ShowSequenceManual()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show that a Sequence match is equivalent to a series of match() calls.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowSequenceManual

public ShowSequenceManual()
Method Detail

main

public static void main(java.lang.String[] args)
Show that a Sequence match is equivalent to a series of match() calls.

by Steve Metsker