|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reference
A reference to one or more cells in a spreadsheet.
| Method Summary | |
|---|---|
int |
compareTo(Reference reference)
Compares the reference with the given reference for order. |
Value |
evaluate()
Evaluates the expression and returns the result. |
SortedSet<Cell> |
getCells()
Returns the cell addresses (or address) that the reference points to. |
| Methods inherited from interface csheets.core.formula.Expression |
|---|
accept |
| Method Detail |
|---|
Value evaluate()
Expression
evaluate in interface ExpressionSortedSet<Cell> getCells()
int compareTo(Reference reference)
compareTo in interface Comparable<Reference>reference - the reference to be compared
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||