edu.neu.ccs.demeterf.lib
Class List.Stringer<X>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.List.Stringer<X>
Enclosing class:
List<X>

public abstract static class List.Stringer<X>
extends java.lang.Object

Compute a String from a List (Visitor)


Constructor Summary
List.Stringer()
           
 
Method Summary
abstract  java.lang.String toString(X f, List<X> r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

List.Stringer

public List.Stringer()
Method Detail

toString

public abstract java.lang.String toString(X f,
                                          List<X> r)