Uses of Interface
org.eclipse.epsilon.eml.execute.context.IEmlContext
Packages that use IEmlContext
Package
Description
-
Uses of IEmlContext in org.eclipse.epsilon.eml
Methods in org.eclipse.epsilon.eml that return IEmlContextModifier and TypeMethodDescriptionEmlModule.getContext()default IEmlContextIEmlModule.getContext()Constructors in org.eclipse.epsilon.eml with parameters of type IEmlContextModifierConstructorDescriptionEmlModule(IEmlContext context) Instantiates the module with the specified execution context. -
Uses of IEmlContext in org.eclipse.epsilon.eml.dom
Methods in org.eclipse.epsilon.eml.dom with parameters of type IEmlContextModifier and TypeMethodDescriptionbooleanMergeRule.appliesTo(Match match, IEmlContext context) voidMergeRule.executeSuperRulesAndBody(Match match, Collection<Object> targets, IEmlContext context) booleanMergeRule.isPrimary(IEmlContext context) Collection<?>MergeRule.merge(Match match, Collection<Object> targets, IEmlContext context) Collection<?>MergeRule.merge(Match match, IEmlContext context) -
Uses of IEmlContext in org.eclipse.epsilon.eml.execute.context
Classes in org.eclipse.epsilon.eml.execute.context that implement IEmlContext -
Uses of IEmlContext in org.eclipse.epsilon.eml.strategy
Fields in org.eclipse.epsilon.eml.strategy declared as IEmlContextMethods in org.eclipse.epsilon.eml.strategy with parameters of type IEmlContextModifier and TypeMethodDescriptionDefaultMergingStrategy.getRulesFor(Match match, IEmlContext context) voidDefaultMergingStrategy.mergeModels(IEmlContext context) voidIMergingStrategy.mergeModels(IEmlContext context)