org.eclipse.xtext.xbase.typing
Class SynonymTypesProvider

java.lang.Object
  extended by org.eclipse.xtext.xbase.typing.SynonymTypesProvider

public class SynonymTypesProvider
extends java.lang.Object

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
SynonymTypesProvider()
           
 
Method Summary
protected  org.eclipse.emf.ecore.EObject findContext(JvmType type)
           
 java.util.Set<JvmTypeReference> getSynonymTypes(JvmTypeReference type, boolean ignoreBoxing)
           
 boolean hasSynonymTypes(JvmTypeReference toBeConverted)
           
protected  boolean isList(JvmTypeReference type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynonymTypesProvider

public SynonymTypesProvider()
Method Detail

getSynonymTypes

public java.util.Set<JvmTypeReference> getSynonymTypes(JvmTypeReference type,
                                                       boolean ignoreBoxing)

isList

protected boolean isList(JvmTypeReference type)

findContext

protected org.eclipse.emf.ecore.EObject findContext(JvmType type)

hasSynonymTypes

public boolean hasSynonymTypes(JvmTypeReference toBeConverted)