|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.types.Type
tip.types.Function
public class Function
Constructor Summary | |
---|---|
Function(LinkedList<Type> argTypes,
Type returnType)
|
Method Summary | |
---|---|
Type[] |
getArgTypes()
|
Type |
getReturnType()
|
String |
toString()
|
void |
unify(Type other)
Unify this type and the given type |
Methods inherited from class tip.types.Type |
---|
clearMarks, equiv, find, isRoot, renameRootVariables, union |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Function(LinkedList<Type> argTypes, Type returnType)
Method Detail |
---|
public Type getReturnType()
public Type[] getArgTypes()
public void unify(Type other)
Type
unify
in class Type
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |