Building Parsers with Java

sjm.examples.mechanics
Class ShowBestMatch

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

public class ShowBestMatch
extends java.lang.Object

Show that Parser.bestMatch() matches a parser against an input as far as possible.


Constructor Summary
ShowBestMatch()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show that Parser.bestMatch() matches a parser against an input as far as possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowBestMatch

public ShowBestMatch()
Method Detail

main

public static void main(java.lang.String[] args)
Show that Parser.bestMatch() matches a parser against an input as far as possible.

by Steve Metsker