|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.CompositeExpression<E>
public abstract class CompositeExpression<E>
Expression that evaluates the results of other Expressions.
Created: 18.06.2007 17:02:17
| Field Summary | |
|---|---|
protected Expression<E>[] |
terms
|
| Constructor Summary | |
|---|---|
protected |
CompositeExpression(Expression<E>... terms)
|
| Method Summary | |
|---|---|
boolean |
isConstant()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.commons.Expression |
|---|
evaluate |
| Field Detail |
|---|
protected Expression<E>[] terms
| Constructor Detail |
|---|
protected CompositeExpression(Expression<E>... terms)
| Method Detail |
|---|
public boolean isConstant()
isConstant in interface Expression<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||