Building Parsers with Java

sjm.examples.mechanics
Class ShowRepetitionMatch

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

public class ShowRepetitionMatch
extends java.lang.Object

This class shows that a repetition object creates more than one match from a single assembly.


Constructor Summary
ShowRepetitionMatch()
           
 
Method Summary
static void main(java.lang.String[] args)
          This class shows that a repetition object creates more than one match from a single assembly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowRepetitionMatch

public ShowRepetitionMatch()
Method Detail

main

public static void main(java.lang.String[] args)
This class shows that a repetition object creates more than one match from a single assembly.

by Steve Metsker