|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.type.inference.InferenceContinuation
public abstract class InferenceContinuation
A continuation to invoke type argument inference during type checking. Whenever the typechecker enters the context of a Call which has no type arguments, an inference continuation is added to the context which will infer those arguments if they are needed.
Constructor Summary | |
---|---|
InferenceContinuation()
|
Method Summary | |
---|---|
abstract Type |
inferFrom(ArrowType arrowType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InferenceContinuation()
Method Detail |
---|
public abstract Type inferFrom(ArrowType arrowType) throws TypeException
TypeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |