edu.rice.cs.dynamicjava.symbol
Class TypeSystem.ConstructorInvocation
java.lang.Object
edu.rice.cs.dynamicjava.symbol.TypeSystem.FunctionInvocation
edu.rice.cs.dynamicjava.symbol.TypeSystem.ConstructorInvocation
- Enclosing class:
- TypeSystem
public static class TypeSystem.ConstructorInvocation
- extends TypeSystem.FunctionInvocation
The result of a constructor lookup
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeSystem.ConstructorInvocation
public TypeSystem.ConstructorInvocation(DJConstructor constructor,
Iterable<? extends Type> typeArgs,
Iterable<? extends Expression> args,
Iterable<? extends Type> thrown)
constructor
public DJConstructor constructor()
- Returns:
- The reflection object corresponding to the invoked constructor