Uses of Class
csheets.ext.assertion.AssertionArithmeticException

Packages that use AssertionArithmeticException
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
 

Uses of AssertionArithmeticException in csheets.ext.assertion
 

Methods in csheets.ext.assertion that throw AssertionArithmeticException
 MultiInterval AssertionArithmeticVisitor.getResult(Expression expression)
          Retrieve the result of the arithmetic calculations performed by this visitor.
 Object AssertionArithmeticVisitor.visitBinaryOperation(BinaryOperation operation)
           
 Object AssertionArithmeticVisitor.visitFunctionCall(FunctionCall call)
           
 Object AssertionArithmeticVisitor.visitLiteral(Literal literal)
           
 Object AssertionArithmeticVisitor.visitReference(Reference reference)
           
 Object AssertionArithmeticVisitor.visitUnaryOperation(UnaryOperation operation)
           
 

Constructors in csheets.ext.assertion that throw AssertionArithmeticException
SGAssertion(AssertableCell cell)
          Constructs a new System Generated Assertion (SGA) for the specified Cell if possible.