org.eclipse.xtend.typesystem
Interface ParameterizedType

All Superinterfaces:
Type
All Known Implementing Classes:
CollectionTypeImpl, EmfListType, ListTypeImpl, SetTypeImpl

public interface ParameterizedType
extends Type

Author:
Sven Efftinge (http://www.efftinge.de), Arno Haase

Method Summary
 ParameterizedType cloneWithInnerType(Type t)
           
 Type getInnerType()
           
 
Methods inherited from interface org.eclipse.xtend.typesystem.Type
convert, getAllFeatures, getAllOperations, getAllProperties, getAllStaticProperties, getDocumentation, getFeature, getName, getOperation, getProperty, getStaticProperty, getSuperTypes, getTypeSystem, isAbstract, isAssignableFrom, isInstance, newInstance
 

Method Detail

getInnerType

Type getInnerType()

cloneWithInnerType

ParameterizedType cloneWithInnerType(Type t)