public class DynamicOperation extends AbstractOperation
Constructor and Description |
---|
DynamicOperation() |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object target,
NameExpression operationNameExpression,
LinkedHashMap<Expression,List<Parameter>> lambdas,
IEolContext context) |
Object |
execute(Object target,
NameExpression operationNameExpression,
List<Parameter> iterators,
List<Expression> expressions,
IEolContext context) |
isOverridable, toString
public Object execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
execute
in class AbstractOperation
EolRuntimeException
public Object execute(Object target, NameExpression operationNameExpression, LinkedHashMap<Expression,List<Parameter>> lambdas, IEolContext context) throws EolRuntimeException
EolRuntimeException
Copyright © 2020. All rights reserved.