|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.UnaryExpression<E>
public abstract class UnaryExpression<E>
Abstract Expression that serves as parent class for expressions that evaluate a single term.
Created at 06.10.2009 14:26:04
| Field Summary | |
|---|---|
protected Expression<?> |
term
|
| Constructor Summary | |
|---|---|
UnaryExpression(Expression<?> term)
|
|
| 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<?> term
| Constructor Detail |
|---|
public UnaryExpression(Expression<?> term)
| 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 | |||||||||