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 | Class and Description |
---|---|
class |
ReferenceOperation
A binary reference operation in a formula.
|
Modifier and Type | Method and Description |
---|---|
abstract Value |
Interpreter.visitBinaryOperation(BinaryOperation operation) |
Object |
ExpressionVisitor.visitBinaryOperation(BinaryOperation operation)
Visits the given binary expression.
|
Object |
ExpressionTreePrinter.visitBinaryOperation(BinaryOperation operation) |
Expression |
ExpressionBuilder.visitBinaryOperation(BinaryOperation operation) |
Object |
AbstractExpressionVisitor.visitBinaryOperation(BinaryOperation operation) |
Modifier and Type | Method and Description |
---|---|
Object |
AssertionArithmeticVisitor.visitBinaryOperation(BinaryOperation operation) |