Types
Class BOOLEAN

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

public class BOOLEAN
extends Type


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

BOOLEAN

public BOOLEAN()
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