Building Parsers with Java

sjm.examples.mechanics
Class ShowAlternationSet

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

public class ShowAlternationSet
extends java.lang.Object

This class shows that an alternation can, by itself, create a collection of possible matches.


Constructor Summary
ShowAlternationSet()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show that an alternation can, by itself, create a collection of possible matches.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowAlternationSet

public ShowAlternationSet()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Show that an alternation can, by itself, create a collection of possible matches.

by Steve Metsker