public class ConcatExpression extends CompositeExpression<Object,String>
Expression that concatenates the output of other String Expressions.symbol, terms| Constructor and Description |
|---|
ConcatExpression(String symbol,
Expression... terms) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(org.databene.commons.Context context) |
addTerm, getSourceExpressions, getTerms, isConstant, toStringpublic ConcatExpression(String symbol, Expression... terms)
public String evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.