Types
Class NIL

java.lang.Object
  extended by Types.Type
      extended by Types.NIL

public class NIL
extends Type


Constructor Summary
NIL()
           
 
Method Summary
 void accept(Types.Visitor v)
           
 boolean coerceTo(Type t)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class Types.Type
actual, field, method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NIL

public NIL()
Method Detail

coerceTo

public boolean coerceTo(Type t)
Specified by:
coerceTo in class Type

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

accept

public void accept(Types.Visitor v)
Specified by:
accept in class Type