Building Parsers with Java

sjm.examples.mechanics
Class ShowCompleteMatch

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

public class ShowCompleteMatch
extends java.lang.Object

This class shows that Parser.completeMatch() returns a complete match, or null.


Constructor Summary
ShowCompleteMatch()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show that Parser.completeMatch() returns a complete match, or null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowCompleteMatch

public ShowCompleteMatch()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.ArithmeticException
Show that Parser.completeMatch() returns a complete match, or null.

by Steve Metsker