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.
|
csheets.core.formula.util |
Provides utilities for performing operations on formulas.
|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Class and Description |
---|
ExpressionVisitor
An interface for using the Visitor pattern for traversing expressions.
|
Class and Description |
---|
ExpressionVisitor
An interface for using the Visitor pattern for traversing expressions.
|
ExpressionVisitorException
A base-class for exceptions thrown when traversing an expression tree.
|
Class and Description |
---|
AbstractExpressionVisitor
A default implementation of an expression visitor, that simply visits all
the nodes in the tree.
|
CircularReferenceException
An exception that is thrown if a formula contains a reference (directly or
indirectly) to the cell in which it is contained.
|
ExpressionBuilder
A base-class for classes that rebuild expressions.
|
ExpressionVisitor
An interface for using the Visitor pattern for traversing expressions.
|
ExpressionVisitorException
A base-class for exceptions thrown when traversing an expression tree.
|
Class and Description |
---|
ExpressionVisitor
An interface for using the Visitor pattern for traversing expressions.
|
ExpressionVisitorException
A base-class for exceptions thrown when traversing an expression tree.
|
Class and Description |
---|
ExpressionBuilder
A base-class for classes that rebuild expressions.
|
ExpressionVisitor
An interface for using the Visitor pattern for traversing expressions.
|