|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.UnaryExpression<E>
org.databene.commons.expression.TypeConvertingExpression<E>
public class TypeConvertingExpression<E>
Expression implementation that evaluates another expression and converts its results.
Created at 28.07.2009 06:49:43
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.expression.UnaryExpression |
|---|
term |
| Constructor Summary | |
|---|---|
TypeConvertingExpression(Expression source,
java.lang.Class<E> resultType)
|
|
| Method Summary | |
|---|---|
E |
evaluate(Context context)
|
java.lang.String |
toString()
|
| Methods inherited from class org.databene.commons.expression.UnaryExpression |
|---|
isConstant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeConvertingExpression(Expression source,
java.lang.Class<E> resultType)
| Method Detail |
|---|
public E evaluate(Context context)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||