Building Parsers with Java

sjm.examples.mechanics
Class ShowAstarAB

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

public class ShowAstarAB
extends java.lang.Object

This class shows that the "right" answer for a repetition object is not always to match all that it can.


Constructor Summary
ShowAstarAB()
           
 
Method Summary
static void main(java.lang.String[] args)
          This class shows that the "right" answer for a repetition object is not always to match all that it can.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowAstarAB

public ShowAstarAB()
Method Detail

main

public static void main(java.lang.String[] args)
This class shows that the "right" answer for a repetition object is not always to match all that it can.

by Steve Metsker