public class ArrayJoinExpression<E> extends CompositeExpression<E[],E[]>
Expression implementation which assembles other expression that evaluate to arrays
and joins their results to a single array.symbol, terms| Constructor and Description |
|---|
ArrayJoinExpression(Class<E> componentType,
Expression<E[]>... terms) |
| Modifier and Type | Method and Description |
|---|---|
E[] |
evaluate(org.databene.commons.Context context) |
addTerm, getSourceExpressions, getTerms, isConstant, toStringpublic ArrayJoinExpression(Class<E> componentType, Expression<E[]>... terms)
public E[] evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.