|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.core.formula.lang.RangeReference
public class RangeReference
A reference to a range of cells in a spreadsheet.
| Constructor Summary | |
|---|---|
RangeReference()
Creates a new range reference operator. |
|
| Method Summary | |
|---|---|
Value |
applyTo(Expression leftOperand,
Expression rightOperand)
Applies the operator to the given operands and returns the result. |
Cell[][] |
getCells(Reference reference1,
Reference reference2)
Returns the range of cells formed by the two cell references. |
String |
getIdentifier()
Returns the operator's string identirifer. |
Value.Type |
getOperandValueType()
Returns the type of value that the operator's operands can have. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RangeReference()
| Method Detail |
|---|
public Value applyTo(Expression leftOperand,
Expression rightOperand)
BinaryOperator
applyTo in interface BinaryOperator
public Cell[][] getCells(Reference reference1,
Reference reference2)
reference1 - the first referencereference2 - the other reference
public String getIdentifier()
Operator
getIdentifier in interface Operatorpublic Value.Type getOperandValueType()
Operator
getOperandValueType in interface Operatorpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||