public class MatchesOperation
extends org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
forcedMatch |
| Constructor and Description |
|---|
MatchesOperation() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
execute(Object source,
List<?> parameters,
org.eclipse.epsilon.eol.execute.context.IEolContext context_,
org.eclipse.epsilon.common.module.ModuleElement ast) |
protected boolean |
matchCollectionOrdered(Collection<?> leftColFlat,
Collection<?> rightColFlat,
IEclContext context) |
protected boolean |
matchCollectionUnordered(Collection<?> leftColFlat,
Collection<?> rightColFlat,
IEclContext context) |
protected boolean |
matchInstances(Object left,
Object right,
IEclContext context) |
execute, getTolerateExceptionInParameterprotected boolean matchInstances(Object left, Object right, IEclContext context) throws org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.eol.exceptions.EolRuntimeExceptionprotected boolean matchCollectionOrdered(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) throws org.eclipse.epsilon.eol.exceptions.EolRuntimeException
leftColFlat - rightColFlat - context - org.eclipse.epsilon.eol.exceptions.EolRuntimeExceptionprotected boolean matchCollectionUnordered(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) throws org.eclipse.epsilon.eol.exceptions.EolRuntimeException
leftColFlat - rightColFlat - context - org.eclipse.epsilon.eol.exceptions.EolRuntimeExceptionpublic Boolean execute(Object source, List<?> parameters, org.eclipse.epsilon.eol.execute.context.IEolContext context_, org.eclipse.epsilon.common.module.ModuleElement ast) throws org.eclipse.epsilon.eol.exceptions.EolRuntimeException
execute in class org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperationorg.eclipse.epsilon.eol.exceptions.EolRuntimeExceptionCopyright © 2020. All rights reserved.