org.eclipse.xtext.common.types.access.impl
Class PrimitiveTypeFactory

java.lang.Object
  extended by org.eclipse.xtext.common.types.access.impl.PrimitiveTypeFactory
All Implemented Interfaces:
ITypeFactory<java.lang.Class<?>>

public class PrimitiveTypeFactory
extends java.lang.Object
implements ITypeFactory<java.lang.Class<?>>

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
PrimitiveTypeFactory()
           
 
Method Summary
 JvmType createType(java.lang.Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveTypeFactory

public PrimitiveTypeFactory()
Method Detail

createType

public JvmType createType(java.lang.Class<?> clazz)
Specified by:
createType in interface ITypeFactory<java.lang.Class<?>>