Uses of Interface
org.eclipse.emf.mwe.internal.core.ast.util.Injector

Packages that use Injector
org.eclipse.emf.mwe.internal.core.ast.util Utility classes for the AST of the workflow engine 
 

Uses of Injector in org.eclipse.emf.mwe.internal.core.ast.util
 

Classes in org.eclipse.emf.mwe.internal.core.ast.util that implement Injector
 class InjectorList
           
 class InjectorPut
           
 class InjectorSimple
           
 

Methods in org.eclipse.emf.mwe.internal.core.ast.util that return Injector
static Injector InjectorFactory.getInjector(java.lang.Class<?> c, java.lang.String name)