|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.type.Type
orc.type.Message
public class Message
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 |
---|
public Field f
Constructor Detail |
---|
public Message(Field f)
Method Detail |
---|
public boolean subtype(Type that)
subtype
in class Type
public boolean equal(Type that)
equal
in class Type
public Type join(Type that)
join
in class Type
public Type meet(Type that)
meet
in class Type
public java.lang.String toString()
toString
in class Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |