public class AsOperation extends SimpleOperation
| Constructor and Description |
|---|
AsOperation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object source,
List<?> parameters,
IEolContext context,
ModuleElement ast) |
Object |
execute(Object target,
NameExpression operationNameExpression,
List<Parameter> iterators,
List<Expression> expressions,
IEolContext context) |
boolean |
isOverridable() |
getTolerateExceptionInParametertoStringpublic Object execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
execute in class SimpleOperationEolRuntimeExceptionpublic boolean isOverridable()
isOverridable in class AbstractOperationpublic Object execute(Object source, List<?> parameters, IEolContext context, ModuleElement ast) throws EolRuntimeException
execute in class SimpleOperationEolRuntimeExceptionCopyright © 2020. All rights reserved.