|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.model.expression.impl.ExpressionImpl
Abstract superclass to be used by all expression implementations.
| Constructor Summary | |
ExpressionImpl(java.lang.String expressionLitteral)
|
|
| Method Summary | |
abstract boolean |
evaluate()
Evaluate the expression litteral and return a boolean. |
java.lang.String |
getExpressionLitteral()
Get an expression litteral for evaluation. |
void |
setExpressionLitteral(java.lang.String expressionLitteral)
Set an expression litteral for later evaluation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpressionImpl(java.lang.String expressionLitteral)
| Method Detail |
public void setExpressionLitteral(java.lang.String expressionLitteral)
Expression
setExpressionLitteral in interface ExpressionexpressionLitteral - a String valuepublic java.lang.String getExpressionLitteral()
Expression
getExpressionLitteral in interface ExpressionString valuepublic abstract boolean evaluate()
Expression
evaluate in interface Expressionboolean value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||