edu.rice.cs.util.sexp
Class SEList

java.lang.Object
  extended by edu.rice.cs.util.sexp.SEList
All Implemented Interfaces:
SExp
Direct Known Subclasses:
Cons, Empty

public abstract class SEList
extends Object
implements SExp


Constructor Summary
SEList()
           
 
Method Summary
abstract
<Ret> Ret
accept(SEListVisitor<Ret> v)
           
protected abstract  String toStringHelp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.rice.cs.util.sexp.SExp
accept
 

Constructor Detail

SEList

public SEList()
Method Detail

accept

public abstract <Ret> Ret accept(SEListVisitor<Ret> v)

toStringHelp

protected abstract String toStringHelp()