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) |
isOverridable
public Object execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
execute
in class AbstractOperation
EolRuntimeException
public abstract Object execute(Object target, Variable iterator, Expression expression, IEolContext context) throws EolRuntimeException
EolRuntimeException
Copyright © 2016. All rights reserved.