Uses of Interface
org.eclipse.epsilon.egl.execute.context.IEglContext
-
-
Uses of IEglContext in org.eclipse.epsilon.egl
Fields in org.eclipse.epsilon.egl declared as IEglContext Modifier and Type Field Description protected IEglContext
EglTemplateFactory. context
Methods in org.eclipse.epsilon.egl that return IEglContext Modifier and Type Method Description IEglContext
EglModule. getContext()
IEglContext
EglTemplateFactory. getContext()
IEglContext
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 IEglContext Modifier and Type Method Description void
EglTemplateFactory. setContext(IEglContext context)
Constructors in org.eclipse.epsilon.egl with parameters of type IEglContext Constructor Description EglFileGeneratingTemplate(URI path, IEglContext context, URI outputRoot)
EglFileGeneratingTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot)
EglFileGeneratingTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot, String outputRootPath)
EglFileGeneratingTemplateFactory(IEglContext context)
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 Constructor Description XMLContentTypeRepository(IEglContext context)
-
Uses of IEglContext in org.eclipse.epsilon.egl.engine.traceability.fine
Methods in org.eclipse.epsilon.egl.engine.traceability.fine with parameters of type IEglContext Modifier and Type Method Description Trace
EglFineGrainedTraceContextAdaptor. 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 IEglContext Modifier and Type Class Description class
EglContext
Constructors in org.eclipse.epsilon.egl.execute.context with parameters of type IEglContext Constructor Description EglContext(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 IEglContext Modifier and Type Method Description IEglContext
EglModule. getContext()
IEglContext
IEglModule. getContext()
Constructors in org.eclipse.epsilon.egl.internal with parameters of type IEglContext Constructor Description EglModule(IEglContext context)
-
Uses of IEglContext in org.eclipse.epsilon.egl.output
Fields in org.eclipse.epsilon.egl.output declared as IEglContext Modifier and Type Field Description protected IEglContext
OutputBuffer. context
Constructors in org.eclipse.epsilon.egl.output with parameters of type IEglContext Constructor Description OutputBuffer(IEglContext context)
-
Uses of IEglContext in org.eclipse.epsilon.egl.test
Classes in org.eclipse.epsilon.egl.test that implement IEglContext Modifier and Type Class Description class
MockContext
-
Uses of IEglContext in org.eclipse.epsilon.egl.test.acceptance.extensibility
Constructors in org.eclipse.epsilon.egl.test.acceptance.extensibility with parameters of type IEglContext Constructor Description CountingTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot)
-
Uses of IEglContext in org.eclipse.epsilon.egx.engine.test.acceptance.virtual
Constructors in org.eclipse.epsilon.egx.engine.test.acceptance.virtual with parameters of type IEglContext Constructor Description VirtualTemplate(VirtualTemplateLedger ledger, EglTemplateSpecification spec, IEglContext context, URI outputRoot, String outputRootPath)
-