Class DoMatchOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
-
- org.eclipse.epsilon.ecl.execute.operations.MatchesOperation
-
- org.eclipse.epsilon.ecl.execute.operations.DoMatchOperation
-
public class DoMatchOperation extends MatchesOperation
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.ecl.execute.operations.MatchesOperation
forcedMatch
-
-
Constructor Summary
Constructors Constructor Description DoMatchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanexecute(Object source, List<?> parameters, IEolContext context_, org.eclipse.epsilon.common.module.ModuleElement ast)protected booleanmatchAll(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context)-
Methods inherited from class org.eclipse.epsilon.ecl.execute.operations.MatchesOperation
matchCollectionOrdered, matchCollectionUnordered, matchInstances
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
execute, getTolerateExceptionInParameter
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
-
-
-
Method Detail
-
matchAll
protected boolean matchAll(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) throws EolRuntimeException
- Parameters:
leftColFlat-rightColFlat-context-- Returns:
- Throws:
EolRuntimeException- Since:
- 1.6
-
execute
public Boolean execute(Object source, List<?> parameters, IEolContext context_, org.eclipse.epsilon.common.module.ModuleElement ast) throws EolRuntimeException
- Overrides:
executein classMatchesOperation- Throws:
EolRuntimeException
-
-