|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for Evaluation of an Expressions.
$Id$ $Revision$ $Author$
| Method Summary | |
java.lang.Object |
evaluate(java.lang.Object leftOperand,
java.lang.String operator,
java.lang.Object rightOperand)
evaluate an expression. |
| Method Detail |
public java.lang.Object evaluate(java.lang.Object leftOperand,
java.lang.String operator,
java.lang.Object rightOperand)
throws EvaluationException
leftOperand - the left operandoperator - the operator. logical operators: and, or, not. relational operators: >, <, >=. <= and =.rightOperand -
EvaluationException - if there is a problem during the evaluation of the expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||