Package | Description |
---|---|
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 | Method and Description |
---|---|
abstract Value |
Interpreter.visitFunctionCall(FunctionCall call) |
Object |
ExpressionVisitor.visitFunctionCall(FunctionCall call)
Visits the given function call.
|
Object |
ExpressionTreePrinter.visitFunctionCall(FunctionCall call) |
Expression |
ExpressionBuilder.visitFunctionCall(FunctionCall call) |
Object |
AbstractExpressionVisitor.visitFunctionCall(FunctionCall call) |
Modifier and Type | Method and Description |
---|---|
Object |
AssertionArithmeticVisitor.visitFunctionCall(FunctionCall call) |