Uses of Class
csheets.core.formula.UnaryOperation

Packages that use UnaryOperation
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 UnaryOperation in csheets.core.formula.util
 

Methods in csheets.core.formula.util with parameters of type UnaryOperation
abstract  Value Interpreter.visitUnaryOperation(UnaryOperation operation)
           
 Object ExpressionVisitor.visitUnaryOperation(UnaryOperation operation)
          Visits the given unary expression.
 Object ExpressionTreePrinter.visitUnaryOperation(UnaryOperation operation)
           
 Expression ExpressionBuilder.visitUnaryOperation(UnaryOperation operation)
           
 Object AbstractExpressionVisitor.visitUnaryOperation(UnaryOperation operation)
           
 

Uses of UnaryOperation in csheets.ext.assertion
 

Methods in csheets.ext.assertion with parameters of type UnaryOperation
 Object AssertionArithmeticVisitor.visitUnaryOperation(UnaryOperation operation)