Building Parsers with Java

sjm.examples.mechanics
Class ShowCycle

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

public class ShowCycle
extends java.lang.Object

Show that a parser that contains a cycle prints itself without looping.


Constructor Summary
ShowCycle()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show that a parser that contains a cycle prints itself without looping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowCycle

public ShowCycle()
Method Detail

main

public static void main(java.lang.String[] args)
Show that a parser that contains a cycle prints itself without looping.

by Steve Metsker