public class NIL extends Type
NIL()
void
accept(Visitor v)
boolean
coerceTo(Type t)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NIL()
public java.lang.String toString()
toString
Type
public boolean coerceTo(Type t)
coerceTo
public void accept(Visitor v)
accept
Visitable