|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.dynamicjava.symbol.TypeSystem.FunctionInvocation
edu.rice.cs.dynamicjava.symbol.TypeSystem.MethodInvocation
public abstract static class TypeSystem.MethodInvocation
Abstraction of the result of a static or non-static method lookup
| Constructor Summary | |
|---|---|
protected |
TypeSystem.MethodInvocation(DJMethod method,
Type returnType,
java.lang.Iterable<? extends Type> typeArgs,
java.lang.Iterable<? extends Expression> args,
java.lang.Iterable<? extends Type> thrown)
|
| Method Summary | |
|---|---|
DJMethod |
method()
|
Type |
returnType()
|
| Methods inherited from class edu.rice.cs.dynamicjava.symbol.TypeSystem.FunctionInvocation |
|---|
args, thrown, typeArgs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TypeSystem.MethodInvocation(DJMethod method,
Type returnType,
java.lang.Iterable<? extends Type> typeArgs,
java.lang.Iterable<? extends Expression> args,
java.lang.Iterable<? extends Type> thrown)
| Method Detail |
|---|
public DJMethod method()
public Type returnType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||