Package org.eclipse.epsilon.eol.types
Interface IToolNativeTypeDelegate
- All Known Implementing Classes:
AbstractToolNativeTypeDelegate,EolClasspathNativeTypeDelegate,ExtensionPointToolNativeTypeDelegate
public interface IToolNativeTypeDelegate
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(String clazz, List<Object> parameters, IEolContext context) booleanknowsAbout(String clazz)
-
Method Details
-
knowsAbout
-
createInstance
Object createInstance(String clazz, List<Object> parameters, IEolContext context) throws EolRuntimeException - Throws:
EolRuntimeException
-