public class MatchesOperation extends 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,
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, getTolerateExceptionInParameterisOverridable, toStringprotected boolean matchInstances(Object left, Object right, IEclContext context) throws EolRuntimeException
EolRuntimeExceptionprotected boolean matchCollectionOrdered(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) throws EolRuntimeException
leftColFlat - rightColFlat - context - EolRuntimeExceptionprotected boolean matchCollectionUnordered(Collection<?> leftColFlat, Collection<?> rightColFlat, IEclContext context) throws EolRuntimeException
leftColFlat - rightColFlat - context - EolRuntimeExceptionpublic Boolean execute(Object source, List<?> parameters, IEolContext context_, org.eclipse.epsilon.common.module.ModuleElement ast) throws EolRuntimeException
execute in class SimpleOperationEolRuntimeExceptionCopyright © 2020. All rights reserved.