org.eclipse.xtext.common.types.access.impl
Interface ITypeFactory<Arg>

All Known Implementing Classes:
DeclaredTypeFactory, JdtBasedTypeFactory, PrimitiveTypeFactory

public interface ITypeFactory<Arg>

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 JvmType createType(Arg arg)
           
 

Method Detail

createType

JvmType createType(Arg arg)