org.eclipse.epsilon.eol.execute.operations.contributors
Class ArrayOperationContributor

java.lang.Object
  extended by org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
      extended by org.eclipse.epsilon.eol.execute.operations.contributors.ArrayOperationContributor

public class ArrayOperationContributor
extends OperationContributor


Constructor Summary
ArrayOperationContributor()
           
 
Method Summary
 EolSequence<java.lang.Object> asSequence()
           
 boolean contributesTo(java.lang.Object target)
           
 
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
findContributedMethodForEvaluatedParameters, findContributedMethodForUnevaluatedParameters, setContext, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayOperationContributor

public ArrayOperationContributor()
Method Detail

contributesTo

public boolean contributesTo(java.lang.Object target)
Specified by:
contributesTo in class OperationContributor

asSequence

public EolSequence<java.lang.Object> asSequence()