Search
ExpressionEvaluatorList Class
See Also
 






An expression evaluator that represents a collection of evaluators. Evaluation is delegated to the evaluators in the list in the order they were added.

Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions

 Syntax

Java  Copy Code

public class ExpressionEvaluatorList extends ArrayList<E> implements IExpressionEvaluator

 Inheritance Hierarchy

java.lang.Object
    java.util.AbstractCollection(E)
        java.util.AbstractList(E)
            java.util.ArrayList(E)
                com.mindfusion.spreadsheet.expressions.ExpressionEvaluatorList

 See Also