Uses of Interface
org.eclipse.epsilon.eml.execute.context.IEmlContext
-
Packages that use IEmlContext Package Description org.eclipse.epsilon.eml org.eclipse.epsilon.eml.dom org.eclipse.epsilon.eml.execute.context org.eclipse.epsilon.eml.strategy -
-
Uses of IEmlContext in org.eclipse.epsilon.eml
Methods in org.eclipse.epsilon.eml that return IEmlContext Modifier and Type Method Description IEmlContext
EmlModule. getContext()
default IEmlContext
IEmlModule. getContext()
Constructors in org.eclipse.epsilon.eml with parameters of type IEmlContext Constructor Description EmlModule(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 IEmlContext Modifier and Type Method Description boolean
MergeRule. appliesTo(Match match, IEmlContext context)
void
MergeRule. executeSuperRulesAndBody(Match match, java.util.Collection<java.lang.Object> targets, IEmlContext context)
boolean
MergeRule. isPrimary(IEmlContext context)
java.util.Collection<?>
MergeRule. merge(Match match, java.util.Collection<java.lang.Object> targets, IEmlContext context)
java.util.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 Modifier and Type Class Description class
EmlContext
-
Uses of IEmlContext in org.eclipse.epsilon.eml.strategy
Fields in org.eclipse.epsilon.eml.strategy declared as IEmlContext Modifier and Type Field Description protected IEmlContext
DefaultMergingStrategy. context
Methods in org.eclipse.epsilon.eml.strategy with parameters of type IEmlContext Modifier and Type Method Description java.util.List<MergeRule>
DefaultMergingStrategy. getRulesFor(Match match, IEmlContext context)
void
DefaultMergingStrategy. mergeModels(IEmlContext context)
void
IMergingStrategy. mergeModels(IEmlContext context)
-