Package | Description |
---|---|
csheets.core.formula |
Provides classes for representing formulas.
|
csheets.core.formula.lang |
Provides the operators, functions and references supported by the formula
language.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperation
A binary operation in a formula.
|
class |
UnaryOperation
A unary operation in a formula.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceOperation
A binary reference operation in a formula.
|