Uses of Interface
org.eclipse.epsilon.egl.execute.context.IEgxContext
-
Packages that use IEgxContext Package Description org.eclipse.epsilon.egl org.eclipse.epsilon.egl.execute.atoms org.eclipse.epsilon.egl.execute.context org.eclipse.epsilon.egl.execute.context.concurrent -
-
Uses of IEgxContext in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return IEgxContext Modifier and Type Method Description IEgxContext
EgxModule. getContext()
default IEgxContext
IEgxModule. getContext()
Constructors in org.eclipse.epsilon.egl with parameters of type IEgxContext Constructor Description EgxModule(IEgxContext context)
Instantiates the module with the specified execution context. -
Uses of IEgxContext in org.eclipse.epsilon.egl.execute.atoms
Constructors in org.eclipse.epsilon.egl.execute.atoms with parameters of type IEgxContext Constructor Description GenerationRuleAtom(GenerationRule construct, Object modelElement, IEgxContext context)
-
Uses of IEgxContext in org.eclipse.epsilon.egl.execute.context
Classes in org.eclipse.epsilon.egl.execute.context that implement IEgxContext Modifier and Type Class Description class
EgxContext
Constructors in org.eclipse.epsilon.egl.execute.context with parameters of type IEgxContext Constructor Description EgxContext(IEgxContext other)
Copy constructor, intended for internal use only. -
Uses of IEgxContext in org.eclipse.epsilon.egl.execute.context.concurrent
Subinterfaces of IEgxContext in org.eclipse.epsilon.egl.execute.context.concurrent Modifier and Type Interface Description interface
IEgxContextParallel
Classes in org.eclipse.epsilon.egl.execute.context.concurrent that implement IEgxContext Modifier and Type Class Description class
EgxContextParallel
Methods in org.eclipse.epsilon.egl.execute.context.concurrent that return IEgxContext Modifier and Type Method Description protected IEgxContext
EgxContextParallel. createShadowThreadLocalContext()
IEgxContext
EgxContextParallel. getShadow()
-