Uses of Class
org.eclipse.epsilon.egl.EglTemplate
Package
Description
-
Uses of EglTemplate in org.eclipse.epsilon.egl
Modifier 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
Modifier and TypeMethodDescriptionvoid
EgxDebugger.DebugTemplateListener.aboutToProcess
(EglTemplate template) -
Uses of EglTemplate in org.eclipse.epsilon.egl.execute.context
Modifier and TypeMethodDescriptionEglContext.getCurrentTemplate()
IEglContext.getCurrentTemplate()
Modifier and TypeMethodDescriptionvoid
EglContext.enter
(EglTemplate template) void
IEglContext.enter
(EglTemplate template) -
Uses of EglTemplate in org.eclipse.epsilon.egl.execute.context.concurrent
-
Uses of EglTemplate in org.eclipse.epsilon.egl.execute.control
Modifier 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
Modifier and TypeMethodDescriptionEglModule.execute
(EglTemplate template, Formatter postprocessor) IEglModule.execute
(EglTemplate template, Formatter postprocessor) -
Uses of EglTemplate in org.eclipse.epsilon.picto
Modifier and TypeFieldDescriptionprotected Map<URI,
EglTemplate> LazyEgxModule.LazyGenerationRuleContentPromise.templateCache
ModifierConstructorDescriptionLazyGenerationRuleContentPromise
(EglTemplateFactory templateFactory, Map<URI, EglTemplate> templateCache, URI templateUri, Collection<Variable> variables)