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() |
getTolerateExceptionInParameter
toString
public Object execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
execute
in class SimpleOperation
EolRuntimeException
public boolean isOverridable()
isOverridable
in class AbstractOperation
public Object execute(Object source, List<?> parameters, IEolContext context, ModuleElement ast) throws EolRuntimeException
execute
in class SimpleOperation
EolRuntimeException
Copyright © 2020. All rights reserved.