Package | Description |
---|---|
csheets.core.formula.lang |
Provides the operators, functions and references supported by the formula
language.
|
Modifier and Type | Method and Description |
---|---|
BinaryOperator |
Language.getBinaryOperator(String identifier)
Returns the binary operator with the given identifier.
|
Function |
Language.getFunction(String identifier)
Returns the function with the given identifier.
|
UnaryOperator |
Language.getUnaryOperator(String identifier)
Returns the unary operator with the given identifier.
|