|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.type.Type
orc.type.ground.NumberType
orc.type.ground.IntegerType
public class IntegerType
| Field Summary |
|---|
| Fields inherited from class orc.type.Type |
|---|
BOOLEAN, BOT, INTEGER, LET, NUMBER, SIGNAL, STRING, TOP |
| Constructor Summary | |
|---|---|
IntegerType()
|
|
| Method Summary | |
|---|---|
Type |
call(TypingContext ctx,
java.util.List<Argument> args,
java.util.List<Type> typeActuals)
|
java.lang.Class |
javaCounterpart()
Determine whether this type has a counterpart as a non-generic class in the Java class hierarchy. |
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, join, makeJavaCtx, makeJavaCtx, marshal, meet, promote, resolveSites, shiftFreeVars, subst, substAll, subtype, supertype, unwrapAs, variances |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerType()
| Method Detail |
|---|
public java.lang.String toString()
toString in class NumberType
public Type call(TypingContext ctx,
java.util.List<Argument> args,
java.util.List<Type> typeActuals)
throws TypeException
call in class NumberTypeTypeExceptionpublic java.lang.Class javaCounterpart()
Type
javaCounterpart in class NumberType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||