Package | Description |
---|---|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
SGAssertion(AssertableCell cell)
Constructs a new System Generated Assertion (SGA) for the specified
Cell if possible.
|