Uses of Interface
org.eclipse.epsilon.ecl.execute.context.IEclContext
Packages that use IEclContext
Package
Description
-
Uses of IEclContext in org.eclipse.epsilon.ecl
Methods in org.eclipse.epsilon.ecl that return IEclContextModifier and TypeMethodDescriptionEclModule.getContext()
default IEclContext
IEclModule.getContext()
Methods in org.eclipse.epsilon.ecl with parameters of type IEclContextModifier and TypeMethodDescriptionIEclModule.getRulesFor
(Object left, Object right, IEclContext context, boolean ofClassOnly) Constructors in org.eclipse.epsilon.ecl with parameters of type IEclContextModifierConstructorDescriptionEclModule
(IEclContext context) Instantiates the module with the specified execution context. -
Uses of IEclContext in org.eclipse.epsilon.ecl.dom
Methods in org.eclipse.epsilon.ecl.dom with parameters of type IEclContextModifier and TypeMethodDescriptionboolean
MatchRule.appliesTo
(Object left, Object right, IEclContext context, boolean ofTypeOnly) Collection<?>
MatchRule.getLeftInstances
(IEclContext context, boolean ofTypeOnly) Collection<?>
MatchRule.getRightInstances
(IEclContext context, boolean ofTypeOnly) Collection<?>
MatchRule.getRightInstances
(IEclContext context, boolean ofTypeOnly, Object left) MatchRule.match
(Object left, Object right, IEclContext context, EolMap<?, ?> matchInfo, boolean forcedMatch) Matches left against rightMatchRule.matchPair
(IEclContext context, boolean ofTypeOnly, Object leftInstance, Object rightInstance) -
Uses of IEclContext in org.eclipse.epsilon.ecl.exceptions
Fields in org.eclipse.epsilon.ecl.exceptions declared as IEclContextModifier and TypeFieldDescriptionprotected IEclContext
EclNotApplicableSuperRuleException.context
Constructors in org.eclipse.epsilon.ecl.exceptions with parameters of type IEclContextModifierConstructorDescriptionEclNotApplicableSuperRuleException
(Object left, Object right, MatchRule rule, IEclContext context) -
Uses of IEclContext in org.eclipse.epsilon.ecl.execute.context
Classes in org.eclipse.epsilon.ecl.execute.context that implement IEclContextConstructors in org.eclipse.epsilon.ecl.execute.context with parameters of type IEclContextModifierConstructorDescriptionEclContext
(IEclContext other) Copy constructor, for internal use only. -
Uses of IEclContext in org.eclipse.epsilon.ecl.execute.context.concurrent
Subinterfaces of IEclContext in org.eclipse.epsilon.ecl.execute.context.concurrentClasses in org.eclipse.epsilon.ecl.execute.context.concurrent that implement IEclContextMethods in org.eclipse.epsilon.ecl.execute.context.concurrent that return IEclContextModifier and TypeMethodDescriptionprotected IEclContext
EclContextParallel.createShadowThreadLocalContext()
EclContextParallel.getShadow()
-
Uses of IEclContext in org.eclipse.epsilon.ecl.execute.operations
Methods in org.eclipse.epsilon.ecl.execute.operations with parameters of type IEclContextModifier and TypeMethodDescriptionprotected boolean
DoMatchOperation.matchAll
(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) protected boolean
MatchesOperation.matchCollectionOrdered
(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) protected boolean
MatchesOperation.matchCollectionUnordered
(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) protected boolean
MatchesOperation.matchInstances
(Object left, Object right, IEclContext context)