Uses of Interface
org.eclipse.epsilon.egl.execute.context.IEglContext
Packages that use IEglContext
Package
Description
-
Uses of IEglContext in org.eclipse.epsilon.egl
Fields in org.eclipse.epsilon.egl declared as IEglContextMethods in org.eclipse.epsilon.egl that return IEglContextModifier and TypeMethodDescriptionEglModule.getContext()
EglTemplateFactory.getContext()
IEglModule.getContext()
protected IEglContext
EglTemplateFactory.getContextForNewTemplate()
This method should be called when creating a new template fromEglTemplateFactory.createTemplate(EglTemplateSpecification)
.Methods in org.eclipse.epsilon.egl with parameters of type IEglContextConstructors in org.eclipse.epsilon.egl with parameters of type IEglContextModifierConstructorDescriptionprotected
EglFileGeneratingTemplate
(URI path, IEglContext context, URI outputRoot) EglFileGeneratingTemplate
(EglTemplateSpecification spec, IEglContext context, URI outputRoot) EglFileGeneratingTemplate
(EglTemplateSpecification spec, IEglContext context, URI outputRoot, String outputRootPath) EglPersistentTemplate
(EglTemplateSpecification spec, IEglContext context, URI outputRoot) EglPersistentTemplate
(EglTemplateSpecification spec, IEglContext context, URI outputRoot, String outputRootPath) EglTemplate
(EglTemplateSpecification spec, IEglContext context) EglTemplateFactory
(IEglContext context) -
Uses of IEglContext in org.eclipse.epsilon.egl.config
Constructors in org.eclipse.epsilon.egl.config with parameters of type IEglContext -
Uses of IEglContext in org.eclipse.epsilon.egl.engine.traceability.fine
Methods in org.eclipse.epsilon.egl.engine.traceability.fine with parameters of type IEglContextModifier and TypeMethodDescriptionEglFineGrainedTraceContextAdaptor.adapt
(IEglContext context) Prepares to build a trace model for the specified context, returning an empty trace.protected void
EglFineGrainedTraceContextAdaptor.listenForTemplateExecution
(IEglContext context, Trace trace, TracedPropertyAccessLedger ledger) protected void
EglFineGrainedTraceContextAdaptor.selectivelyRecordPropertyAccesses
(IEglContext context, TracedPropertyAccessLedger ledger) -
Uses of IEglContext in org.eclipse.epsilon.egl.execute.context
Classes in org.eclipse.epsilon.egl.execute.context that implement IEglContextConstructors in org.eclipse.epsilon.egl.execute.context with parameters of type IEglContextModifierConstructorDescriptionEglContext
(IEglContext other) Copy constructor, intended for internal use only. -
Uses of IEglContext in org.eclipse.epsilon.egl.internal
Methods in org.eclipse.epsilon.egl.internal that return IEglContextConstructors in org.eclipse.epsilon.egl.internal with parameters of type IEglContext -
Uses of IEglContext in org.eclipse.epsilon.egl.output
Fields in org.eclipse.epsilon.egl.output declared as IEglContextConstructors in org.eclipse.epsilon.egl.output with parameters of type IEglContext