Uses of Class
csheets.core.formula.FunctionCall

Packages that use FunctionCall
csheets.core.formula.util Provides utilities for performing operations on formulas. 
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
 

Uses of FunctionCall in csheets.core.formula.util
 

Methods in csheets.core.formula.util with parameters of type FunctionCall
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)
           
 

Uses of FunctionCall in csheets.ext.assertion
 

Methods in csheets.ext.assertion with parameters of type FunctionCall
 Object AssertionArithmeticVisitor.visitFunctionCall(FunctionCall call)