edu.rice.cs.util.sexp
Class Empty

java.lang.Object
  extended by edu.rice.cs.util.sexp.SEList
      extended by edu.rice.cs.util.sexp.Empty
All Implemented Interfaces:
SExp

public class Empty
extends SEList


Field Summary
static Empty ONLY
           
 
Method Summary
<Ret> Ret
accept(SEListVisitor<Ret> v)
           
<Ret> Ret
accept(SExpVisitor<Ret> v)
           
 String toString()
           
protected  String toStringHelp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ONLY

public static final Empty ONLY
Method Detail

accept

public <Ret> Ret accept(SExpVisitor<Ret> v)

accept

public <Ret> Ret accept(SEListVisitor<Ret> v)
Specified by:
accept in class SEList

toStringHelp

protected String toStringHelp()
Specified by:
toStringHelp in class SEList

toString

public String toString()
Overrides:
toString in class Object