|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryOperation | |
|---|---|
| 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. |
| Uses of BinaryOperation in csheets.core.formula.lang |
|---|
| Subclasses of BinaryOperation in csheets.core.formula.lang | |
|---|---|
class |
ReferenceOperation
A binary reference operation in a formula. |
| Uses of BinaryOperation in csheets.core.formula.util |
|---|
| Methods in csheets.core.formula.util with parameters of type BinaryOperation | |
|---|---|
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)
|
| Uses of BinaryOperation in csheets.ext.assertion |
|---|
| Methods in csheets.ext.assertion with parameters of type BinaryOperation | |
|---|---|
Object |
AssertionArithmeticVisitor.visitBinaryOperation(BinaryOperation operation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||