Types
Class VOID

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

public class VOID
extends Type


Constructor Summary
VOID()
           
 
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

VOID

public VOID()
Method Detail

toString

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

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

accept

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