Uses of Package
csheets.core.formula.util

Packages that use csheets.core.formula.util
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. 
 

Classes in csheets.core.formula.util used by csheets.core.formula
ExpressionVisitor
          An interface for using the Visitor pattern for traversing expressions.
 

Classes in csheets.core.formula.util used by csheets.core.formula.lang
ExpressionVisitor
          An interface for using the Visitor pattern for traversing expressions.
ExpressionVisitorException
          A base-class for exceptions thrown when traversing an expression tree.
 

Classes in csheets.core.formula.util used by csheets.core.formula.util
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.
 

Classes in csheets.core.formula.util used by csheets.ext.assertion
ExpressionVisitor
          An interface for using the Visitor pattern for traversing expressions.
ExpressionVisitorException
          A base-class for exceptions thrown when traversing an expression tree.
 

Classes in csheets.core.formula.util used by csheets.ext.test
ExpressionBuilder
          A base-class for classes that rebuild expressions.
ExpressionVisitor
          An interface for using the Visitor pattern for traversing expressions.