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

java.lang.Object
  extended by org.eclipse.xtext.common.types.access.impl.Primitives

public class Primitives
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Field Summary
static java.lang.Class<?>[] ALL_PRIMITIVE_TYPES
           
 
Constructor Summary
Primitives()
           
 
Method Summary
static java.lang.Class<?> forName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_PRIMITIVE_TYPES

public static java.lang.Class<?>[] ALL_PRIMITIVE_TYPES
Constructor Detail

Primitives

public Primitives()
Method Detail

forName

public static java.lang.Class<?> forName(java.lang.String name)