Package | Description |
---|---|
csheets.core.formula |
Provides classes for representing formulas.
|
csheets.core.formula.lang |
Provides the operators, functions and references supported by the formula
language.
|
Constructor and Description |
---|
UnaryOperation(UnaryOperator operator,
Expression operand)
Creates a new unary operation.
|
Modifier and Type | Class and Description |
---|---|
class |
Negator
A negator (negative sign).
|
class |
Percent
A percent operator (division by 100).
|
Modifier and Type | Method and Description |
---|---|
UnaryOperator |
Language.getUnaryOperator(String identifier)
Returns the unary operator with the given identifier.
|