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

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

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

Methods in edu.rice.cs.dynamicjava.symbol that return TypeSystem.ObjectMethodInvocation
abstract  TypeSystem.ObjectMethodInvocation TypeSystem.lookupMethod(Expression object, String name, Iterable<? extends Type> typeArgs, Iterable<? extends Expression> args, Option<Type> expected, Access.Module accessModule)
          Lookup the method corresponding the the given invocation.
 TypeSystem.ObjectMethodInvocation StandardTypeSystem.lookupMethod(Expression object, String name, Iterable<? extends Type> typeArgs, Iterable<? extends Expression> args, Option<Type> expected, Access.Module accessModule)