Class ExistsOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.DelegateBasedOperation<SelectOperation>
-
- org.eclipse.epsilon.eol.execute.operations.declarative.SelectBasedOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.ExistsOperation
-
- Direct Known Subclasses:
ParallelExistsOperation
public class ExistsOperation extends SelectBasedOperation
-
-
Constructor Summary
Constructors Constructor Description ExistsOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.DelegateBasedOperation
getDelegateOperation, setDelegateOperation
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
createIteratorVariable, execute, resolve, resolveFunction, resolvePredicate, resolveSource
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
-
-
-
Method Detail
-
execute
public Boolean execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
- Overrides:
execute
in classFirstOrderOperation
- Throws:
EolRuntimeException
-
-