edu.rice.cs.util.sexp
Class SEList
java.lang.Object
edu.rice.cs.util.sexp.SEList
- All Implemented Interfaces:
- SExp
- Direct Known Subclasses:
- Cons, Empty
public abstract class SEList
- extends Object
- implements SExp
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 |
SEList
public SEList()
accept
public abstract <Ret> Ret accept(SEListVisitor<Ret> v)
toStringHelp
protected abstract String toStringHelp()