|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.type.Type
orc.type.TypeApplication
public class TypeApplication
An unevaluated type application.
Field Summary | |
---|---|
java.util.List<Type> |
params
|
Type |
ty
|
Fields inherited from class orc.type.Type |
---|
BLANK, BOOLEAN, BOT, INTEGER, LET, NUMBER, STRING, TOP |
Constructor Summary | |
---|---|
TypeApplication(Type ty,
java.util.List<Type> params)
|
Method Summary | |
---|---|
Type |
subst(Env<Type> ctx)
|
java.lang.String |
toString()
|
Methods inherited from class orc.type.Type |
---|
addConstraints, assertSubtype, asTycon, call, call, closed, demote, equal, findVariance, freeVars, isBot, isTop, join, meet, promote, substAll, subtype, supertype, unwrapAs, variances |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Type ty
public java.util.List<Type> params
Constructor Detail |
---|
public TypeApplication(Type ty, java.util.List<Type> params)
Method Detail |
---|
public Type subst(Env<Type> ctx) throws TypeException
subst
in class Type
TypeException
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 |