org.eclipse.epsilon.eol.execute.operations.declarative
Class ForAllOperation

java.lang.Object
  extended by org.eclipse.epsilon.eol.execute.operations.AbstractOperation
      extended by org.eclipse.epsilon.eol.execute.operations.declarative.IteratorOperation
          extended by org.eclipse.epsilon.eol.execute.operations.declarative.SelectBasedOperation
              extended by org.eclipse.epsilon.eol.execute.operations.declarative.ForAllOperation

public class ForAllOperation
extends SelectBasedOperation


Constructor Summary
ForAllOperation()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object target, Variable iterator, AST expressionAst, IEolContext context)
           
 
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.SelectBasedOperation
getSelectOperation, setSelectOperation
 
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.IteratorOperation
execute
 
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

ForAllOperation

public ForAllOperation()
Method Detail

execute

public java.lang.Object execute(java.lang.Object target,
                                Variable iterator,
                                AST expressionAst,
                                IEolContext context)
                         throws EolRuntimeException
Specified by:
execute in class IteratorOperation
Throws:
EolRuntimeException