|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.type.Type
orc.type.tycon.Tycon
orc.type.java.ClassTycon
public class ClassTycon
| Field Summary | |
|---|---|
java.lang.Class |
cls
|
| Fields inherited from class orc.type.Type |
|---|
BOOLEAN, BOT, INTEGER, LET, NUMBER, STRING, TOP |
| Constructor Summary | |
|---|---|
ClassTycon(java.lang.Class cls)
|
|
| Method Summary | |
|---|---|
Type |
makeCallableInstance(java.util.List<Type> params)
|
boolean |
subtype(Type that)
|
java.lang.String |
toString()
|
java.util.List<Variance> |
variances()
|
| Methods inherited from class orc.type.tycon.Tycon |
|---|
asTycon, equals, instance, instance, instance |
| Methods inherited from class orc.type.Type |
|---|
addConstraints, allFreeVars, assertSubtype, call, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Class cls
| Constructor Detail |
|---|
public ClassTycon(java.lang.Class cls)
| Method Detail |
|---|
public boolean subtype(Type that)
throws TypeException
subtype in class TypeTypeExceptionpublic java.util.List<Variance> variances()
variances in class Type
public Type makeCallableInstance(java.util.List<Type> params)
throws TypeArityException
makeCallableInstance in class TyconTypeArityExceptionpublic java.lang.String toString()
toString in class Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||