public abstract class FirstOrderOperation extends AbstractOperation
| Constructor and Description |
|---|
FirstOrderOperation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object target,
NameExpression operationNameExpression,
List<Parameter> iterators,
List<Expression> expressions,
IEolContext context) |
abstract Object |
execute(Object target,
Variable iterator,
Expression expression,
IEolContext context) |
isOverridablepublic Object execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
execute in class AbstractOperationEolRuntimeExceptionpublic abstract Object execute(Object target, Variable iterator, Expression expression, IEolContext context) throws EolRuntimeException
EolRuntimeExceptionCopyright © 2016. All rights reserved.