orc.type
Class Message

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

public class Message
extends Type


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

Field Detail

f

public Field f
Constructor Detail

Message

public Message(Field f)
Method Detail

subtype

public boolean subtype(Type that)
Overrides:
subtype in class Type

equal

public boolean equal(Type that)
Overrides:
equal in class Type

join

public Type join(Type that)
Overrides:
join in class Type

meet

public Type meet(Type that)
Overrides:
meet in class Type

toString

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