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 EglTemplate
EglFileGeneratingTemplateFactory.createTemplate
(EglTemplateSpecification spec) protected EglTemplate
EglTemplateFactory.createTemplate
(EglTemplateSpecification spec) Creates a template from the given specification.EglModule.getCurrentTemplate()
IEglModule.getCurrentTemplate()
protected EglTemplate
EglTemplateFactory.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 EglTemplate
Loads an EglTemplate for the given EGL code as though it were contained in the given File.protected EglTemplate
Loads 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 EglTemplate
EglTemplateFactory.load
(EglTemplateSpecification spec) Loads an EglTemplate from the given EglTemplateSpecification.final EglTemplate
Prepares an EGL template that will execute the given EGL source code. -
Uses of EglTemplate in org.eclipse.epsilon.egl.debug
Methods in org.eclipse.epsilon.egl.debug with parameters of type EglTemplateModifier and TypeMethodDescriptionvoid
EgxDebugger.DebugTemplateListener.aboutToProcess
(EglTemplate template) -
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 TypeMethodDescriptionvoid
EglContext.enter
(EglTemplate template) void
IEglContext.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 TypeMethodDescriptionvoid
DefaultTemplateExecutionListener.aboutToProcess
(EglTemplate template) void
ITemplateExecutionListener.aboutToProcess
(EglTemplate template) void
DefaultTemplateExecutionListener.finishedProcessing
(EglTemplate template) void
ITemplateExecutionListener.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.templateCache
Constructor parameters in org.eclipse.epsilon.picto with type arguments of type EglTemplateModifierConstructorDescriptionLazyGenerationRuleContentPromise
(EglTemplateFactory templateFactory, Map<URI, EglTemplate> templateCache, URI templateUri, Collection<Variable> variables)