org.eclipse.epsilon.etl.execute
Class EquivalentAssignExecutor

java.lang.Object
  extended by org.eclipse.epsilon.eol.execute.AbstractExecutor
      extended by org.eclipse.epsilon.eol.execute.AssignExecutor
          extended by org.eclipse.epsilon.etl.execute.EquivalentAssignExecutor

public class EquivalentAssignExecutor
extends AssignExecutor


Constructor Summary
EquivalentAssignExecutor()
           
 
Method Summary
 java.lang.Object getRhsEquivalent(java.lang.Object source, java.lang.Object value, IEolContext context_)
           
 
Methods inherited from class org.eclipse.epsilon.eol.execute.AssignExecutor
execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquivalentAssignExecutor

public EquivalentAssignExecutor()
Method Detail

getRhsEquivalent

public java.lang.Object getRhsEquivalent(java.lang.Object source,
                                         java.lang.Object value,
                                         IEolContext context_)
                                  throws EolRuntimeException
Specified by:
getRhsEquivalent in class AssignExecutor
Throws:
EolRuntimeException