Uses of Class
org.eclipse.epsilon.egl.EglTemplate
Packages that use EglTemplate
Package
Description
-
Uses of EglTemplate in org.eclipse.epsilon.egl
Subclasses of EglTemplate in org.eclipse.epsilon.eglMethods in org.eclipse.epsilon.egl that return EglTemplateModifier and TypeMethodDescriptionprotected EglTemplateEglFileGeneratingTemplateFactory.createTemplate(EglTemplateSpecification spec) protected EglTemplateEglTemplateFactory.createTemplate(EglTemplateSpecification spec) Creates a template from the given specification.EglModule.getCurrentTemplate()IEglModule.getCurrentTemplate()protected EglTemplateEglTemplateFactory.handleFailedLoad(String name, Exception e) Loads an EglTemplate for the EGL code stored in the indicated file.Loads an EglTemplate for the EGL code stored in the file at path.protected EglTemplateLoads an EglTemplate for the given EGL code as though it were contained in the given File.protected EglTemplateLoads an EglTemplate for the given EGL code as though it were contained in the given URI.Loads an EglTemplate for the EGL code stored in the given resource.protected final EglTemplateEglTemplateFactory.load(EglTemplateSpecification spec) Loads an EglTemplate from the given EglTemplateSpecification.final EglTemplatePrepares an EGL template that will execute the given EGL source code. -
Uses of EglTemplate in org.eclipse.epsilon.egl.execute.context
Fields in org.eclipse.epsilon.egl.execute.context with type parameters of type EglTemplateMethods in org.eclipse.epsilon.egl.execute.context that return EglTemplateModifier and TypeMethodDescriptionEglContext.getCurrentTemplate()IEglContext.getCurrentTemplate()Methods in org.eclipse.epsilon.egl.execute.context that return types with arguments of type EglTemplateMethods in org.eclipse.epsilon.egl.execute.context with parameters of type EglTemplateModifier and TypeMethodDescriptionvoidEglContext.enter(EglTemplate template) voidIEglContext.enter(EglTemplate template) -
Uses of EglTemplate in org.eclipse.epsilon.egl.execute.context.concurrent
Fields in org.eclipse.epsilon.egl.execute.context.concurrent with type parameters of type EglTemplateMethods in org.eclipse.epsilon.egl.execute.context.concurrent that return types with arguments of type EglTemplate -
Uses of EglTemplate in org.eclipse.epsilon.egl.execute.control
Methods in org.eclipse.epsilon.egl.execute.control with parameters of type EglTemplateModifier and TypeMethodDescriptionvoidDefaultTemplateExecutionListener.aboutToProcess(EglTemplate template) voidITemplateExecutionListener.aboutToProcess(EglTemplate template) voidDefaultTemplateExecutionListener.finishedProcessing(EglTemplate template) voidITemplateExecutionListener.finishedProcessing(EglTemplate template) -
Uses of EglTemplate in org.eclipse.epsilon.egl.internal
Methods in org.eclipse.epsilon.egl.internal with parameters of type EglTemplateModifier and TypeMethodDescriptionEglModule.execute(EglTemplate template, Formatter postprocessor) IEglModule.execute(EglTemplate template, Formatter postprocessor) -
Uses of EglTemplate in org.eclipse.epsilon.picto
Fields in org.eclipse.epsilon.picto with type parameters of type EglTemplateModifier and TypeFieldDescriptionprotected Map<URI,EglTemplate> LazyEgxModule.LazyGenerationRuleContentPromise.templateCacheConstructor parameters in org.eclipse.epsilon.picto with type arguments of type EglTemplateModifierConstructorDescriptionLazyGenerationRuleContentPromise(EglTemplateFactory templateFactory, Map<URI, EglTemplate> templateCache, URI templateUri, Collection<Variable> variables)