re
Class PrettyPrint

java.lang.Object
  extended by re.PrettyPrint
All Implemented Interfaces:
Visitor

public class PrettyPrint
extends Object
implements Visitor

TODO: Finish me.


Constructor Summary
PrettyPrint()
           
 
Method Summary
 void visit(REEmpty x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrint

public PrettyPrint()
Method Detail

visit

public void visit(REEmpty x)
Specified by:
visit in interface Visitor