Class EquivalentOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
-
- org.eclipse.epsilon.flock.execute.operations.EquivalentOperation
-
public class EquivalentOperation extends SimpleOperation
-
-
Constructor Summary
Constructors Constructor Description EquivalentOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(Object originalModelElement, List<?> parameters, IEolContext context, ModuleElement ast)
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
execute, getTolerateExceptionInParameter
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
-
-
-
Method Detail
-
execute
public Object execute(Object originalModelElement, List<?> parameters, IEolContext context, ModuleElement ast) throws ConservativeCopyException
- Specified by:
execute
in classSimpleOperation
- Throws:
ConservativeCopyException
-
-