org.eclipse.emf.mwe2.language.scoping
Class FactorySupport

java.lang.Object
  extended by org.eclipse.emf.mwe2.language.scoping.FactorySupport

public class FactorySupport
extends java.lang.Object


Constructor Summary
FactorySupport()
           
 
Method Summary
 org.eclipse.xtext.common.types.JvmType findFactoriesCreationType(org.eclipse.xtext.common.types.JvmType containerType)
           
 org.eclipse.xtext.common.types.JvmType findFactoriesCreationType(org.eclipse.xtext.common.types.JvmType containerType, org.eclipse.xtext.common.types.JvmType factoryType)
           
 org.eclipse.xtext.common.types.JvmType getFactoryType(org.eclipse.emf.ecore.EObject ctx)
           
 void setTypeScopeProvider(org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider typeScopeProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactorySupport

public FactorySupport()
Method Detail

setTypeScopeProvider

public void setTypeScopeProvider(org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider typeScopeProvider)

findFactoriesCreationType

public org.eclipse.xtext.common.types.JvmType findFactoriesCreationType(org.eclipse.xtext.common.types.JvmType containerType)

findFactoriesCreationType

public org.eclipse.xtext.common.types.JvmType findFactoriesCreationType(org.eclipse.xtext.common.types.JvmType containerType,
                                                                        org.eclipse.xtext.common.types.JvmType factoryType)

getFactoryType

public org.eclipse.xtext.common.types.JvmType getFactoryType(org.eclipse.emf.ecore.EObject ctx)