orc.type
Class BooleanType

java.lang.Object
  extended by orc.type.Type
      extended by orc.type.BooleanType

public class BooleanType
extends Type


Field Summary
 
Fields inherited from class orc.type.Type
BLANK, BOOLEAN, BOT, INTEGER, LET, NUMBER, STRING, TOP
 
Constructor Summary
BooleanType()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class orc.type.Type
call, equal, join, meet, subtype, supertype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanType

public BooleanType()
Method Detail

toString

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