|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryOperator
A binary operator in a formula.
| Method Summary | |
|---|---|
Value |
applyTo(Expression leftOperand,
Expression rightOperand)
Applies the operator to the given operands and returns the result. |
| Methods inherited from interface csheets.core.formula.Operator |
|---|
getIdentifier, getOperandValueType |
| Method Detail |
|---|
Value applyTo(Expression leftOperand,
Expression rightOperand)
throws IllegalValueTypeException
IllegalValueTypeException - if the value of an operand is not of the expected type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||