Class AbstractOperation
java.lang.Object
org.eclipse.epsilon.eol.execute.operations.AbstractOperation
- Direct Known Subclasses:
DynamicOperation
,FirstOrderOperation
,SimpleOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
execute
(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) boolean
toString()
-
Constructor Details
-
AbstractOperation
public AbstractOperation()
-
-
Method Details
-
execute
public abstract Object execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException - Throws:
EolRuntimeException
-
isOverridable
public boolean isOverridable() -
toString
-