|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.BinaryExpression<E>
public abstract class BinaryExpression<E>
Abstract parent class for expression that evaluate two terms.
Created at 06.10.2009 14:26:04
| Field Summary | |
|---|---|
protected Expression<?> |
term1
|
protected Expression<?> |
term2
|
| Constructor Summary | |
|---|---|
BinaryExpression(Expression<?> term1,
Expression<?> term2)
|
|
| 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<?> term1
protected Expression<?> term2
| Constructor Detail |
|---|
public BinaryExpression(Expression<?> term1,
Expression<?> term2)
| 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 | |||||||||