|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.UnaryExpression<java.lang.String>
org.databene.commons.expression.StringExpression
public class StringExpression
Wrapper for an Expression that converts its result to a String
using the ToStringConverter.
Created: 27.10.2009 13:35:29
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.expression.UnaryExpression |
|---|
term |
| Constructor Summary | |
|---|---|
StringExpression(Expression<?> term)
|
|
| Method Summary | |
|---|---|
java.lang.String |
evaluate(Context context)
|
| Methods inherited from class org.databene.commons.expression.UnaryExpression |
|---|
isConstant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringExpression(Expression<?> term)
| Method Detail |
|---|
public java.lang.String evaluate(Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||