Building Parsers with Java

sjm.examples.mechanics
Class ShowZeroMatch

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

public class ShowZeroMatch
extends java.lang.Object

This class shows that a repetition object matches successfully once, when the subparser matches an assembly 0 times.


Constructor Summary
ShowZeroMatch()
           
 
Method Summary
static void main(java.lang.String[] args)
          This class shows that a repetition object matches successfully once, when the subparser matches an assembly 0 times.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowZeroMatch

public ShowZeroMatch()
Method Detail

main

public static void main(java.lang.String[] args)
This class shows that a repetition object matches successfully once, when the subparser matches an assembly 0 times.

by Steve Metsker