|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.ExpressionProxy<E>
public class ExpressionProxy<E>
Parent class for all expression classes that act as proxy of another class.
Created: 21.10.2009 14:43:08
| Field Summary | |
|---|---|
protected Expression<E> |
source
|
| Constructor Summary | |
|---|---|
ExpressionProxy(Expression<E> source)
|
|
| Method Summary | |
|---|---|
E |
evaluate(Context context)
|
boolean |
isConstant()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Expression<E> source
| Constructor Detail |
|---|
public ExpressionProxy(Expression<E> source)
| Method Detail |
|---|
public E evaluate(Context context)
evaluate in interface Expression<E>public boolean isConstant()
isConstant in interface Expression<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||