public class StringExpression extends UnaryExpression<String>
Expression that converts its result to a String
using the ToStringConverter.symbol, term| Constructor and Description |
|---|
StringExpression(Expression<?> term) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(org.databene.commons.Context context) |
getSourceExpressions, isConstant, toStringpublic StringExpression(Expression<?> term)
public String evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.