|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.type.Type
orc.type.ground.LetType
public class LetType
The special type of the let site.
Field Summary |
---|
Fields inherited from class orc.type.Type |
---|
BOOLEAN, BOT, INTEGER, LET, NUMBER, SIGNAL, STRING, TOP |
Constructor Summary | |
---|---|
LetType()
|
Method Summary | |
---|---|
Type |
call(java.util.List<Type> args)
|
static Type |
condense(java.util.List<Type> types)
Classic 'let' functionality, at the type level. |
boolean |
subtype(Type that)
|
java.lang.String |
toString()
|
Methods inherited from class orc.type.Type |
---|
addConstraints, allFreeVars, assertSubtype, asTycon, call, closed, demote, equal, findVariance, freeVars, fromJavaClass, fromJavaMethod, fromJavaMethods, fromJavaType, fromJavaType, isBot, isTop, javaCounterpart, join, makeJavaCtx, makeJavaCtx, marshal, meet, promote, resolveSites, shiftFreeVars, subst, substAll, supertype, unwrapAs, variances |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LetType()
Method Detail |
---|
public Type call(java.util.List<Type> args) throws TypeException
call
in class Type
TypeException
public java.lang.String toString()
toString
in class Type
public static Type condense(java.util.List<Type> types)
public boolean subtype(Type that) throws TypeException
subtype
in class Type
TypeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |