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

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

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

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