Uses of Class
edu.rice.cs.dynamicjava.symbol.TypeSystem.ConstructorInvocation

Packages that use TypeSystem.ConstructorInvocation
edu.rice.cs.dynamicjava.symbol   
 

Uses of TypeSystem.ConstructorInvocation in edu.rice.cs.dynamicjava.symbol
 

Methods in edu.rice.cs.dynamicjava.symbol that return TypeSystem.ConstructorInvocation
abstract  TypeSystem.ConstructorInvocation TypeSystem.lookupConstructor(Type t, java.lang.Iterable<? extends Type> typeArgs, java.lang.Iterable<? extends Expression> args, Option<Type> expected, Access.Module accessModule)
          Lookup the constructor corresponding the the given invocation.
 TypeSystem.ConstructorInvocation StandardTypeSystem.lookupConstructor(Type t, java.lang.Iterable<? extends Type> typeArgs, java.lang.Iterable<? extends Expression> args, Option<Type> expected, Access.Module accessModule)
          Lookup the constructor corresponding the the given invocation.