|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnaryOperator
A unary operator in a formula.
| Method Summary | |
|---|---|
Value |
applyTo(Expression operand)
Applies the operator to the given operand and returns the result. |
boolean |
isPrefix()
Returns whether the operator is a prefix operator, i.e. it appears before its operand. |
| Methods inherited from interface csheets.core.formula.Operator |
|---|
getIdentifier, getOperandValueType |
| Method Detail |
|---|
Value applyTo(Expression operand)
throws IllegalValueTypeException
IllegalValueTypeException - if the value of the operand is not of the expected typeboolean isPrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||