Package | Description |
---|---|
csheets.core.formula.lang |
Provides the operators, functions and references supported by the formula
language.
|
csheets.core.formula.util |
Provides utilities for performing operations on formulas.
|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
Modifier and Type | Method and Description |
---|---|
Object |
ReferenceOperation.accept(ExpressionVisitor visitor) |
Object |
CellReference.accept(ExpressionVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
CircularReferenceException
An exception that is thrown if a formula contains a reference (directly or
indirectly) to the cell in which it is contained.
|
Modifier and Type | Method and Description |
---|---|
Object |
CircularReferenceFinder.visitReference(Reference reference)
Checks if the given reference causes a circular reference.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionArithmeticException |
class |
MathException
This Exception is thrown if you try to do calculations on intervals
which contains forbidden values according to the choosen matematical
operation.
|