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

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

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

Methods in edu.rice.cs.dynamicjava.symbol that return TypeSystem.TypeWrapper
 TypeSystem.TypeWrapper TypeSystem.wrap(Type t)
           
 

Methods in edu.rice.cs.dynamicjava.symbol that return types with arguments of type TypeSystem.TypeWrapper
 Iterable<TypeSystem.TypeWrapper> TypeSystem.wrap(Iterable<? extends Type> ts)
           
 Option<TypeSystem.TypeWrapper> TypeSystem.wrap(Option<Type> t)