org.eclipse.epsilon.etl.execute.operations
Class EquivalentOperation

java.lang.Object
  extended by org.eclipse.epsilon.eol.execute.operations.AbstractOperation
      extended by org.eclipse.epsilon.eol.execute.operations.simple.AbstractSimpleOperation
          extended by org.eclipse.epsilon.etl.execute.operations.EquivalentOperation

public class EquivalentOperation
extends AbstractSimpleOperation


Constructor Summary
EquivalentOperation()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, AST ast)
           
 
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.simple.AbstractSimpleOperation
execute, getTolerateExceptionInParameter
 
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquivalentOperation

public EquivalentOperation()
Method Detail

execute

public java.lang.Object execute(java.lang.Object source,
                                java.util.List<?> parameters,
                                IEolContext context,
                                AST ast)
                         throws EolRuntimeException
Specified by:
execute in class AbstractSimpleOperation
Throws:
EolRuntimeException