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
SyntaxJava
Copy Code
|
|---|
public class ExpressionEvaluatorList extends ArrayList<E> implements IExpressionEvaluator |
Inheritance Hierarchyjava.lang.Object![]()
java.util.AbstractCollection(E)![]()
java.util.AbstractList(E)![]()
java.util.ArrayList(E)![]()
com.mindfusion.spreadsheet.expressions.ExpressionEvaluatorList
See Also