Uses of Interface
org.eclipse.amp.amf.abase.IInterpreterFactory

Packages that use IInterpreterFactory
org.eclipse.amp.amf.abase   
org.eclipse.amp.amf.parameters   
org.eclipse.amp.amf.testing   
 

Uses of IInterpreterFactory in org.eclipse.amp.amf.abase
 

Methods in org.eclipse.amp.amf.abase that return IInterpreterFactory
 IInterpreterFactory InterpreterProvider.getFactory()
           
 

Constructors in org.eclipse.amp.amf.abase with parameters of type IInterpreterFactory
InterpreterPool(IInterpreterFactory factory, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
InterpreterProvider(IInterpreterFactory factory)
           
InterpreterProvider(IInterpreterFactory factory, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
 

Uses of IInterpreterFactory in org.eclipse.amp.amf.parameters
 

Classes in org.eclipse.amp.amf.parameters that implement IInterpreterFactory
 class AParFactory
           
 

Uses of IInterpreterFactory in org.eclipse.amp.amf.testing
 

Classes in org.eclipse.amp.amf.testing that implement IInterpreterFactory
 class ATestProvider