Uses of Interface
org.eclipse.xtend.typesystem.ParameterizedType

Packages that use ParameterizedType
org.eclipse.internal.xtend.type.baseimpl Basic abstractions of the type system 
org.eclipse.internal.xtend.type.baseimpl.types Basic builtin types 
org.eclipse.xtend.typesystem Implementation of oAW typas and the oAW typesystem 
org.eclipse.xtend.typesystem.emf Provides classes for using oAW with EMF based models. 
 

Uses of ParameterizedType in org.eclipse.internal.xtend.type.baseimpl
 

Methods in org.eclipse.internal.xtend.type.baseimpl that return ParameterizedType
 ParameterizedType BuiltinMetaModel.getCollectionType(Type innerType)
          Returns the type for collection objects.
 ParameterizedType BuiltinMetaModel.getListType(Type innerType)
          Returns the type for list objects.
 ParameterizedType BuiltinMetaModel.getSetType(Type innerType)
          Returns the type for set objects.
 

Uses of ParameterizedType in org.eclipse.internal.xtend.type.baseimpl.types
 

Classes in org.eclipse.internal.xtend.type.baseimpl.types that implement ParameterizedType
 class CollectionTypeImpl
           
 class ListTypeImpl
           
 class SetTypeImpl
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl.types that return ParameterizedType
 ParameterizedType CollectionTypeImpl.cloneWithInnerType(Type innerType)
           
 ParameterizedType ListTypeImpl.cloneWithInnerType(Type innerType)
           
 ParameterizedType SetTypeImpl.cloneWithInnerType(Type innerType)
           
 

Uses of ParameterizedType in org.eclipse.xtend.typesystem
 

Methods in org.eclipse.xtend.typesystem that return ParameterizedType
 ParameterizedType ParameterizedType.cloneWithInnerType(Type t)
           
 

Uses of ParameterizedType in org.eclipse.xtend.typesystem.emf
 

Classes in org.eclipse.xtend.typesystem.emf that implement ParameterizedType
 class EmfListType